﻿/* nav menu */


#menuBox {
	float:left;
	width:960px;
	border-left: 1px solid #336633;
	background:url(../ImgFolder/ImgCss/1.jpg) repeat-x bottom left;
}

#menu {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	float:left;
	width:960px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	float:left;
	list-style:none;
}
#menu li a{
	display:block;
	list-style: none;
	width:75px;
	height:20px;
	padding-top:6px;
	margin-left: 0px;	
	border-right: 1px solid #336633;
	text-align:center;
	color: #FFFF00;
	background:url(../ImgFolder/ImgCss/1.jpg) repeat-x bottom left;
	/*#0099CC*/
}
#menu li a:hover {
	color: #FF6600;
	text-decoration: none;	
	background:url(../ImgFolder/ImgCss/3.jpg) repeat-x bottom left;
}

#menu li .currentMenu {
	color: #FF6600;
	text-decoration: none;	
	background:url(../ImgFolder/ImgCss/3.jpg) repeat-x bottom left;
}

