.menu {
	text-align:center;
	color:white;
	background-color: #587993;
	border-bottom-color: #000000;	border-bottom-style: solid;		border-bottom-width: 1px;
	border-top-color: #6699CC;		border-top-style: solid;		border-top-width: 1px;
	border-right-color: #000000;	border-right-style: solid;		border-right-width: 1px;
	line-height:14px;	width:100%;		height:32px;
	cursor: pointer;
}
.font_menu {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menu-over {
	background-color: #ADC1CE;
	text-align:center;
	border-bottom-color: #000000;	border-bottom-style: solid;		border-bottom-width: 1px;
	border-top-color: #6699CC;		border-top-style: solid;		border-top-width: 1px;
	border-right-color: #000000;	border-right-style: solid;		border-right-width: 1px;
	line-height:14px;	width:100%;		height:32px;
	cursor: pointer;
}
.font_menu-over {
	color: #24485E;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menu-selected {
	background-color: #ADC1CE;
	border-top-color: #ADC1CE;		border-top-style: solid;		border-top-width: 1px;
	text-align:center;
	line-height:14px;	width:100%;		height:33px;
	line-height:12px;
	cursor: pointer;
}
.font_menu-selected {
	color: #24485E;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
}


.sub_menu {
	background-color: #ADC1CE;
	text-align:left;
	width:100%; 	height:100%;
}

a.font_sub_menu {
	color: #40637A;
	text-decoration: none;
	font-size: 11px;	font-family: Verdana, Arial, Helvetica, sans-serif;		font-weight: bold;
	width:100%; 	height:100%;
}
a.font_sub_menu:hover {
	text-decoration:underline;
}
a.font_sub_menu:active {
	text-decoration:underline;
}

.between_blue {
	background-color: #3E647E ;
	border-top-color: #19194B;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size:2px;
}
