/* Page */
div,ul,ol,li,dl,dt,dd,a,th,td{border:0;outline:none;margin:0;padding:0;}
ul{list-style:none!important;}

/* Demo Page Styles */



.demo-container {padding: 0px 0px 0px 0px; width:230px; float: left;}
.demo-container.right {float: right;}
.demo-container h4 {font-size: 14px; margin: 0 0 0px 0;}
.clear {clear: both;}
/* Vertical Mega Menu Styles */
.mega-menu{
font: bold 13px Arial, sans-serif; 
line-height: 12px; 
background: #fff;
border-left: 1px solid #f5f5f5; 
position: relative; /* Required */
z-index:9;
width:230px!important;  float: left;
padding-left:0px!important; margin-left:0px!important;
}
.mega-menu li a {
display: block; 
color: #02a6d5!important; 
padding: 12px 38px 12px 10px; 
/*text-shadow: 1px 1px 1px #dedede; */
text-decoration: none;  
border-top: 1px solid #f5f5f5; 
border-bottom: 1px solid #f5f5f5; 
border-right: 1px solid #f5f5f5;
}
.mega-menu li a:hover, .mega-menu li.mega-hover a {
background: #f5f5f5; 
color: #353535; 
border-right: 1px solid #f5f5f5;
border-top: 1px solid #dedede; 
border-bottom: 1px solid #dedede; 
}
.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: 16px; 
right: 15px; 
width: 6px; 
height: 8px; 
background: url(images/arrow_right1.png) no-repeat 0 0;
}
/* Mega menu container */
.mega-menu li .sub-container {
position: absolute; /* Required */
background: #f5f5f5;
padding: 10px 10px 0 10px; 
border: 1px solid #dedede; 
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: 150px; 
font-size: 1em; 
font-weight: normal;
}
.mega-menu li .sub li.mega-hdr {
float: left; /* Required */
margin: 0 5px 10px 5px;
}
.mega-menu li .sub a, .mega-menu.left li .sub a {
background: none; 
border: none!important; 
text-shadow: none;
float: none;
color: #fff; 
padding: 7px 10px; 
display: block;
text-decoration: none; 
font-size: 0.9em;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
padding: 5px 5px 5px 15px; 
margin-bottom: 5px; 
background: #86ac12; 
text-transform: uppercase; 
font-weight: bold; 
color: #fff; 
text-shadow: 1px 1px 1px #999;
}
.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_off.png) no-repeat 5px 8px; 
font-weight: normal;
color:#353535;
}
.mega-menu .sub li.mega-hdr li a:hover {
color: #a32403; 
background: #efefef url(images/arrow_on.png) no-repeat 5px 8px;
border: none!important; 
}
.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_off.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;
}