#topmenu{
   width: 585px;
   height: 30px;
   position: relative;
   background-image: url(../images/nav_top.jpg);
}

#menutop{
   float: right;
   bottom: 0; 
   display: inline;
   margin: 0;
   padding: 4px 0 4px 0;
   text-align: right;
   color: #fff;
}

#menutop li{
	margin: 0;
	padding: 4px 0 4px 0;
	color: #fff;
	display: inline;
	list-style-type: none;
}

#menutop a,
#menutop a:link,
#menutop a:visited {
	color : #fff;
	padding: 4px 15px 4px 15px;
	font-weight : normal;
	text-decoration : none;
	font-weight: bold;
    font-size: 92%
}

#menutop a:focus,
#menutop a:hover,
#menutop a:active,
#menutop a.selected,
#menutop a.selected:link,
#menutop a.selected:visited,
#menutop a.selected:focus,
#menutop a.selected:hover,
#menutop a.selected:active{
    text-decoration: underline;
	color: #fff;
	font-weight: bold;
    font-size: 92%
}
