@charset "utf-8";













#mainNav {
	margin-bottom: 5px;
	width: 156px;
	background-image: url(/img/layout/bg-blue-box.gif);
	position: relative;
	font-size: 11px;
	z-index: 88;
}

#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#mainNav a:hover {
}


#mainNav ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 90;
}

#mainNav ul li {
	list-style-type: none;
	position: relative;
	
	color: #FFFFFF;
	display: block;
	text-align: right;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #455f89;
	border-right-color: #455f89;
	border-bottom-color: #455f89;
	border-left-color: #455f89;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

#mainNav ul li:hover {
	color: #FF9900;
	background-color: #49668E;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF9900;
}



#mainNav ul li ul {
	display: none;
	opacity: .94;
	filter: alpha(opacity=94);
	z-index: 92;
}

#mainNav ul li ul li.h {
	color: #FF9900;
	background-color: #49668E;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF9900;
	padding: 3px;
	font-weight: bold;
}

#mainNav ul li:hover ul {
	position: absolute;
	width: 150px;
	top: -22px;
	left: 155px;
	background-color: #1A3763;
	border: 1px solid #455F89;
	display: block;
	padding: 0px;
}

