@charset "UTF-8";

#nav1-con
{
	background:#aaa url(/img2/nav1/nav_1.gif) repeat-x;
	position: relative;
	display: inline-block;
	height: 25px;
	overflow: hidden;
	width: 955px;
}
#nav1-con ul {
     font-family:"Times New Roman", Times, serif;
     font-size:12px;
     height:25px;
     letter-spacing:1px;
     list-style:none;
     overflow:hidden;
     position:relative;
     text-align:center;
     width:955px;
     margin-right: auto;
     margin-left: auto;
}
#nav1-con ul li, .Nav1 ul li{
	background:url(/img2/nav1/nav_1.gif) no-repeat;
	float:left;
	height:25px;
	width:141px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	text-transform:uppercase;
}
#nav1-con ul li a, .Nav1 ul li a {
	color:#FFF;
	display:inline-block;
	height:25px;
	padding-top:5px;
	position:relative;
	width:141px;
	text-align:center;
}
#nav1-con ul li a:hover, .Nav1 ul li a:hover {
	background:url(/img2/nav1/nav_1.gif) no-repeat 0 -25px;
	color:#000;
	display:inline-block;
	height:25px;
	width:141px
}
#nav1-con ul li:hover, .Nav1 ul li:hover {
	background:url(/img2/nav1/nav_1.gif) no-repeat 0 -25px;
	float:left
}

