﻿@charset "utf-8";
/* CSS Document */

#link_txt {
	text-align: center;
	height: 24px;
	overflow:hidden;
	color: #666666;
	padding-left: 0px;
	background-image: url(images/menu--.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: auto;
	clear: both;
	border: 0px solid #e1e1e1;
}

#link_txt a{
	color: #666666;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 24px;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
}
#link_txt a:hover{
	text-decoration:underline;
}
