
.demo-container {padding: 0px 0; width: 200px; float: left; margin-bottom:5px; border:#dcdcdc 1px solid; -moz-border-radius:3px; -webkit-border-radius:3px;}
.demo-container.right {float: right;}
.demo-container h4 {font-size: 14px; margin: 0 0 5px 0;}

/* Vertical Mega Menu Styles */
.mega-menu{
font: bold 13px Arial, sans-serif; 
line-height: 16px; 
border-left:none; 
position: relative; /* Required */
list-style:none;
}
.mega-menu li a {
font-size: 10px;
display: block;
padding-top: 6px;
padding-bottom: 6px;
text-indent: 15px;
text-decoration: none;
color: #012466;
border-top: 1px solid #e5e5e5;
font-weight: normal;
}

div.test { background-color:#f2f2f2; }

.mega-menu li a:hover, .mega-menu li.mega-hover a {
background-color: #d1021c;
color: #ffffff;
background-image: none;
}
.mega-menu li a.dc-mega {
position: relative;
}
.mega-menu.left li a.dc-mega {
text-align: right;
}
/* Add arrow icon to parent links */
.mega-menu li a .dc-mega-icon {
display: block; 
position: absolute; 
top: 18px; 
right: 15px; 
width: 6px; 
height: 8px; 
background: url(images/arrow_right.png) no-repeat 0 0;
}
.mega-menu.left li a .dc-mega-icon {
top: 18px; 
left: 15px;  
background: url(images/arrow_left.png) no-repeat -6px 0;
}
/* Mega menu container */
.mega-menu li .sub-container {
position: absolute; /* Required */
background: #ffffff; 
padding: 10px 10px 0 10px; 
overflow: hidden; 
border: #d1021c 3px solid;
margin-top:0px !important;
top:0px !important; 



}
.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;
list-style:none;
}
.mega-menu li .sub li.mega-hdr {
/*float: left;  Required */
margin: 0 5px 5px 5px;
display:inline-block;
}

.mega-menu li .sub a, .mega-menu.left li .sub a {
background: none; 
border: none; 
text-shadow: none;
float: none;
color: #666666; 
padding: 7px 10px; 
display: block;
text-decoration: none; 
font-size:11px;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
padding: 5px 5px 0px 20px; 
background: #ffffff; 
text-transform: none; 
font-weight: bold; 
color: #002468; 
text-shadow:none;
text-indent:0px;
line-height:12px;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #002468; 
text-shadow: none;
}
.mega-menu .sub li.mega-hdr li a {
padding: 4px 5px 4px 20px; 
font-weight: normal;
text-transform:none;
text-indent:0px;
line-height:12px;
}
.mega-menu .sub li.mega-hdr li a:hover {
color: #b01a1c; 
background: none;
text-transform:none;
text-decoration:underline;
}
.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; 
}
.mega-menu li .sub-container.non-mega li a:hover {
color: #a32403; 
background: #efefef url(images/arrow_on.png) no-repeat 7px 10px;
}

ul.sub { display: inline-table;
vertical-align: top;
width: 155px;

}



