/*//////////// MAIN MENU START /////////////////*/
.menu_header_body{
	background-color: #6984AC;
}
.menu_header {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #EFE3DF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}
.menu_header:link, .menu_header:active, .menu_header:visited {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #EFE3DF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;

}
.menu_header:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #D3E2EF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;

}
