ul.megamenu {	
	margin: 0; 
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	z-index:10;

	
}
ul.megamenu, ul.megamenu li
{
list-style-type:none;
font-size:12px;

}



.megamenu li a:hover
{
color:#f5e59c;  /*--changes text color on hover navbar only NOT drop down--*/
text-decoration:none;
}


ul.megamenu li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}

ul.megamenu ul
{
padding:0;margin:0;
}

ul.megamenu li a {
	float: left; 
	text-decoration:none;
	color:#fff; /*--changes navbar text color NOT on drop down--*/
	max-width:100px; 
	background:url('../images/divider.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	
	
}

.megamenu
{
  background:url('../images/nav_bg.png') repeat-x;  
}


ul.megamenu li .sub {
	position: absolute;	
	left: 0;
	float: left;
	display: none;
}
ul.megamenu li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul.megamenu li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul.megamenu .sub ul li {
	width: 100%;
}
ul.megamenu .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 12px;
	font-weight: normal;
}
ul.megamenu .sub ul li h2 a {
	padding:0;
	margin:0;
}
ul.megamenu .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	display: block;
	text-decoration: none;
	color: #fff; /*--changes text color for drop down text --NOT first row--*/
	padding:0;
	margin:0;
	background-image:none;
}
ul.megamenu .sub ul li a:hover {
	color: #f5e59c; /*--changes hover text color for drop down text --NOT first row--*/	
}



/* --Modify for styling --*/
ul.megamenu  
{
    /* --background of menubar --*//*background:yellow;*/
	
}


ul.megamenu a {
	color:White;font-weight:normal;
}

ul.megamenu a 
{
	height:40px;
	padding-top:10px; /*--changes height of navbar--*/
	/*padding-bottom:10px;*/
	padding-left:12px;
	padding-right:12px;
}


ul.megamenu li a.level0:hover, .megahover, ul.megamenu .current 
{
    background:#326a85; 
    /*--changes bg of hover and current--*/
 }


div.sub {
padding:8px; /*--changes size and corners radiusof big dropdwon box--*/
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;

 }
 
 
 dib.sub ul 
 {
 margin-left :8px;
 }
#megamenu li.subheader {}
#megamenu li.sublink {margin-bottom:6px;}
#megamenu li.subheader h2{margin-bottom:8px;}

ul.megamenu li .sub 
{
	/*background: #5a9ebb; */  /*--changes color of big dropdwon box--*/
	background:url('images/transpixel90blue.png') repeat;
	margin-top:0px;
}
	 

ul.megamenu .sub ul li h2 a {
	font-weight:bold;
	color: #fff; /*--changes text color of top row of dropdown text--*/
}

ul.megamenu .sub ul li h2 a:hover {
	color: #f5e59c; /*--hover color for top row of dropdown text--*/
}


