<!--
body,html {
scrollbar-arrow-color:#5E535B;
scrollbar-base-color:#A02100;
scrollbar-dark-shadow-color:#424244;
scrollbar-3dlight-color:#6F2C3D;
scrollbar-face-color:#6C5476;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#CCCCCC;
scrollbar-darkshadow-color:#78707F;
 }
 -->
<!--
body,td,th {
	color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
	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;
}
.style4 {color: #999999}
-->
#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*/
}