#nav_top  {
text-align: right;
margin-left: 200px;
}
#nav_top ul 
{
	margin: 74px 5px 0 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	float: right;
	list-style: none;
}
#nav_top li 
{
	display: inline;
	margin: 0;
	padding: 0;
}
#nav_top li a 
{
	float: left;
	width: auto;
	text-align: center;
	background: #2e309f;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	line-height: 14px;
	height: 18px;
	border: 2px solid #2e309f;
	border-bottom: 0;	
	margin: 0 0 0 5px;
}
#nav_top li a:hover
{
	border-color: #2e309f;
	border-bottom-color: #fff;
	background: #fff;
	color: #2e309f;
}
#nav_top li a.current
{
	background: #fff;
	color: #2e309f;
	border-bottom-color: #fff;	
}
