@charset "utf-8";
/* CSS Document */

/* SITE COLORS
_____________________________________________ */
/*
#cac7e5 LIGHT GREYISH BLUE
#e1e7d9 LIGHT GREY
#234a83 DARK BLUE
#3c6dac BLUE
#4b99c9 SKY BLUE


TEXT: #666
/*

/* ROOT 
_____________________________________________ */

menu_header_wrapper {
	width:1010px;
}
.menu_header_div {
	background-color:#234a83;
	width: 1010px;
	height: 30px;
}
UL.menu_header_nav {
	MARGIN: 0;
	LIST-STYLE-TYPE: none;
	CLEAR: both;
	DISPLAY: block;
}
UL.menu_header_nav LI {
	margin-top: 5px;
	LIST-STYLE-TYPE: none;
	FLOAT: left;
        border-right: 1px solid #4b99c9;
       
}
UL.menu_header_nav A {
	
	padding-left: 10px;
    padding-right: 10px;
	COLOR: #fff;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-variant: small-caps;
	font-weight:bold;
        
}
UL.menu_header_nav A:hover {
	
	COLOR: #fff;
	text-decoration:underline;
}
.singleNav {
	width: 240px!important;
	border-right: #ddd 1px solid;
}
.singleNav ul {
	list-style-type: none;
	overflow: hidden;
}
.singleNav li {
	width: 100%;
	float: left;
	margin: 0px 0 0 0 !important;
	padding: 0 10px 0 10px;
	line-height: 20px;
	background-color: #fff;
	border-left: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.singleNav li A {
	COLOR: #000 !important;
	font-size: 12px !important;
	font-variant: normal !important;
	text-decoration:none;
}
.singleNav li A:HOVER {
	COLOR: #4b99c9!important;
	text-decoration:none;
}
.multiNav {
	width: 326px;
}
.multiNav ul {
	margin-right: 30px;
	margin-left: -60px;
	list-style-type: none;
}
