@charset "utf-8";
#nav{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 480px;
	top: 97px;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
	display: block;
} 

#nav li{
	background-image: url(../images/Dropdown/Main_Link_Bg.png);
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	line-height: 30px;
	margin-right: 0px;
	margin-left: 0px;
	width: 80px;
	float: left;
}

#nav li:hover, #nav li.sfhover{
	background-image: url(../images/Dropdown/Main_Link_Bg.png);
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	line-height: 30px;
	width: 80px;
	float: left;
}

#nav li ul{
	position: absolute;
	list-style-type: none;
	height: 89px;
	top: 15px;
	margin: 0px;
	left: -99999px;
	width: 152px;
	background-image: url(../images/Dropdown/main_ul_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#nav li:hover ul, #nav li.sfhover ul {
	display: inline;
	position: absolute;
	left: auto;
	width: 165px;
	top: 26px;
	background-image: url(../images/Dropdown/main_ul_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 89px;
	margin-left: 1px;
	padding: 2px;
}

#nav li ul li{
	padding: 0px;
	list-style-type: none;
	background-color: #ffffff;
	background-image: url(../images/Dropdown/li_arrow.jpg);
	height: 17px;
	line-height: 25px;
	display: block;
	float: left;
	width: 164px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav li ul li:hover, #nav li ul li.sfhover{
	float: left;
	position: relative;
	padding: 0px;
	list-style-type: none;
	background-color: #c1d82f;
	background-image: url(../images/Dropdown/li_hover_arrow.jpg);
	height: 17px;
	line-height: 25px;
	left: auto;
	width: 164px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a.DropNav:link, a.DropNav:visited, a.DropNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	height: 30px;
	display: block;
	line-height: 35px;
	text-align: center;
}        

a.DropNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99CC00;
	text-decoration: none;
	height: 30px;
	display: block;
	line-height: 35px;
	text-align: center;
}     

.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	height: 41px;
	width: 80px;
	display: block;
	line-height: 41px;
	background-image: url(images/nav_current.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.current {
	color: #fff;
}  
a.current:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a.DropSub:link, a.DropSub:visited, a.DropSub:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	text-decoration: none;
	height: 17px;
	width: auto;
	display: block;
	line-height: 17px;
	text-align: left;
	text-indent: 25px;
}  

a.DropSub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	text-decoration: none;
	height: 17px;
	width: auto;
	display: block;
	line-height: 17px;
	text-align: left;
	text-indent: 25px;
}  
