/* Page */
/*body,html,*/
.dcjq-vertical-mega-menu div, .dcjq-vertical-mega-menu blockquote, .dcjq-vertical-mega-menu img, .dcjq-vertical-mega-menu label, .dcjq-vertical-mega-menu p, .dcjq-vertical-mega-menu h1, .dcjq-vertical-mega-menu h2, .dcjq-vertical-mega-menu h3, .dcjq-vertical-mega-menu h4, .dcjq-vertical-mega-menu h5, .dcjq-vertical-mega-menu h6, .dcjq-vertical-mega-menu pre, .dcjq-vertical-mega-menu ul, .dcjq-vertical-mega-menu ol, .dcjq-vertical-mega-menu li, .dcjq-vertical-mega-menu dl, .dcjq-vertical-mega-menu dt, .dcjq-vertical-mega-menu dd, .dcjq-vertical-mega-menu form, .dcjq-vertical-mega-menu a, .dcjq-vertical-mega-menu fieldset, .dcjq-vertical-mega-menu input, .dcjq-vertical-mega-menu th, .dcjq-vertical-mega-menu td{border:0;outline:none;margin:0;padding:0;}
.dcjq-vertical-mega-menu ul{list-style:none;}

/* Demo Page Styles */
/*body {font: normal 13px Arial, sans-serif;}*/
.dcjq-vertical-mega-menu h2 {font: normal 26px Arial, sans-serif; padding: 20px 0; margin: 0 0 30px 0;}
.wrap {width: 960px; margin: 0 auto;}
.demo-container {padding: 20px 0; width: 200px; float: left;}
.demo-container.right {float: right;}
.demo-container h4 {font-size: 14px; margin: 0 0 5px 0;}
.dcjq-vertical-mega-menu .clear {clear: both;}

/* Vertical Mega Menu Styles */
.dcjq-vertical-mega-menu .menu1{
font: bold 12px Arial, sans-serif; 
line-height: 16px; 
position: relative; /* Required */
border: 1px solid #999;
border-bottom: none;
}
.dcjq-vertical-mega-menu .menu1 li a {
display: block; 
color: #000; 
padding: 11px 40px 11px 10px; 
/*text-shadow: 1px 1px 1px #fff; */
text-decoration: none;
border-bottom: 1px solid #999;
/*background: url(images/bg_nav.png) repeat-x 0 0;*/
}
.dcjq-vertical-mega-menu .menu1 li a:hover, .dcjq-vertical-mega-menu .menu1 li.mega-hover a {
background-position: 0 -40px; 
background-color:#999;
/*color: #fff; 
text-shadow: 1px 1px 1px #000;*/
}
.dcjq-vertical-mega-menu .menu1 li a.dc-mega {
position: relative;
}
/* Add arrow icon to parent links */
.dcjq-vertical-mega-menu .menu1 li a .dc-mega-icon {
display: block; 
position: absolute; 
top: 14px; 
right: 15px; 
width: 6px; 
height: 8px; 
background: url(images/arrow_right.png) no-repeat -6px 0;
}
.dcjq-vertical-mega-menu .menu1 li a:hover .dc-mega-icon, .dcjq-vertical-mega-menu .menu1 li.mega-hover a .dc-mega-icon {
background-position: 0 0;
}
/* Mega menu container */
.dcjq-vertical-mega-menu .menu1 li .sub-container {
position: absolute; /* Required */
overflow: hidden;
background: url(images/bg_menu.png) no-repeat 100% 100%; /* Add the drop shadow */
padding: 0 13px 17px 0; /* Padding for drop shadow */
margin-left:-2px;/*Prevent sub menu from hiding if mouse pointer is in between main menu and sub menu*/
}
.dcjq-vertical-mega-menu .menu1 li .sub-container .sub {
border: none;
padding: 15px 15px 5px 15px;
background: #fff url(images/bg_grad_top.png) repeat-x 0 0;
border-top: 1px solid #ccc; 
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ccc;
}
.dcjq-vertical-mega-menu .menu1 li .sub .row {
width: 100%; overflow: hidden; /* Clear floats */
}
.dcjq-vertical-mega-menu .menu1 li .sub li {
float: none; 
width: 160px; 
font-size: 1em; 
font-weight: normal;
}
.dcjq-vertical-mega-menu .menu1 li .sub li.mega-hdr {
float: left; /* Required */
margin: 0 5px 10px 5px;
}
.dcjq-vertical-mega-menu .menu1 li .sub a, .dcjq-vertical-mega-menu .menu1.left li .sub a {
background: none; 
border: none; 
text-shadow: none;
float: none;
color: #000; 
display: block;
text-decoration: none; 
font-size: 0.9em;
margin-bottom: 0;
}
.dcjq-vertical-mega-menu .menu1 li .sub li.mega-hdr a.mega-hdr-a {
background: url(images/bg_nav.png) repeat-x 0 -40px; 
padding: 5px;
margin-bottom: 5px;
text-transform: uppercase; 
font-weight: bold; 
color: #fff;
text-shadow: 1px 1px 1px #000;
text-align: center;
}
.dcjq-vertical-mega-menu .menu1 li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #000; 
text-shadow: none;
}
.dcjq-vertical-mega-menu .menu1 .sub li.mega-hdr li {margin-bottom: 3px;}
.dcjq-vertical-mega-menu .menu1 .sub li a {
padding: 3px 3px 3px 15px;
background: url(images/bullet.png) no-repeat 3px 8px;
font-weight: normal;
text-transform: capitalize; font-size: 12px;
}
.dcjq-vertical-mega-menu .menu1 .sub li a:hover {
color: #fff;
background: #000 url(images/bullet_white.png) no-repeat 5px 8px;
}
.dcjq-vertical-mega-menu .menu1 .sub ul li {
padding-right: 0;
}

/* Styling for menu items with only 2 levels */
.dcjq-vertical-mega-menu .menu1 li .sub-container.non-mega .sub {
padding: 10px;
background: #fff;
}
.dcjq-vertical-mega-menu .menu1 li .sub-container.non-mega li {
padding: 0; 
margin: 0;
width: 150px;
float: none;
}
