/* Page */
ul,ol,li{border:0;outline:none;margin:0;padding:0;}
ul{list-style:none;}

/* Demo Page Styles */

#content-left .module-wrapper.mod-nav-bar  .cnt-default > .body{overflow: visible !important}

/* Vertical Mega Menu Styles */
.mega-menu{

position: relative; /* Required */
}
.mega-menu li a {
display: block; 
padding: 5px 15px 5px 5px; 
}
.mega-menu li.selected  a {
background: #114392;

	color: #fff;
}

.mega-menu li a:hover, .mega-menu li.mega-hover a {

}
.mega-menu li a.dc-mega {
position: relative;
}
/* Add arrow icon to parent links */
.mega-menu li a .dc-mega-icon {
display: block; 
position: absolute; 
top: 7px; 
right: 5px; 
width: 6px; 
height: 8px; 
background: url(../images/arrow_right.png) no-repeat 0 0;
}
/* Mega menu container */
.mega-menu li .sub-container {
position: absolute; /* Required */
background: #ffffff;
padding: 5px 5px 0 5px; 
border: 1px solid #BCD3F3; 
border-left: none;
}
.mega-menu li .sub-container .sub {}

.mega-menu li .sub .row {
width: 100%; overflow: hidden; /* Clear floats */
}
.mega-menu li .sub li {
float: none; 
width: 15em; 
font-size: 1em; 
font-weight: normal;
}
.mega-menu li .sub li.mega-hdr {
float: left; /* Required */
margin: 0 5px 5px 5px;
}
.mega-menu li .sub a, .mega-menu.left li .sub a {
background: none; 
border: none; 
text-shadow: none;
float: none;
color:#114392;
padding: 7px 10px; 
display: block;
text-decoration: none; 
}
.sub  li.selected ul li.selected a {
	background: url(../images/arrow_white.png) no-repeat 5px 8px #114392;
	color: #fff;
	}

.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
padding: 5px 5px 5px 5px; 
margin-bottom: 5px; 
background: #BCD3F3; 
font-weight: bold; 
color:#114392;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #114392; 
background: #CDDEF5; 
text-shadow: none;
}
.mega-menu .sub li.mega-hdr li a {
padding: 4px 5px 4px 20px; 
background: url(../images/arrow_off.png) no-repeat 5px 8px; 
font-weight: normal;
line-height: 14px
}
.mega-menu .sub li.mega-hdr li a:hover {
color: #81ADE9; 
background: #CDDEF5 url(../images/arrow_on.png) no-repeat 5px 8px;
}
.mega-menu .sub ul li {
padding-right: 0;
}
/* Styling for menu items with only 2 levels */
.mega-menu li .sub-container.non-mega .sub {
padding: 5px;}
.mega-menu li .sub-container.non-mega li {
padding: 0; 
margin: 0;
width: 15em;
}
.mega-menu li .sub-container.non-mega li a {
padding: 4px 5px 4px 20px; 
background: url(../images/arrow_white.png) no-repeat 5px 8px;
}
.mega-menu li .sub-container.non-mega li a:hover {
color: #81ADE9; 
background: #CDDEF5 url(../images/arrow_on.png) no-repeat 5px 8px;
}

ul#mega-3.has-icons  li:last-child { border-bottom: none !important;}