@CHARSET "UTF-8";

.const_menu {
	position:			absolute;
	float:				right;
	top:				115px;
	right:				0px;
	text-align:			text-bottom;
}

.const_menu ul {
	
}

.const_menu li{
	display:			inline;
	margin-left:		0px;
	margin-right:		0px;
	background:			none;
	list-style:			none;
}

.const_menu a:visited,
.const_menu a:link {
	color:				#FFFFFF;
	text-decoration:	none;
	border:				1px solid #000000;
	background-color:	#000066;
	height:				auto;
}

.const_menu a:hover,
.const_menu a.selected {
	text-decoration:	underline;
	border:				1px solid #000000;
	background-color:	#4848bc;
	height:				auto;
}