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


#navlink { color:#FFFFFF; font-family:Tahoma;}
#navlink:hover { color:#333333; }
#navlink:visited { color:#FFFFFF; font-family:Tahoma;}

a:link {
	color: #FFFFFF;

}
a:visited {
	color: #FFFFFF;
	}
a:hover {
	color: #999;
}
a:active {
	color: #999;
}


#nav, #nav ul {
padding: 0;
			margin: 0;
			list-style: none;
			line-height: 20px;
			width: 715px;
}

		#nav a {
			display: block;
			margin-left:8px;
		}

#nav li {
	float: left;
	width: 142px;
	background-color: #060;
	font-size:17px;
	font-family:Arial;
	line-height: 30px;
}

/*	#nav li:hover {
            background-color:#004422;
			font-family:Arial; */

#nav ul {
position: absolute;
width: 170px;
left: -1000px;
margin-left:0px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
width: 170px;
}

#nav ul a {
	display: block;
	margin: 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

ul a{
font-weight: bold;
cursor: default;
vertical-align:top;
}

ul ul a:link, ul ul a:visited{
	font-weight: normal;
	color: #999;
	cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
text-decoration:underline;
}

ul li{
background-color: #CCC;
border-left: 0px solid #FFF;

}

ul ul li{
background-color: #666;
border-top: 5px solid #FFF;
border-left: 0;
height:30px;
}


* html ul li, * html ul ul li{
border-bottom: 0px solid #FFF;
}

* html ul ul li{
border-top: 1;
}