@charset "utf-8";
#nav{
	width: auto;
	margin: 0px;
	padding: 0px;
	float: left;
} 

#nav li{
	width: 102px;
	background-image: url(images/nav_normal.jpg);
	height: 41px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}

#nav li:hover, #nav li.sfhover{
	width: 102px;
	background-image: url(images/nav_current.jpg);
	height: 41px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	line-height: 30px;
	margin-right: 2px;
	margin-left: 2px;
}

#nav li ul{
	position: absolute;
	list-style-type: none;
	height: auto;
	top: 15px;
	margin: 0px;
	padding: 0px;
	left: -99999px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6dfab;
	width: 102px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 102px;
	float: left;
	display: inline;
	position: static;
	padding-top: 6px;
}

#nav li ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #FFFFFF;
	background-image: url(#);
	width: 100px;
	height: 25px;
	line-height: 25px;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b6dfab;
	border-left-color: #b6dfab;
}

#nav li ul li:hover, #nav li ul li.sfhover{
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #b6dfab;
	background-image: url(#);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b6dfab;
	width: 100px;
	height: 25px;
	line-height: 25px;
	left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b6dfab;
}

a.DropNav:link, a.DropNav:visited, a.DropNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 41px;
	width: 98px;
	display: block;
	line-height: 41px;
}        

a.DropNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	height: 41px;
	width: 98px;
	display: block;
	line-height: 41px;
}     

.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	height: 41px;
	width: 102px;
	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: 12px;
	color: #003300;
	text-decoration: none;
	height: 25px;
	width: 90px;
	display: block;
	line-height: 25px;
	text-align: left;
	padding-left: 10px;
}  

a.DropSub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-decoration: none;
	height: 25px;
	width: 90px;
	display: block;
	line-height: 25px;
	text-align: left;
	padding-left: 10px;
}  


  
a.currentRed {
	color: #fff;
}  
a.currentRed:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.currentRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	height: 41px;
	width: 102px;
	display: block;
	line-height: 41px;
	background-image: url(images/nav_currentRed.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.currentOrange {
	color: #fff;
}  
a.currentOrange:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.currentOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	height: 41px;
	width: 102px;
	display: block;
	line-height: 41px;
	background-image: url(images/nav_currentOrange.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.currentBlue {
	color: #fff;
}  
a.currentBlue:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.currentBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	height: 41px;
	width: 102px;
	display: block;
	line-height: 41px;
	background-image: url(images/nav_currentBlue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.currentPurple {
	color: #fff;
}  
a.currentPurple:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.currentPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	height: 41px;
	width: 102px;
	display: block;
	line-height: 41px;
	background-image: url(images/nav_currentPurple.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
