#menu_top{
   position: absolute;
   padding: 0;
   display: inline;
   margin: 0;
   top: 0;
   right: 0;
   width: 242px;
   background-color: #1B4A8C;
}

#menu_top li{
	margin: 0;
	display: inline;
}

#menu_top li.firstLi {
   border-left: 0 none;
}

#menu_top a,
#menu_top a:link,
#menu_top a:visited {
	color : #fff;
	padding: 2px 10px 2px 10px;
	font-weight : bold;
	text-decoration : none;
   font-size: 86%;
   text-transform: uppercase;
}

#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{
   text-decoration: underline;
	color: #fff;
}
