/* ---------- Mega Drop Down --------- */
ul.mmenu, .mmenu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}
.mmenu li {
/*margin-left:-2px;*/
float:left;
/*width:150px;*/
text-align:center;
position:relative;
margin-top:1px;
padding: 0 20px 0 10px;
margin-right:10px;

background:url(/img/icon/arrow.png) no-repeat center right;
}

.mmenu li:hover {	
background-color: #38214D;
z-index:50; /* shadow above adjacent li */
/*border:1px solid #28182F;*/
border-top:0;
border-bottom:0;
/*width:148px;*/
}
.mmenu h2 a{
	font: bold 14px arial, helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin: 0;
	white-space: nowrap;
	color: #000;	
	text-decoration: none;
}
.mmenu li:hover h2 a{
	color:#FCF7FD;	
}
/* ----------- Hide/Show Div ---------- */
div.mmenu-content {
position:absolute;
left:-999em;
/*width:350px;*/
font-weight:normal;
text-align:left;
border:1px solid #28182F;
border-top:0;
padding: 5px;
background-color: #EDE5F3;
margin-left:1px;
}
.mmenu-content-links a {
float:left;
clear:left;	
/*width:100%;*/
line-height:1.5;
}

.mmenu li:hover div.mmenu-content {
left:-1px;top:auto;
}