#navlist {
width: 100%;
}
#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist li {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
}
#navlist a {
padding: 0px 0px 0px 5px;
background-image:  url(i/ic_dot_list.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
color: #333333;
text-decoration: none;
}
#navlist a:hover, #navlist a:active {
background-image:  url(i/ic_dot_list_f2.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #cc0000;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-image:  url(i/ic_arr_listcurr.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
[if IE 5]>
#navlist a {
height: 1em;
float: left;
clear: both;
width: 100%;
}
[if IE 6]>
#navlist a {height: 1em;}
li {
	line-height: 12px;
}
ul {
	line-height: 12px;
}
