/* Page */
 
ul{list-style:none; padding:0px;}

/* Demo Page Styles */
  
.clear {clear: both;}

/* Vertical Mega Menu Styles */
.mega-menu{
/*font: bold 13px Arial, sans-serif; */
/*line-height: 16px; 
background: #333;
border-left: 1px solid #1B1B1B; */
position: relative;
padding:0px;
margin:0px; 
float:left; 
}
.mega-menu li a {
display: block;    
text-decoration: none;  
}
.mega-menu li a:hover, .mega-menu li.mega-hover a {
	background-color:#18A096;
	color:#FFF; 
}
.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: 9px; 
right: 15px; 
width: 6px; 
height: 10px; 
background: url(images/arrow-right.png) no-repeat 0 0;
}
/* Mega menu container */
.mega-menu li .sub-container {
position: absolute; /* Required */
background: #18A096;
padding: 0px; 
border: 1px solid #4b4b4b; 
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: 280px; 
font-size: 13px; 
font-weight: normal;
}
.mega-menu li .sub li.mega-hdr {
float: left; /* Required */
margin:5px;
}
.mega-menu li .sub a, .mega-menu.left li .sub a {
background: none; 
border: none; 
text-shadow: none;
float: none;
color: #fff; 
padding: 5px; 
display: block;
text-decoration: none; 
font-size: 13px;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
padding: 5px 5px 5px 15px; 
margin-bottom: 5px; 
background: #E88221; 
text-transform: uppercase; 
font-weight: bold; 
color: #fff; 
text-shadow: 1px 1px 1px #333;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #000; 
text-shadow: none;
}
.mega-menu .sub li.mega-hdr li a {
padding: 4px 5px 4px 20px; 
background: url(images/arrow_white.png) no-repeat 5px 8px; 
font-weight: normal;
}
.mega-menu .sub li.mega-hdr li a:hover {
color: #a32403; 
background: #efefef 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: 10px;}
.mega-menu li .sub-container.non-mega li {
padding: 0; 
margin: 0;
width: 150px;
}
.mega-menu li .sub-container.non-mega li a {
padding: 7px 5px 7px 22px; 
background: url(images/arrow_white.png) no-repeat 7px 10px;
}
.mega-menu li .sub-container.non-mega li a:hover {
color: #a32403; 
background: #efefef url(images/arrow_on.png) no-repeat 7px 10px;
}