#menu{
	float: right;	
	width: 685px;
	margin-top: 38px;
}


#menu a{
	position: relative;
	float: right;
	margin: 0 0 0 10px;	
	padding: 16px 10px 12px 10px;	
	text-decoration: none;		
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	color: #fff;
}


#menu a.last{
	font-size: 14px;	
	width: 91px;
	height: 35px;
	padding: 75px 0 0 0;
	text-align: center;
	top: -38px;
	background: url('../images/login_button_bg.jpg') no-repeat top left transparent;
}

#menu a.last.txt11{
	font-size: 11px;	
	
}



#menu a:hover, #menu a.selected{	
	text-decoration: none;
	background-color: #031f4f;
}