/*css document*/

body,html {
scrollbar-arrow-color: #C71585;
scrollbar-base-color: #9370DB;
scrollbar-dark-shadow-color: #6A5ACD;
scrollbar-3dlight-color:#8B008B;
scrollbar-face-color: #FFA500;
scrollbar-highlight-color: #EEE8AA;
scrollbar-shadow-color: #DC143C;
scrollbar-darkshadow-color: #000000;
 }
<!--
body,td,th {
	color: #999999;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}
body {
	background-color: #000000;
	background-image: url();
	background-repeat: 
no-repeat;
background-attachment: 
fixed
}
a {
	font-size: 16px;
	color: #FF9966;
}
a:hover {
	color: #AEA8D9;
}
.style5 {color: #FFCC33}
.style6 {color: #FFCC00}
.style7 {color: #FFFFFF}
.style9 {color: #006633}
-->
#navlist {
position: absolute;
left: 10px;
top: 143px;
width: 190px;
}

#navlist ul {
margin: 0; /*to remove indent in ie & opera*/
padding: 0; /*removes indent in mozilla & netscape*/
list-style-type: none; /*bullet removed*/
}

#navlist li {
margin: 0;
}
#navlist a {
display: inline-block;
border: border-width=1px;
border color:#000000;
background-color: #5A335E;
background-repeat: no-repeat;
background-position: 50% 0%;
size: inherit;
width: 185px;
letter-spacing:inherit;
line-height:21px;
padding-bottom:2px;
padding-top:2px;
padding-left:1px;
padding-right:1px;
margin-bottem:2px;
margin-top:1px;
}

#navlist a:link, #navlist a:visited {
color: #CC99CC; /*lilac*/
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-color: #660099;
background-repeat: repeat;
background-position: 0% 50%;
color: #66FF00; /*Green*/
}
#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #000066;
background-repeat: repeat;
background-position: 0% 50%;
color: #FF9900; /*Blue*/
}
