BODY {
	scrollbar-arrow-color:#339999;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#660033;
	scrollbar-face-color:#660033;
	scrollbar-highlight-color:#339999;
	scrollbar-darkshadow-color:#339999;
	scrollbar-3dlight-color:#339999;
}

#menutitle {
	background: #660033;
	width:120px;
	margin-bottom:0.25em;
	font-family:arial;
	color: #66CC99;
	font-weight:bold;
	font-size:x-small;
	text-indent: .1cm;
	padding:.15em;
	border-style:solid;
	border-width:1px;
	border-color: #339999;
	text-transform:uppercase;
}

<!--A {text-decoration: none}-->
<!--A:hover {text-decoration: underline; color: #FFFFFF}-->
<!--A:hover {
	color: #FFFFFF
}-->
	
#menu {
	background: #339999;
	width: 120;
	margin-bottom:0.25em;
}

#menu a, #menu a:visited {
	padding:.15em;
	display:block;
	width:100%;
	color: Black;
	font-family:verdana;
	font-weight:bold;
	font-size:xx-small;
	text-align:left;
	text-indent: .1cm;
	background-color: #3366CC;
	text-decoration:none;
	margin:.25em 0;
	border-left:1.0em solid #5F6B9F;
}

#menu a:hover {
	color: Yellow;
	border-left: 1.0em solid #3300FF;
}

#test {
	background: #660033;
	width: auto;
	color : #FFCC66;
}

#test  a, #test a:visited {
	display:block;
	color: #FFCC66;
	font-family:verdana;
	font-weight:bold;
	background-color: #660033;
	
}
#test a:hover {
	color: White;
}

#test2 {
	background: #660033;
	width: auto;
	color : #FFCC66;
}

#test2  a, #test2 a:visited {
	display:block;
	color: #FFCC66;
	font-family:verdana;
	font-weight:bold;
	background-color: #003366;
}
#test2 a:hover {
	color: White;
}