/* CSS Document */
.menu_right a {
	color: #000066;
	background-color: #FFFFFF;	
	text-decoration: none;
	width:150px;
	height: 33px;
	display: block;
}
.menu_right a:hover {
	color: #FFFFFF;
	background-color: #009999;	
	width:150px;
	height: 33px;
	text-decoration: none;
}
.menu_right a:active {
	color: #FFFFFF;
	background-color: #999999;
	width:150px;
	height: 33px;
	text-decoration: none;

}
.menu_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #adc2eb;
	border-bottom-color: #adc2eb;
	border-left-color: #adc2eb;
	border-top-color: #adc2eb;
	height: 33px;
	width: 160px;
	line-height: 30px;
	background-color: #FFFFFF;
	text-decoration: none;
	position:relative;
}

