
/* Fix jQuery dropdowns so that they will go over the images */
#MenuArea {z-index: 1; position: relative;}

.dcjq-mega-menu ul.menu ul, .dcjq-mega-menu ul.menu li {
list-style: none; 
}
.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 {
background-image:url(../../Images/bg_blue.png) ;
background-repeat:repeat-x;
background-position:center;
height: 40px; 
position: relative; /* Important - required for positioning of mega menu */
font: normal 13px Arial, sans-serif; 
line-height: 16px;
padding:0px;
margin:0px;

}


.dcjq-mega-menu ul.menu li {
float: right; 
font-weight: bold;
}
.dcjq-mega-menu ul.menu li a {
float: left; 
display: block;  
padding: 12px 25px; 
background-image:url(../../Images/bg_blue.png) ;
background-repeat:repeat-x;
background-position:center;
color: #fff;
text-shadow: 1px 1px 1px #000; 
text-decoration: none;
}

.dcjq-mega-menu ul.menu li.mega-hover a, .dcjq-mega-menu ul.menu li a:hover {

background:url(../../Images/menu_line.png) repeat-x top center;
color: #fff; 
text-shadow: none;

}

.dcjq-mega-menu ul.menu li .sub a:hover{
	
	background-image: none;
	text-decoration: none;
	color:#2a567b;
}
/* Arrow tag for parent links */
.dcjq-mega-menu ul.menu li a.dc-mega {
padding-right: 30px; /* 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: 5px; 
background: url(images/arrow2.png) no-repeat 0 0;
}
.dcjq-mega-menu ul.menu li.mega-hover a .dc-mega-icon {


}

/* Mega Menu Styling */
/* Mega Drop Down Container */
.dcjq-mega-menu ul.menu li .sub-container {
position: absolute;
right:0px;
overflow:hidden;
}
.dcjq-mega-menu ul.menu li .sub {


}
.dcjq-mega-menu ul.menu li .sub-container.mega .sub {

}
.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;

}
/* 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: 260px;

}
.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: #2a567b; 
padding: 7px 10px; 
display: block; 
float: none; 
text-decoration: none; 
font-size: 14px;

}


/* Styling for items with only 2 levels */
.dcjq-mega-menu ul.menu li .sub-container.non-mega .sub {

}
.dcjq-mega-menu ul.menu li .sub-container.non-mega li {
	
}
.dcjq-mega-menu ul.menu li .sub-container.non-mega li a {
	padding: 7px 5px 7px 0px; 
}
ul
{
		margin:0px;
		padding:0px;
	}
.CustomSubmenu
{	
		background:url(../../Images/submenuRepeat.png);
		height:auto;
		background-position:top;
		background-repeat:repeat-x;
		width:1030px;
		color:#2a547a;
		
}
.SubTd a,.SubTd a:link,.SubTd a:visited,.SubTd a:hover
{
	color:#2a547a;
}
.dc-megaSelected
{
background:url(../../Images/menu_line.png) repeat-x top center;	
color:white;
}
