/* CSS Document */

#menuitems {
	Position:absolute;
	top:95px;
	background:0033CC;
	width:"100%";
	height:16px;
	font-family:Verdana;
	font-size:100%;
	font-weight:bold;
	left: 36px;
	color: #0000FF;
	background-color: 0033;

}

a:visited
{
color:white;
decoration:none;
}

a:visited.menu
{
color:white;
decoration:none;
}

a.menu {
color:white; 
decoration:none;       
}

a:hover.menu {
color:yellow;            
}
