@charset "utf-8";
/* CSS Document */
.menu_notselected, .menu_selected
{
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	color:#104294;
	text-align:left;
	font-size:11px;
	font-family:Arial;
}

.menu_notselected a:link
{
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	color:#104294;
	text-decoration:none
}
.menu_notselected a:visited
{
	margin:0px;
	padding:0px;
	float:left;
	border:0px;
	color:#104294;
	text-decoration:none
}
.menu_notselected a:hover
{
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	color:#104294;
	text-decoration:none;
	border-bottom:2px solid #3EC4D8;
}
.menu_notselected a:active
{
	margin:0px;
	float:left;
	padding:0px;
	border:0px;
	color:#104294;
	text-decoration:none
}






.menu_selected a
{
	margin:0px;
	padding:0px;
	border:0px;
	color:#104294;
	float:left;
	text-decoration:none;
	border-bottom:2px solid #3EC4D8;
}
.menu_seperate
{
	margin:0px; 
	border:0px; 
	padding:0px; 
	margin-left:5px;
	_margin-left:4px;
	margin-right:5px;
	_margin-right:4px;
}

