#navlist {
width: 243px;
margin: 0;
}
#navlist ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: .9em;

}
#navlist li {
margin: 0;
height: 34px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;

}
#navlist a {
display: block;
padding: 12px 2px 12px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url(/images/art_down.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
color: #eee;
text-decoration: none;
}

/* you can combine the last two rules if you wish */

#navlist a:hover, #navlist a:active {
background-color: #808080;
background-image:  url(/images/art_over.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #9F6F9F;
background-image:  url(/images/art_over.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}
-->
</style>



<!--[if IE 5]>
<style>#navlist a {
height: 1em;
float: left;
clear: both;
width: 100%;
}
</style>
<![endif]-->
<!--[if IE 6]>
<style>
#navlist a {height: 1em;}
</style>
<![endif]-->