/* 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 */
	white-space: nowrap;
	z-index: 1000;
}

/* Main menu styles */
.dcjq-mega-menu ul.menu {
	width: 890px;
	height: 40px;
	position: relative;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #132088;
	border: 4px solid #FFF;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 12px;
	padding-right: 0px;
	white-space: nowrap;
	z-index: 1000;
}
.dcjq-mega-menu ul.menu li {
float: left; 
font-weight: bold;
}
.dcjq-mega-menu ul.menu li a {
	float: left;
	display: block;
	padding: 10px 10px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	background-color: #132088;
	background-position: 100% 0;
	letter-spacing: .06em;
	white-space: nowrap;
	z-index: 1000;
}
.dcjq-mega-menu ul.menu li.mega-hover a, .dcjq-mega-menu ul.menu li a:hover {
	background-position: 100% 0px;
	color: #08FE02;
	
}

/* Arrow tag for parent links */
.dcjq-mega-menu ul.menu li a.dc-mega {
padding-right: 33px; /* 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: 16px;
	margin-left: -4px;
	margin-top: 4px;
	z-index: 1000;	
}
.dcjq-mega-menu ul.menu li .sub {
background: url(images/bg_sub.png) no-repeat 100% 100%; 
padding: 20px 20px 20px 15px;
}
.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;
z-index: 1000;
}
.dcjq-mega-menu ul.menu li .sub li {
float: none; 
font-size: 1em; 
font-weight: bold;
z-index: 1000;
}
/* 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: 270px;
	margin: 0 11px 20px 11px;
	border: 1px solid #E96116;
	-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
z-index: 1000;
	
}
.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;
	padding: 7px 10px;
	display: block;
	float: none;
	text-decoration: none;
	font-size: 0.9em;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #132088;
	white-space: nowrap;
	z-index: 1000;
}
.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {
	padding: 7px 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	text-shadow: 0px 1px 0px #000;
	letter-spacing: .06em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7400+0,e96116+100 */
background: #ff7400; /* Old browsers */
background: -moz-linear-gradient(top,  #ff7400 0%, #e96116 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7400), color-stop(100%,#e96116)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff7400 0%,#e96116 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff7400 0%,#e96116 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff7400 0%,#e96116 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff7400 0%,#e96116 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#e96116',GradientType=0 ); /* IE6-9 */

	background-repeat: repeat-x;
	background-position: center center;
	z-index: 1000;
}
.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a:hover {

}


/* Add the individual sub-menu backgrounds */
.dcjq-mega-menu ul.menu li .sub li#menu-item-1 {
background: url(images/) no-repeat 160px 50px;
}
.dcjq-mega-menu ul.menu li .sub li#menu-item-2 {
background: url(images/) no-repeat 0px 0px;
}
.dcjq-mega-menu ul.menu li .sub li#menu-item-3 {
background: url(images/klub_frog.png) no-repeat 95px 200px;

}
.dcjq-mega-menu ul.menu li .sub li#menu-item-4 {
background: url(images/bg_suv.jpg) no-repeat 135px 40px;
}
.dcjq-mega-menu ul.menu li .sub li#menu-item-5 {
background: url(images/bg_pickup.jpg) no-repeat 135px 40px;
}
.dcjq-mega-menu ul.menu li .sub li#menu-item-6 {
background: url(images/bg_sports.jpg) no-repeat 135px 40px;
}

/* Style the 3rd level links */
.dcjq-mega-menu ul.menu li .sub li ul li {
	margin-right: 90px;
	
}
.dcjq-mega-menu ul.menu .sub li.mega-hdr li a {
	color: #132088;
	font-weight: normal;
}
.dcjq-mega-menu ul.menu .sub li.mega-hdr li a:hover {
	color: #FFF;	
}


/* Styling for items with only 2 levels */
.dcjq-mega-menu ul.menu li .sub-container.non-mega .sub {
padding: 15px 20px 10px 10px;
margin-left: 0px;
}
.dcjq-mega-menu ul.menu li .sub-container.non-mega li {
	width: 240px; /* Set the drop down width */
	background-color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #E85F13;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #132088;
	line-height: 25px;
	letter-spacing: .06em;
}
.dcjq-mega-menu ul.menu li .sub-container.non-mega li a {
	padding: 3px;
}
.dcjq-mega-menu ul.menu li .sub-container.non-mega li a:hover {
	
	
	background-color: #E85F13;
		text-align: center;
		color: #FFF;
	line-height: 25px;
}
/* Styling for items with only 2 levels on right */
#right-side {
	width: 207px;
		
}

#about {
	width: 200px;
		
}
	
.log-tab{
	background-image: url(../slider/log-bg.png);
	background-repeat: no-repeat;	
}