.sidebarmenu {
	text-align: left;
}

.sidebarmenu ul{
	text-align: left;
	background-color: #888888;
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	white-space: no-wrap; /* Main Menu Item widths */
}
.sidebarmenu ul li{
	display: list-item;
}
		
/* Top level menu links style */
.sidebarmenu ul li a{
	font: bold 14px Verdana;
	padding right: 1 em;
	padding left: 1 em;
	text-decoration: none;
	color: white;
	
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited.sidebarmenu ul li a:active{
		/*background of tabs (default state)*/
	}

.sidebarmenu ul li a:visited{
color:white;
}
.sidebarmenu ul li a:hover{
	font: bold 14px Verdana;
	background-color: #888888;
	color: #171E53;
}
/*Sub level menu items */
.sidebarmenu ul li ul{
	width: 100%; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
	background-color: white;
}	
	
/* Holly Hack for IE \*/
* html .sidebarmenu ul li {
	float: none;
	height: 1%;
}
* html .sidebarmenu ul li a { height: 1%; }
/* End */

}
form {
	background-image: url(none.jpg);
}
a:active, a:visited {
	font-family: Verdana;
	font-size: 14px;
	color: #888888;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #888888;
}
a:link, TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
	
body, TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}

<style>
<!--
BODY{
	scrollbar-face-color: #CCCCcc;
	scrollbar-arrow-color: White;
	scrollbar-track-color: #E1E1E1;
	scrollbar-shadow-color: #CCCCcc;
	scrollbar-highlight-color: #CCCCcc;
	scrollbar-3dlight-color: #CCCCcc;
	scrollbar-darkshadow-color: White;
	background-color: #171E53;
	size: 1202px;
}
	-->
	</style>