ul li ul li{
	color: white;
}
ul#nav li.navLI{
	text-align: left;
	padding:0px 0px 0px 0px;
	height: 16px;
}
#nav ul{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width:100%;
}
#nav li { /* all list items */
	float: left;
	position: relative;
	width:90px;
	padding:3px 0px 3px 2px;
	text-align: left;
	border:1px solid #FFFFFF;
}
li ul { /* second-level lists */
	display: none;
	position: absolute;
	top:0;
	left:-1px !important;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	
	display: block;
}
#content {
clear:left;
}


a.black2white, a.black2white:visited, a.black2white:active, a.black2gray, a.black2gray:visited, a.black2gray:active{
color:black !important;
font-weight: 200%;
}
a.white2yellow, a.white2yellow:visited, a.white2yellow:active, a.white2black, a.white2black:visited, a.white2black:active, a.white2gray, a.white2gray:visited, a.white2gray:active{
color:white !important;
font-weight: 200%;
}
a.black2white:hover{
color:white !important;
}
a.black2gray:hover, a.white2gray:hover{
color:gray !important;
}
a.white2yellow:hover{
color:yellow !important;
}
a.white2black:hover{
color:black !important;
}




