ul.megamenu {	
	margin: 0; 
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
}

ul.megamenu, 
ul.megamenu li {
    list-style-type:none;
    
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 16pt;
    font-weight: bolder;
	color: #00F0FF;
    text-decoration: none;
	border: none;
	white-space: nowrap; 
}

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;
	padding-top:3px;
	height: 35px; /* 38 - 3 */
	/*height: 54px;*/
	color: #757575;
}

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: 11pt;
	font-weight: bolder;
}
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;
	padding:0;
	margin:0;
}

/* --Modify for styling --*/
ul.megamenu {
	background-color:#220074;
}
ul.megamenu a {
	
	font-weight: normal;
}
ul.megamenu a {
	padding-left: 24px;
	padding-right: 24px;
}

.megahover, 
ul.megamenu .current {
	color: #E702E5;
}

ul.megamenu li a.level0:hover {
    /*background-color: #220074; */
    background-color: #690CC3;
	color: #E702E5;
	text-decoration: underline;
}

div.sub {
    padding:8px;
    -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: #220074;
}
ul.megamenu .sub ul li h2 a {
	color: #757575;
}

ul.megamenu .sub ul li h2 a:hover {
    background-color: #690CC3;
	color: #E702E5;
	text-decoration: underline;
}