/* Page */

ul{list-style:none;}

/* Demo Page Styles */
.wrap {width: 1100px; margin: 0 auto;}
.demo-container {width: 262px; float: left; margin-left:0px;}
.demo-container.right {float: right;}
.demo-container h4 {font-size: 14px; margin: 0 0 5px 0;}
.clear {clear: both;}

/* Vertical Mega Menu Styles */
.dcjq-vertical-mega-menu .menu{
font: bold 13px SignikaRegular,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif; 
line-height: 16px; 
position: relative; /* Required */
border: 1px solid #D5D5D5;
border-bottom: none;
padding-left:0;
z-index:100000;
}
.dcjq-vertical-mega-menu .menu li a {
display: block; 
color: #428bca;
padding: 11px 10px 11px 10px; 
text-shadow: 1px 1px 1px #fff; 
text-decoration: none;
border-bottom: 1px solid #D5D5D5;
/*background: url(images/bg_nav.png) repeat-x 0 0;*/
background-color:#F5F5F5;
}
.dcjq-vertical-mega-menu .menu li a:hover, .dcjq-vertical-mega-menu .menu li.mega-hover a {
/*background: url(images/bg_nav.png) repeat-x 0 0; */
/*text-decoration:underline;*/
color:#333333;
}
.dcjq-vertical-mega-menu .menu li a.dc-mega {
color: #428bca;
position: relative;
}
/* Add arrow icon to parent links */
.dcjq-vertical-mega-menu .menu li a .dc-mega-icon {
color: #428bca;
display: block; 
position: absolute; 
top: 14px; 
right: 15px; 
width: 6px; 
height: 8px; 
background: url(images/arrow_right22.png) no-repeat -6px 0;
}
.dcjq-vertical-mega-menu .menu li a:hover .dc-mega-icon, .dcjq-vertical-mega-menu .menu li.mega-hover a .dc-mega-icon {
/*background-position: 0 0;*/
color:#333333;
}
/* Mega menu container */
.dcjq-vertical-mega-menu .menu li .sub-container {
color: #428bca;
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:0px;
}
.dcjq-vertical-mega-menu .menu li .sub-container .sub {
color: #428bca;
border: none;
padding: 15px 15px 5px 15px;
background: #F5F5F5 url(images/bg_grad_top.png) repeat-x 0 0;
border-top: 1px solid #D5D5D5; 
border-right: 1px solid #D5D5D5;
border-bottom: 1px solid #D5D5D5;
border-left: 1px solid #D5D5D5;
width:220px;
}
.dcjq-vertical-mega-menu .menu li .sub .row {
width: 100%; overflow: hidden; /* Clear floats */
}
.dcjq-vertical-mega-menu .menu li .sub li {
float: none; 
width: 160px; 
font-size: 1em; 
font-weight: normal;
}
.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr {
float: left; /* Required */
margin: 0 5px 10px 5px;
}
.dcjq-vertical-mega-menu .menu li .sub a, .dcjq-vertical-mega-menu .menu.left li .sub a {
background: none; 
border: none; 
text-shadow: none;
float: none;
color: #428bca;
display: block;
text-decoration: none; 
font-size: 0.9em;
margin-bottom: 0;
}
.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a {
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 .menu li .sub li.mega-hdr a.mega-hdr-a:hover {
background: url(images/bg_nav.png) repeat-x 0 0; 
color: #428bca;
text-shadow: none;
}
.dcjq-vertical-mega-menu .menu .sub li.mega-hdr li {margin-bottom: 3px;}
.dcjq-vertical-mega-menu .menu .sub li a {
padding: 3px 3px 3px 10px;
/*background: url(images/bullet.png) no-repeat 3px 12px;*/
font-weight: bold;
text-transform: capitalize; font-size: 12px;
width:200px;
}
.dcjq-vertical-mega-menu .menu .sub li a:hover {
color: #333;
/*background: #FDDAD7 url(images/bullet_white.png) no-repeat 5px 12px;*/
}
.dcjq-vertical-mega-menu .menu .sub ul li {
padding-right: 0;
margin-left:300px;
}

/* Styling for menu items with only 2 levels */
.dcjq-vertical-mega-menu .menu li .sub-container.non-mega .sub {
color: #428bca;
padding: 10px;
background: #F5F5F5;
}
.dcjq-vertical-mega-menu .menu li .sub-container.non-mega li {
margin: 0;
width: 150px;
float: none;
}
.dcjq-vertical-mega-menu .menu li .sub-container.non-mega li a {
padding-top: 7px; 
padding-bottom: 7px; 
}
