<!--
<!--
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	color: #CCCCCC;
	background-color: #000000;
}
a {
	font-size: 16px;
}
a:link {
	color: #0033CC;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #CC0000;
}
a:visited {
	color: #AEA8D9;
}
-->
<!--
body,html {
scrollbar-arrow-color:#9999FF;
scrollbar-base-color:#62411E;
scrollbar-dark-shadow-color:#623E40;
scrollbar-3dlight-color:#9D3E04;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#800080;
scrollbar-shadow-color:#999999;
scrollbar-darkshadow-color:#655F6B;
 }
 --> 
#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*/
}