@charset "utf-8";
/* CSS Document */


#nav {
	background-color: #0a0a0a;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	margin: 0px 0px 3px 0px;
}

#nav ul {
display:inline;
height:30px;
padding: 0px 0px;
margin: 0px 0px;

}

#nav ul li {
	display: inline;
	line-height: 30px;
	color: #FFFFFF;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px;
	font-weight:bold;
	height: 30px;
	text-decoration:none;
}

#nav ul li a {
color:#CCCCCC;
padding: 10px 16px 8px 16px;
margin: 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#nav ul li a:hover {
background-image:url(../images/navhover.gif);
background-repeat:repeat-x;
border-left: #000000;
border-left-width: 1px;
border-left-style: solid;
border-right: #000000;
border-right-width: 1px;
border-right-style: solid;
padding: 10px 15px 8px 15px;
text-decoration: none;
color: #e9eaeb;
}

#nav .Nolink {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding: 3px 0px 0px 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;
}

#nav .navlink {
	padding: 3px 0px 0px 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;
}

 [if IE]>
#nav ul li a {
padding: 11px 16px 8px 16px;
}

#nav ul li a:hover {
padding: 11px 15px 8px 15px;
}
<![endif]
