#nav li {
	float: left;
	line-height: 8px;
	margin-bottom: -1px;
	margin-right: -1px;
	position: relative; /* all list items */
	font: normal normal bold 9px Arial, Helvetica, sans-serif;
	height: 22px;
	width: 101px;
 white-space: normal;
 text-align: center;
 	/*border-right: 2px solid White;*/
	/*border-left: 3px solid White;*/
}

#nav li a, span.nolink {
	height: 22px;
	color: Black;
	display: block;
	font-weight: bold;
	padding: 0 0.5em;
	text-decoration: none;
	vertical-align: middle;
}

#nav li a:hover {
	background-color: #eeeeee;
	color: #a43333;
}

#nav li ul {
	left: -999em;
font: normal normal bold x-small Arial, Helvetica, sans-serif;
	position: absolute; /* second-level lists */

}

#nav li ul ul {
	left: -999em; /* third-and-above-level lists */
	margin-left: 11.05em;
	margin-top: -1.35em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: 0px; /* lists nested under hovered list items */
	height: 22px;
	z-index: 100;

}

#nav, #nav ul {
line-height: 8px;
	list-style: none;
	margin: 0;
	padding: 0; /* all lists */
}
.subnav{
	width: 100px;
border-top: 3px solid White;
background-color: #eeeeee;
		
}
.topnav2{
	background-color: #EEEEEE;
}
.topnav{
	background-color: #DCDCDC;
}