/* Reset code to remove theme inherent styling */
.dcjq-mega-menu ul.menu ul, .dcjq-mega-menu ul.menu li {
list-style: none; 
padding: 0; 
margin: 0;
}
.dcjq-mega-menu ul.menu ul {
display: none; /* Hides non-mega links */

}
.dcjq-mega-menu ul.menu .sub ul {
display: block; /* overrides above hide */
}

/* Main menu styles */
.dcjq-mega-menu ul.menu {
	width:970px;
	height: 40px;
	position: relative; /* Important - required for positioning of mega menu */
	line-height: 16px;
	float:left;
	background-image: url(../images/vn/bg-menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:1px;}

.dcjq-mega-menu ul.menu li {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/vn/hr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.dcjq-mega-menu ul.menu li a {
float: left; 
display: block;  
padding: 12px 15px; 
background: url(images/bg_black.png) repeat-x 100% 0; 
color: #000;
text-decoration: none;
}


.dcjq-mega-menu ul.menu li.mega-hover a, .dcjq-mega-menu ul.menu li a:hover {
background-position: 100% -40px; 
color: #21409a; 
}

/* Arrow tag for parent links */
.dcjq-mega-menu ul.menu li a.dc-mega {
 /* Additional padding for arrow */
position: relative; /* Required for arrow positioning */
}
.dcjq-mega-menu ul.menu li a .dc-mega-icon {
display: block; 
position: absolute; 
top: 18px; 
right: 15px; 
width: 8px; 
height: 6px; 
background: url(images/arrow.png) no-repeat 0 0;
}
.dcjq-mega-menu ul.menu li.mega-hover a .dc-mega-icon {
background-position: 0 100%;
}

/* Mega Menu Styling */
/* Mega Drop Down Container */
.dcjq-mega-menu ul.menu li .sub-container {
position: absolute; /* Required */
background: url(images/bg_sub_left.png) no-repeat 0 100%; 
padding-left: 10px; 
margin-left: -3px;
}
.dcjq-mega-menu ul.menu li .sub {
background: url(images/bg_sub.png) no-repeat 100% 100%; 
padding: 20px 20px 20px 10px;
}
.dcjq-mega-menu ul.menu li .sub-container.mega .sub {
padding: 20px 10px 0 0;
}
.dcjq-mega-menu ul.menu li .sub .row { /* Clear the sub-menu floats */
width: 100%; 
overflow: hidden; 
clear: both;
}
.dcjq-mega-menu ul.menu li .sub li {
float: none; 
font-size: 1em; 
font-weight: bold;
}

.dcjq-mega-menu ul.menu li .sub li a{
	color:#231f20;}
	
	.dcjq-mega-menu ul.menu li .sub li a:hover{
		color:#F00;}
/* Sub-menu Headers */
.dcjq-mega-menu ul.menu li .sub li.mega-hdr { /* Sub-menu headers - i.e. 2nd level navigation */
float: left; /* Float the sub-menus and give them a fixed width to from the mega menu rows */
width: 180px;
margin: 0 0px 20px 5px;
}
.dcjq-mega-menu ul.menu li .sub a { /* Clear the styles from the top-level links and set the font styles */
background: none; 
border: none; 
text-shadow: none; 
color: #111; 
padding: 7px 5px; 
display: block; 
float: none; 
text-decoration: none; 
font-size: 0.9em; 
}
.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {
padding: 7px 10px; 
margin-bottom: 5px; 
border-bottom: 1px solid #ccc; 
text-transform: uppercase; 
font-weight: bold; 
color: #000; 
background: #EAEAEA url(images/bg_hdr.png) repeat-x center center;
}
.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #000; 
}




/* Style the 3rd level links */


.sub li.mega-hdr li {
	color:#F00;
	background-image: url(../images/vn/icon-start.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
}
