/* MAINMENU ==================================================== */

DIV.menu_container{
	float:right;
	width:184px;
	height:auto;
	padding: 0px;
	border: 0px solid #000000;
}

DIV.menu_container A, DIV.menu_container A:hover,
DIV.menu_container A.on, DIV.menu_container A.on:hover{
	float: left; 
	display: block;
	height:41px;
	line-height:41px;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00529b;
	text-indent: 0px;
	font-weight: bold;
	cursor: hand;
	white-space:nowrap;
	text-decoration:none;
}
DIV.menu_container A:hover,
DIV.menu_container A.on, DIV.menu_container A.on:hover{
	color: #000000;
}

DIV.menu_spacer{
	float: left;
	width: 100%;
	background-color: #00529b;
	font-weight: normal;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}


/* BOTTOM MENU ==================================================== */

DIV.extramenu_container{
float: right;
height:30px;
margin-top: 44px;
}

DIV.extramenu_container A, DIV.extramenu_container A:hover{
float: left;
color: #000000;
text-decoration:none;
}
DIV.extramenu_container A:hover{
float: left;
color: #000000;
text-decoration:underline
}

DIV.extramenu_container DIV.extramenu_spacer{
float: left;
padding: 0px 8px;
color: #000000;
}

