#mainnav{
    float: left;
    width: 100%;
    list-style: none;
	clear:both;
	margin: 0;
}
#mainnav li{
    float: left;
    margin: 0;
	list-style: none;
    font-size: 10px;
    text-decoration: none;
	font-weight:bold;
	font-family:  Verdana,Arial,sans-serif;
}
#mainnav ul{
    float: right;
    margin: 0;
    padding: 0 0 0 90px;
	list-style: none;
}
#mainnav a {
    float: left;
	height:0px;
    display: block;
    margin: 0 0 0  3px;
    padding: 10px 10px 0px 10px;
    color: #666666;
    text-decoration: none;
    background:  url(../images/arrowtop.gif) top no-repeat center;
}
#mainnav .selected{
    background:  url(../images/arrowtop2.gif) top no-repeat center;
	color: #CC0000;
}
#mainnav a:hover {
    background: url(../images/arrowtop2.gif) top no-repeat center;
	color: #666666;
}

