.demo-container {padding: 5px 25px 25px 25px; width: 240px; float: left;}
.demo-container.right {float: right;}
.demo-container h4 {font-size: 14px; margin: 0 0 5px 0;}
.clear {clear: both;}
.open_nav {background: url("../images/vertical_menu/left_nav1.png") no-repeat scroll center bottom rgba(0, 0, 0, 0); padding: 0 0 48px;}
.closed_nav {background: url("../images/vertical_menu/left_nav2.png") no-repeat scroll center bottom rgba(0, 0, 0, 0); padding: 0px 0 30px;}

/* Vertical Mega Menu Styles */
.dcjq-vertical-mega-menu .menu{
font: 14px/26px Calibri,Arial,Helvetica,sans-serif; 
line-height: 16px; 
position: relative; /* Required */
/* border: 1px solid #999;
border-bottom: none; */
list-style: none outside none;
margin: 0;
padding: 0;
}
.dcjq-vertical-mega-menu .menu li a {
display: block; 
color: #fff; 
padding: 5px 27px; 
text-decoration: none;
/*
text-shadow: 1px 1px 1px #ddd; 
border-bottom: 1px solid #999;
*/
background: url(../images/vertical_menu/sublinks1.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.dcjq-vertical-mega-menu .menu li a:hover, .dcjq-vertical-mega-menu .menu li.mega-hover a {
background-position: 0 -40px; 
background: url(../images/vertical_menu/sublinks2.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
text-shadow: 1px 1px 1px #000;
}
.dcjq-vertical-mega-menu .menu li a.dc-mega {
position: relative;
}
/* Add arrow icon to parent links */
.dcjq-vertical-mega-menu .menu li a .dc-mega-icon {
display: block; 
position: absolute; 
top: 14px; 
right: 15px; 
width: 6px; 
height: 8px; 
/* background: url(../images/vertical_menu/arrow_right.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;
}
/* Mega menu container */
.dcjq-vertical-mega-menu .menu li .sub-container {
position: absolute; /* Required */
overflow: hidden;
background: url(../images/vertical_menu/bg_menu.png) no-repeat 100% 100%; /* Add the drop shadow */
padding: 0 13px 17px 0; /* Padding for drop shadow */
border-radius: 7px 20px 25px 25px;
}
.dcjq-vertical-mega-menu .menu li .sub-container .sub {
border: none;
padding: 15px 15px 5px 15px;
background: #fff url(../images/vertical_menu/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;
border-radius: 7px;
}
.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: 230px; 
font-size: 1em; 
font-weight: normal;
list-style: none outside none;
margin-left: -40px;
}
.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: #515151; 
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 {
background: #38454d; 
padding: 5px;
margin-bottom: 5px;
text-transform: uppercase; 
font-weight: bold; 
color: #fff;

text-align: center;
}
.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #fff; 
text-shadow: 1px 1px 1px #000;
}
.dcjq-vertical-mega-menu .menu .sub li.mega-hdr li {margin-bottom: 3px; margin-left: -28px;}
.dcjq-vertical-mega-menu .menu .sub li a {
padding: 2px 0px 0px 15px;
background: url(../images/vertical_menu/bullet.png) no-repeat 3px 8px;
font-weight: normal;
text-transform: none; font-size: 13px;
}
.dcjq-vertical-mega-menu .menu .sub li a:hover {
color: #fff;
text-shadow: 1px 1px 1px #000;
background: #394f58 url(../images/vertical_menu/bullet_white.png) no-repeat 5px 8px;

}
.dcjq-vertical-mega-menu .menu .sub ul li {
padding-right: 0;
}

/* Styling for menu items with only 2 levels */
.dcjq-vertical-mega-menu .menu li .sub-container.non-mega .sub {
padding: 10px;
background: #fff;
border-radius: 7px;
}
.dcjq-vertical-mega-menu .menu li .sub-container.non-mega li {
padding: 0; 
margin: 0;
width: 192px;
float: none;
}
.sub {
	margin-left: 1px;
}