#menu_top{
	list-style: none;
	margin:0;
	padding:2px 30px 2px 0;
	position:absolute;
	right:0;
	bottom:30px;
	width: 960px;
	background-color: #B634BB;
   font-size: 88%;
   text-align: right;
   border-bottom: 150px solid #98999b;
   z-index: 10;
}

#menu_top li{
	margin: 0;
	padding: 0;
	display:inline;
	border-left:1px solid #fff;
}

#menu_top li.firstLi{
   border: 0 none;  
}

#menu_top a,
#menu_top a:link,
#menu_top a:visited {
	color : #fff;
	padding: 2px;
	margin: 0 2px 0 2px;
	font-weight : normal;
	text-decoration : none;
}

#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;
}