#menu_top{
   position: absolute;
   right: 0px; 
   padding: 4px 0 4px 0;
   text-align: right;
   display: inline;
   margin: 0;
   list-style-type: disc;
}

#menu_top li{
	margin: 0;
	display: inline;
	list-style-type: disc;
	boder-left: 5px dotted #7a6f5f;
}


#menu_top a,
#menu_top a:link,
#menu_top a:visited {
	color : #7a6f5f;
	padding: 2px 10px 2px 10px;
	font-weight : normal;
	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{
    text-decoration: underline;
	color: #7a6f5f;
    font-size: 100%
}