﻿a.item {
	text-decoration:none;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	height: 22px;
	width: 150px;
	background-color: #212098;
	text-align: left;
	padding-top: 4px;
	text-indent: 30px;
}
.menu-1{
	clear:none;
	width: 150px;
	float: right;
	padding-top: 18px;
}

a.item:link{
	text-decoration: none;
	color: #FFFFFF;

}
 a.item:visited{
	color: #9DBDFF;
	text-decoration: none;

}


 a.item:active, a.item:hover{
	color: #FF66FF;
	text-decoration: none;

}
