/* JS MENU */
ul#topnav {
	margin: 0; 
	padding: 0;
	/*float:left;
	width: 100%;*/
	list-style: none;
	font-size: 1.1em;
}

ul#topnav li {
	margin: 0; 
	padding: 0;
	position: relative; /*--Important--*/
	z-index: 9999;
}

.level1 {
	float: left;
}

ul#topnav li a {
	float: left;
	/*text-indent: -9999px;*/ /*--Push text off of page--*/
	/*height: 30px;*/
	height: 27px;
	background-repeat: no-repeat;
	font-family: Verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	/*width: auto;*/
	outline: none;
	padding: 3px 5px 0px 5px;
	text-decoration: none;
}

 
ul#topnav .hassub a:hover,
ul#topnav .hassub:hover a { 
	background-image: url('../img/menu_arrow_new.gif');
	background-repeat: no-repeat;
	background-position: center bottom; 
	z-index: 9999;
} /*--Hover State--*/

ul#topnav a {
	width: auto;
	height: 35px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 30px; 
	left: 0px;
	/*background: transparent url(../img/sub_menu_shadow.png) no-repeat scroll right bottom;*/
	background-image: url(../img/sub_menu_shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px 10px 30px 0px;
	/*background-image: url('../img/menu_bck_1px.gif') ;
	background-repeat: repeat-x;*/ /*--Background gradient--*/
	/*background-color: #008ed7;*/
	/*float: left;*/
	display: none; /*--Hidden for those with js turned off--*/
	z-index: 9999;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-topright:15px;
}

.ie6 ul#topnav li .sub {
	position: absolute;
	top: 30px; 
	left: 0px;
	background-image: none;
	padding: 0px 0px 30px 0px;
	background-color: #008ed7;
	display: none;
	z-index: 9999;
}

ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

ul#topnav li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	width: auto;
}

ul#topnav .sub ul li {
	/*width: 100%;*/ /*--Override parent list item--*/
	color: #fff;
}

ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  
	margin: 0;
	font-weight: normal;
}

ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}

ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 20px 5px 4px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align:left;
	font-weight: normal;
	background-image: none !important;
}

ul#topnav .sub ul li a:hover {
	/*color: #ddd;
	background-position: 5px 12px ;*//*--Override background position--*/
}

.level2 a,
.level2 {
	text-align: left;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #e8e000 !important;
}

.lev2_title {
	padding: 20px 5px 4px 20px;
}

.level3 a {
	font-size: 12px !important;
	font-weight: normal !important;
	color: #ffffff !important;
	padding: 0px 5px 0px 0px !important;
}

.level3 a:hover {
	text-decoration: underline !important;
}

.column {
	float: left;
	width: 180px;
}

.column0 {
	width: 180px;
	position: absolute;
	top:0px;
	left:0px;
}

.column1 {
	width: 180px;
	position: absolute;
	left:181px;
	top:0px;
}

.column2 {
	width: 180px;
	position: absolute;
	left:361px;
	top:0px;
}

.column3 {
	width: 180px;
	position: absolute;
	left:541px;
	top:0px;
}

.column4 {
	width: 180px;
	position: absolute;
	left:721px;
	top:0px;
}

.level3_ul {
	padding-left: 25px !important;
}

.sub_title {
	background-image: url('../img/menu_bck_1px.gif') ;
	background-repeat: repeat-x; 
	background-color: #008ed7;
	padding: 0px 20px 0px 20px;
}

.sub_title_innerwrap {
	font-size: 18px;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	padding: 30px 0px 4px 0px;
	text-align: left;
}

.sub_menu_con {
	background-color: #008ed7;
}