#navlist {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight:bold;
	list-style:none;
	padding:0px;
}
#ieroot #navlist a {
	margin-left: -25px;
	width: 175px;
    display: block;
    width:175px;
	height:16px;
    color:#ffffff;
    text-decoration:none;
	background:url(images/button-ov.jpg) no-repeat;
    padding:7px 10px 6px 10px;
} 
#navlist a {
	margin-left: 10px;
	display: block;
    width:175px;
	height:16px;
    color:#ffffff;
    text-decoration:none;
	background:url(images/button-ov.jpg) no-repeat;
    padding:7px 10px 6px 10px;
}
#navlist a:hover { 
    background-position:0 -15px;
    background:url(images/button-ov2.jpg) no-repeat;
	color: #ffffff;
}
#ieroot #navlist a:hover { 
    background-position:0 -15px;
    background:url(images/button-ov2.jpg) no-repeat;
	color: #ffffff;
}
#navlist a:active {
    background-position:0 -15px;
    background:url(images/button-ov2.jpg) no-repeat;
	color:#ffffff;
}
#ieroot #navlist a:active {
    background-position:0 -15px;
    background:url(images/button-ov2.jpg) no-repeat;
	color:#ffffff;
}
ul#navlist li#youarehere a { color: #CCC }

