#menu_top{
   position: absolute;
   right: -1px; 
   padding: 4px 0 4px 0;
   text-align: right;
   display: inline;
   margin: 0;
   list-style-type: disc;
   top: 0;
   border-bottom: 5px solid #596166;
}

#menu_top li{
	margin: 0;
	display: inline;
	list-style-type: disc;
	border-right: 1px solid #82888c;
}

#menu_top li.lastLi{
   border-right: 0 none;
}


#menu_top a,
#menu_top a:link,
#menu_top a:visited {
	color : #757575;
	padding: 2px 15px 2px 15px;
	font-weight : bold;
	text-decoration : none;
   font-size: 100%
}

#menu_top a:focus,
#menu_top a:hover,
#menu_top a:active,
#menu_top a.selected,
#menu_top a.selected:link,
#menu_top a.selected:visited,
#menu_top a.selected:focus,
#menu_top a.selected:hover,
#menu_top a.selected:active{
   color: #000;
   font-size: 100%;
   font-weight: bold;
}