#menu_container {
	position:absolute;
	height:25px;
	line-height:25px;
	width:950px;
}
#menu_cover {
	float:right;
	height:25px;
	margin-top:4px;
	margin-right:4px;
}
.menu_generic_item {
	line-height:25px;
	float:left;
	height:25px;
	text-align:center;
}
.menu_generic_item a {
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	background-color:#002469;
	color:#FFF;
	line-height:25px;
	display:table;
	border-left:1px solid #8a9bba;
}
.menu_generic_item a:hover, .menu_generic_item .selected {
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#005ec4;
	color:#FFF;
}
.menu_left_item, .menu_right_item {
	float:left;
	height:25px;
	text-align:center;
	line-height:25px;
}
.menu_left_item a {
	background:url(../images/menu/left_off.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	color:#FFF;
	line-height:25px;
	display:table;
}
.menu_left_item a:hover, .menu_left_item .selected {
	background:url(../images/menu/left_over.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
}
.menu_right_item a {
	background:url(../images/menu/right_off.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	color:#FFF;
	line-height:25px;
	display:table;
	border-left:1px solid #8a9bba;
}
.menu_right_item a:hover, .menu_right_item .selected {
	background:url(../images/menu/right_over.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
}


.submenu {
	position:absolute;
	text-align:left;
	width:120px;
	margin-top:25px;
	margin-left:1px;
	display:none;
	z-index: 200;
}
.submenu a {
	height:20px;
	line-height:20px;
	background-color:#005ec4;
	text-align:left;
	padding-left:10px;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	display:block;
	text-transform:none;
	border:none;
}
.submenu a:hover {
	line-height:20px;
	background-color:#75c5f0;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	text-transform:none;
}
