<!--
body,td,th {
	font-family: Sylfaen;
	font-size: 14px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	background-image: url();
}
a {
	font-family: Sylfaen;
	font-size: 16px;
	color: #9966CC;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #CC6666;
}
.style1 {font-size: 18px}
.style2 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
.style3 {font-style: normal}
-->
 
 
#navlist {
position: absolute;
left: 7px;
top: 117px;
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*/
}
