#menu_top{
    background-color: #FFFFFF;
    margin: 10px 180px 0 155px;
    padding: 0;
    position: relative;
    text-align: center;
}

#menu_top li{
	margin: 0;
	padding: 0;
	display:inline;
	border-left: 1px solid #051a5f;
}

#menu_top li.firstLi{
   border: 0 none;  
}

#menu_top a,
#menu_top a:link,
#menu_top a:visited {
	color : #051a5f;
	padding: 5px;
	margin: 0 2px 0 2px;
	font-weight : normal;
	text-decoration : none;
	font-size: 92%;
}

#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: #167b30;
}
