/* Do some resetting for both the jQuery and the non js menu if jQuery doesn't load */
#menuRow{
position:relative;
}
#menu ul,
#menu li,
#menu a,
ul.subMenu,
li.subMenu_item,
li.subMenu_item a{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
/*vertical-align: baseline;*/
background: transparent;
list-style: none;
}
.clear {
	padding:0px;
	margin:0px;
	line-height:0px;
	height:0px;
	font-size:0px;
	clear:both;
}

/* Menu styles, mostly for the non-JS version before we do our thing with jQuery */
div#menuRow {
height: auto;
float:left;
margin-bottom:24px;
}
div#menu {
/*float:left;*/
height: auto;
}
ul#newMenu{
width:92%;
margin-left:4%;
float:left;
font-family:Arial;
}
	ul#newMenu a{
	line-height:18px;
	padding:0px;
	}
	ul#newMenu li a{
	color:white !important;
	}
	ul#newMenu li.level_1{
	float:left;
	display:block;
	width:100%;
	margin-bottom:12px;
	}
		ul#newMenu li.level_1 a{
		font-weight:bold;
		font-size:16px;
		line-height:24px;
		text-decoration:none;
		}
		ul#newMenu li.level_1 a:hover{
		color:#DC8909;
		}

		ul#newMenu li.level_1 ul{
		border-top:1px solid white;
		width:100%;
		}
			ul#newMenu li.level_2{
			float:left;
			display:inline;
			margin-top:6px;
			}
			ul#newMenu li.level_2 a{
			font-size:11px;
			/*margin-right:12px;*/
			line-height:14px;
			}
			ul#newMenu li.level_2 a:hover{
			text-decoration:underline;
			color:#DC8909;
			}


/* Start jQuery drop down menu styles */
.dropDownContainer{
overflow:hidden;
}
	.levelOneBttn{
	float:left;
	display:block;
	}
		.levelOneBttn a{
		float:left;
		display:block;
		width:100%;
		text-align:center;
		height:50px;
		line-height:50px;
		color:white !important;
		font-weight:bold !important;
		text-decoration:none;
		}
		.levelOneBttn a.hover,
		.currentSection{
			background-color:#80AACB !important;
			color:black;
		}
		.currentSection a{
			cursor:default !important;
			color:black !important;
		}

		.button_0{
		width:80px !important;
		}
		.button_1{
		width:60px !important;
		}
		.button_2{
		width:145px !important;
		}
		.button_3{
		width:89px !important;
		}
		.button_4{
		width:126px !important;
		}


		ul.subMenu{
		margin-top:6px;
		margin-bottom:6px;
		border-top:1px solid #C2DCEF;
		}
			li.subMenu_item{
			margin:0px !important;
			padding:0px !important;
			display:block !important;
			border-bottom:1px solid #C2DCEF;
			}
				li.subMenu_item a{
				line-height:20px !important;
				color:#333 !important;
				padding-left:14px !important;
				padding-right:14px !important;
				font-size:10px !important;
				font-weight:bold;
				display:block;
				text-decoration:none;
				}
				li.subMenu_item a:hover{
				background-color:#237DBF;
				color:#FEEEBC !important;
				}
		.hoverDropDown{
		width:auto;	
		}
