/* CSS Document */

#navlist
{

margin-right:20px;

width:190px;
float:right;
text-align:right;
font-style:normal;
font-size:14px;
font-weight:bold;
margin-top:110px;
}

#navlist li
{
list-style-type: none;
padding-top:2px;
padding-bottom:8px;
}
#navlist a, #navlist a:visited {

padding: 2px 50px 8px 0px;
background-image:  url(grey.jpg);
background-repeat: no-repeat;
background-position:right;
color: white;
text-decoration: none;
}


#navlist a:hover {
background-image:  url(greyblue.jpg);
text-align:right;
color: #EEE;
}

#sidebar #navlist .uberlink {
background-image:  url(blue.jpg);
background-repeat: no-repeat;
background-position:right;
color: #EEE !important;
padding: 2px 50px 8px 0px;
font-weight: bold;
font-style:normal;
cursor: default;
}