/* ================================================================ 
Menu Style
=================================================================== */
#mainNav {
	font-family:tahoma,Arial, Helvetica, sans-serif;
    width: 960px;
	margin: 0 auto;
	height: 41px;
	line-height: 41px;
	border: 1px solid #80949c;
	background: url(../images/nav-bg.gif) repeat-x 0px 0px;
	border-top:none;
	border-bottom: none;
	text-align:center;
	clear:both;
	display:block;
	font-size: 12px;
	font-weight:bold;
}
#mainNav ul li {
	height:41px;
	float:left;
	list-style:none;
	line-height:41px;
	border-right: 1px solid #80949c;
/*	border-left: 1px solid #193c42;*/
	display:block;
}
#mainNav ul li a {
	color:#FFF;
	width:130px;
	height:41px;
	line-height:41px;

	text-decoration: none;
	display:block;
}
#mainNav ul li a:hover {
    color:#000;
	background: url(../images/nav-bg.gif) repeat-x 0px -41px;
	display:block;
}
#mainNav ul li a.current {
	width:130px;
	height:41px;
	color:#000;
	line-height:41px;

	
	background: url(../images/nav-bg.gif) repeat-x 0px -41px;
	display:block;
}
/*/*.home {
	float:left;
	width:85px;
	height:41px;
	font-size:14px;
	line-height:41px;
	display:inline-block;
	background:url(../images/NavLine.jpg) right no-repeat;
}*/
/*#mainNav.home{
	height:41px;
	text-decoration:none;
	color:#fff;
	line-height:41px;
	width:116px;
    background: url(../images/nav-bg.gif) repeat-x 0px -41px;
}*/
#mainNav .homecurrent {
	height:41px;
	color:#000;
	line-height:41px;
	background: url(../images/nav-bg.gif) repeat-x 0px -41px;
	display:block;
}

/*#mainNav {
    width: 958px;
	margin: 0 auto;
	height: 41px;
	line-height: 41px;
	border: 1px solid #003333;
	background: url(../images/nav-bg.gif) repeat-x 0px 0px;
	border-top:none;
	border-bottom: none;
}
#mainNav ul li {
    padding:0 10px;
    float:left;
	position:relative;
	border-right: 1px solid #80949c;
	border-left: 1px solid #193c42;
	height:41px;
	list-style:none;
	line-height:41px;
}
#mainNav ul li a {
     padding:0 10px;
	color:#FFF;
	height:41px;
	line-height:41px;
	font-size: 14px;
	text-decoration: none;
}
#mainNav ul li a:hover {
    padding:0 10px;
	height:41px;
	line-height:41px;
	color:#000; 
	background: url(../images/nav-bg.gif) repeat-x 0px -41px;
}
#mainNav ul li a.current {
     padding:0 10px;
	height:41px;
	color:#fff;
	line-height:41px;
	background: url(../images/nav-bg.gif) repeat-x 0px -41px;
	display:block;
}
#home {
	float:left;
	width:85px;
	height:41px;
	font-size:14px;
	line-height:41px;
	display:inline-block;
	background:url(../images/NavLine.jpg) right no-repeat;
}
#mainNav .home {
	height:41px;
	text-decoration:none;
	color:#fff;
	line-height:41px;

}
#mainNav .homecurrent {
    padding:0 10px;
	height:41px;
	text-decoration:none;
	color:#000;
	line-height:41px;
	background: url(../images/nav-bg.gif) repeat-x 0px -41px;
	display: block;
}*/
