/*
Theme Name : Mega Menu Complete Set
Item URI : http://codecanyon.net/item/mega-menu-complete-set/152825
Author URI : http://themeforest.net/user/Keliah
Version : 1.2
*/

/*

TABLE OF CONTENTS

01 MENU BAR
02 DROP DOWN COMMON CONTAINER
03 DROP DOWN SPECIFIC CONTAINERS
04 COLUMNS GRID
05 DROP DOWN TYPOGRAPHY
06 COLORS
07 VERTICAL VARIANT

*/



/*  _____________________________________________________________________________

    01 MENU BAR
    _____________________________________________________________________________  */



#menu_container {
	height:90px; 
	width:962px;
	position: relative;
	background: url(../images/menu_resize_bg.gif) top no-repeat; height:90px; width:962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: -10px;
}
#menu {
	list-style:none;
	z-index:9998;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#353534;
	line-height:1;
	padding: 25px 0 0 40px;
	position: relative;
}
	#menu li {
		float:left;
		border:none;
	margin: 0 2px 0px 4px;
	
}
		#menu li:hover, .active {
			/* [disabled]background:#161616;*/
		}
		
.menu ul li { float:left; margin:0; padding:0 5px; border:0; height:65px;}
.menu ul li a { float:left; margin:0; padding:0; color:#fefefe; font:normal 14px/15px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase;}
.menu ul li a span {
	display:block;
	padding: 8px 8px 7px;
	background:none;
	border: none;
}
.menu ul li a small { display:block; font: normal 12px/15px Arial, Helvetica, sans-serif; color:#eea83b; text-transform:none; padding:0; margin:0;}
.menu ul li a:hover { background: url(../images/r_menu.gif) no-repeat right; }
.menu ul li a:hover span { 
	/*background:url(../images/l_menu.gif) no-repeat left;*/
	border: none; 
}
.menu ul li a.active {   background:url(../images/r_menu.gif) no-repeat right; }
.menu ul li a.active span {  background:url(../images/l_menu.gif) no-repeat left; }
	
		
		/*#menu li .drop {
			padding-right:30px;
			background:url("../img/down.png") no-repeat right center;
		}*/

		/* Right aligned menu item */
		
		#menu li.right {
			float:right;
			margin-right:-1px;
		}
		#menu li.right a {
			margin-right: 13px;
		}



/*  _____________________________________________________________________________

    02 DROP DOWN COMMON CONTAINER
    _____________________________________________________________________________  */



#menu li .dropcontent {
	margin: 0px auto 0px 0px;
	position:absolute;
	left:-9999em;
	top:90px; /* Places the drop down under the menu bar */
	z-index:9000; /* For IE7 */
	padding: 20px 0px 10px;
	text-align:left;
	border-top:none;
	background-color: #1f1f1f;
	 /*background-image: url(../images/menu_BKG1.png);
	background-position: -802px -30px;
	background-repeat: no-repeat;*/
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
#menu li .dropfirst {
	margin:0px auto 0px -1px; /* Fixes a 1px issue for the 1st drop down */
}

/* Showing Drop Down on Mouse Hover - Left aligned */

#menu li:hover .dropcontent {left:auto;}

/* Showing Drop Down on Mouse Hover - Right aligned */

#menu li .align_right {right:-1px;}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
}

/* Full width drop down */

#menu li .fullwidth {
	position: absolute;
	width: 935px;
	height: 270px;
	left:-9999em;
	top:90px;
	border-top:none;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	background-color: #2e2e2e;
	background-image: url(../images/OKtruck.jpg);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	/*-webkit-border-radius: 8px 7px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
	overflow: hidden;
	z-index: auto;
	padding: 20px 0px 10px 30px;
}
.test_block {
	/*background-color: #0d4500;*/
	height: 600px;
	width: 300px;
	position:absolute;
	top: 0px;
	left: 0px;
	margin-right: 30px;
	padding-top: 30px;
	padding-left: 20px;
	background: url(../images/menu_side2.png) no-repeat left top;
}
#menu li:hover .fullwidth {
	display: block;
	z-index:9998;
	left: -1px;
}



/*  _____________________________________________________________________________

    03 DROP DOWN SPECIFIC CONTAINERS
    _____________________________________________________________________________  */



#menu .drop1column {width: 150px;}
#menu .drop2columns {width: 350px;}
#menu .drop3columns {width: 240px;}
#menu .drop4columns {width: 320px;}
#menu .drop5columns {width: 350px;}
#menu .drop6columns {width: 480px;}
#menu .drop7columns {width: 560px;}
#menu .drop8columns {width: 640px;}
#menu .drop9columns {width: 720px;}
#menu .drop10columns {width: 800px;}
#menu .drop11columns {width: 880px;}
#menu .drop12columns {width: 960px;}



/*  _____________________________________________________________________________

    04 COLUMNS GRID
    _____________________________________________________________________________  */



#menu .col_1,
#menu .col_2,
#menu .col_3,
#menu .col_4,
#menu .col_5,
#menu .col_6,
#menu .col_7,
#menu .col_8,
#menu .col_9,
#menu .col_10,
#menu .col_11,
#menu .col_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}
#menu .col_1 {
	width:200px;
}
#menu .col_1 ul li {  
	margin:0px; 
	padding: 0px;
	border:0; 
	height:25px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#menu .col_1 ul li a {
	color: #FFF;
	font-variant: upper-caps;
	text-decoration:none;
	display:block;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #f1ffff;
	width: 100%;
	background-image: none;
}
#menu .col_1 ul li:hover a {
	color: #df822f;
	margin-bottom: 5px;
	padding-bottom: 5px;
} 
#menu .col_2 {
	width:270px;
}
#menu .col_2 ul li {  
	margin:0px; 
	padding: 0px;
	border:0; 
	height:25px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#menu .col_2 ul li a {
	color: #FFF;
	font-variant: upper-caps;
	text-decoration:none;
	display:block;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #f1ffff;
	width: 100%;
	background-image: none;
}
#menu .col_2 ul li a:hover {
	color: #df822f;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#menu .col_2 ul li .noborder {
	border: none;
}
#menu .col_2 ul li .noborder a:hover {
	border: none;
} 
#menu .col_2 ul .boxes{
	border-bottom: 1px dashed #f1ffff;
	height: auto;
	padding: 0;
	margin-top: -25px;
	margin-left: -10px;
	color: #df822f;
}
#menu .col_2 ul.boxes li {
	line-height: 5px;
	text-decoration:none;
	border:none;
	width: 100%;
	background-image: none;
	color: #df822f;
	
}

#menu. col_2 ul.boxes li .clr{
	clear: both;
	margin: 0;
	padding: 0;
}

#menu .col_2 ul.boxes li a {
	line-height: auto;
	text-decoration:none;
	display:block;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	border:none;
	width: 100%;
	margin-bottom:-10px;
	background-image: none;
	color: #df822f;
}
#menu .col_2 ul .boxes a span {
	font-size: 12px;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	text-indent: 0px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
} 

#menu .col_3 {width:210px;}
#menu .col_4 {width:290px;
	border-right: thin dashed #181f31;
	margin-right: 10px;
	margin-left: 290px;
	padding-right: 10px;
	height: 258px;
	overflow: hidden;
}
#menu .col_5 {width:290px;}
#menu .col_6 {width:450px;}
#menu .col_7 {width:530px;}
#menu .col_8 {width:610px;}
#menu .col_9 {width:690px;}
#menu .col_10 {width:770px;}
#menu .col_11 {width:850px;}
#menu .col_12 {width:930px;}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}



/*  _____________________________________________________________________________

    05 DROP DOWN TYPOGRAPHY
    _____________________________________________________________________________  */



#menu p, #menu h1, #menu h2, #menu h3, #menu h4, #menu h5, #menu h6 {
	padding:0;
	margin:0;
	/*text-shadow: 1px 1px 1px #000;*/
}
#menu p {
	font-size:12px; 
	line-height:21px; 
	margin-bottom:18px;
	color: #626263;
	width: 280px;
}
#menu h1, #menu h2 {
	background:url("../img/menu_separator.jpg") bottom repeat-x;
	padding-bottom:12px;
	color: #37445c;
}
#menu h1, #menu h2, #menu h3 {
	margin-bottom:18px;
}
#menu h4, #menu h5, #menu h6 {
	margin-bottom:12px;
}
#menu h1 {
	font-size:36px;
	line-height:36px;
}
#menu h2 {
	font-size:30px; 
	line-height:42px;
}
#menu h3 {
	font-size:28px; 
	line-height:28px;
}
#menu h4 {
	font-size:21px; 
	line-height:24px;
}
#menu h5 {
	font-size:18px; 
	line-height:28px;
}
#menu h6 {
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:10pt;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom:1px solid #626263;
	width: 260px;
}

/* Links */

#menu li .dropcontent a, #menu li .fullwidth a {
	text-transform:none;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:12px; 
	line-height:15px;
	display:inline;
	padding:0;
}
#menu li .dropcontent a:hover, #menu li .fullwidth a:hover {
	padding:0;
}

/* Images & Boxes */

#menu li .black_box {
	background-color:#000;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:6px 8px 6px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#menu .imgshadow {
	background:#000000;
	padding:4px;
	border:1px solid #222222;
	margin-top:5px;
	margin-bottom:18px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
#menu .img_left {
	float:left;
	margin-right:12px;
}
#menu .img_right {
	float:right;
	margin-left:12px;
}

/* Lists */

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:14px; 
	line-height:18px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
}
#menu li ul li:hover {
	background:none;
	border:none;
}


#menu ul.list, #menu ul.list2, #menu ol.num, #menu ol.num2 {
	margin:0 0 18px 20px;
	padding:0;
}
#menu ul.list li, #menu ul.list2 li, #menu ol.num li, #menu ol.num2 li{
	padding:0 0 0 12px;
	line-height:24px;
}
#menu .list li {
	list-style:disc;
}
#menu .list2 li {
	list-style:square;
}
#menu .num li {
	list-style:decimal;
}
#menu .num2 li {
	list-style:upper-latin;
}

#menu li .dropcontent ul.list li a, #menu li .dropcontent ul.list2 li a, #menu li .dropcontent ol.num li a, #menu li .dropcontent ol.num2 li a,
#menu li .fullwidth ul.list li a, #menu li .fullwidth ul.list2 li a, #menu li .fullwidth ol.num li a, #menu li .fullwidth ol.num2 li a {
	color:#cccccc;
}
#menu li .dropcontent ul.list li a:hover, #menu li .dropcontent ul.list2 li a:hover, #menu li .dropcontent ol.num li a:hover, #menu li .dropcontent ol.num2 li a:hover,
#menu li .fullwidth ul.list li a:hover, #menu li .fullwidth ul.list2 li a:hover, #menu li .fullwidth ol.num li a:hover, #menu li .fullwidth ol.num2 li a:hover {
	color:#ffffff;
}

#menu ul.thumbnails li {
	margin-bottom:18px;
}

#menu ul.categories {
	background:url("../img/menu_separator.jpg") top repeat-x; 
}
#menu ul.categories li, #menu ul.categories li:hover {
	background:url("../img/menu_separator.jpg") bottom repeat-x; 
	padding:9px 0 9px 0;
}
#menu li .dropcontent ul.categories li a,
#menu li .fullwidth ul.categories li a {
	color:#cccccc;
}
#menu li .dropcontent ul.categories li a:hover,
#menu li .fullwidth ul.categories li a:hover {
	color:#ffffff;
}

/* Paragraphs with Icons */

#menu .calendar, #menu .note, #menu .help, #menu .delete, #menu .favorite, #menu .lock, #menu .archive, #menu .briefcase, #menu .search, #menu .user {
	padding-left:36px; 
	margin-bottom:18px;
}
#menu .calendar {background:url("../img/icons/calendar.png") no-repeat 0px 5px}
#menu .note {background:url("../img/icons/note.png") no-repeat 0px 5px}
#menu .archive {background:url("../img/icons/archive.png") no-repeat 0px 5px}
#menu .search {background:url("../img/icons/search.png") no-repeat 0px 5px}
#menu .help {background:url("../img/icons/help.png") no-repeat 0px 5px}
#menu .delete {background:url("../img/icons/delete.png") no-repeat 0px 5px}
#menu .favorite {background:url("../img/icons/favorite.png") no-repeat 0px 5px}
#menu .lock {background:url("../img/icons/lock.png") no-repeat 0px 5px}
#menu .briefcase {background:url("../img/icons/briefcase.png") no-repeat 0px 5px}
#menu .user {background:url("../img/icons/user.png") no-repeat 0px 5px}

/* Paragraphs with borders */

#menu .dark, #menu .brown, #menu .yellow, #menu .red, #menu .blue, #menu .green {
	padding-left:15px; 
	color:#cccccc; 
	margin-bottom:18px;
}
#menu .dark {border-left:#3B3B3B solid 7px}
#menu .brown {border-left:#8D8767 solid 7px}
#menu .yellow {border-left:#DBA742 solid 7px}
#menu .red {border-left:#C05D48 solid 7px}
#menu .blue {border-left:#52878B solid 7px}
#menu .green {border-left:#B0BD85 solid 7px}

/* Tables */

#menu #table_light, #menu #table_dark {
	width:100%;
	padding:0;
	margin:6px 0 18px 0;
	font-size:12px;
}
#menu #table_light th, #menu #table_dark th {
	text-align:left; 
	padding:12px 9px 12px 9px; 
	font-weight:bold; 
	font-size:12px;
}
#menu #table_light {
	border:1px solid #cbcbcb;
	border-bottom:none;
}
	#menu #table_light th {
		color:#3A3A3A; 
		border-bottom:1px solid #cbcbcb; 
		background:#F5F5F5;
	}
	#menu #table_light td {
		border-bottom:1px solid #cbcbcb; 
		background:#fff; 
		padding:12px 9px 12px 9px; 
		color:#888;
	}

#menu #table_dark {
	border:1px solid #000; 
	border-bottom:none;
}
	#menu #table_dark th {
		color:#FFF; 
		border-bottom:1px solid #000; 
		background:#0D0D0D;
	}
	#menu #table_dark td {
		border-bottom:1px solid #000; 
		background:#0F0F0F; 
		padding:12px 9px 12px 9px; 
		color:#DDD;
	}

/* Dropcap */

.dropcap {
	display:block; 
	float:left; 
	font-size:42px; 
	line-height:36px; 
	margin:2px 8px 0 0;
}

#menu .blackbg {
	background-color: #0F3;
}



/*  _____________________________________________________________________________

    06 COLORS
    _____________________________________________________________________________  */



/* Blue */

.menu_blue {
	/* [disabled]background-color:#536987; */
} /* 43% */
.menu_blue #menu li .dropcontent a, .menu_blue #menu li .fullwidth a {
	/* [disabled]color:#6a82a3; */
} /* 53% */
.menu_blue #menu li .dropcontent a:hover, .menu_blue #menu li .fullwidth a:hover {
	/* [disabled]color:#536987; */
} /* 43% */

/* Brown */

.menu_brown {background-color:#866e56;}
.menu_brown #menu li .dropcontent a, .menu_brown #menu li .fullwidth a {color:#a1886e;}
.menu_brown #menu li .dropcontent a:hover, .menu_brown #menu li .fullwidth a:hover {color:#866e56;}

/* Cherry */

.menu_cherry {background-color:#ab2d5c;}
.menu_cherry #menu li .dropcontent a, .menu_cherry #menu li .fullwidth a {color:#cc3f73;}
.menu_cherry #menu li .dropcontent a:hover, .menu_cherry #menu li .fullwidth a:hover {color:#ab2d5c;}

/* Coffee */

.menu_coffee {background-color:#7b675c;}
.menu_coffee #menu li .dropcontent a, .menu_coffee #menu li .fullwidth a {color:#978073;}
.menu_coffee #menu li .dropcontent a:hover, .menu_coffee #menu li .fullwidth a:hover {color:#7b675c;}

/* Green */

.menu_green {background-color:#788951;}
.menu_green #menu li .dropcontent a, .menu_green #menu li .fullwidth a {color:#93a568;}
.menu_green #menu li .dropcontent a:hover, .menu_green #menu li .fullwidth a:hover {color:#788951;}

/* Grey */

.menu_grey {background-color:#6a6a6a;}
.menu_grey #menu li .dropcontent a, .menu_grey #menu li .fullwidth a {color:#8c8c8c;}
.menu_grey #menu li .dropcontent a:hover, .menu_grey #menu li .fullwidth a:hover {color:#6a6a6a;}

/* Ocean */

.menu_ocean {background-color:#528a8f;}
.menu_ocean #menu li .dropcontent a, .menu_ocean #menu li .fullwidth a {color:#6aa5aa;}
.menu_ocean #menu li .dropcontent a:hover, .menu_ocean #menu li .fullwidth a:hover {color:#528a8f;}

/* Orange */

.menu_orange {background-color:#e34f00;}
.menu_orange #menu li .dropcontent a, .menu_orange #menu li .fullwidth a {color:#ff6717;}
.menu_orange #menu li .dropcontent a:hover, .menu_orange #menu li .fullwidth a:hover {color:#e34f00;}

/* Pink */

.menu_pink {background-color:#d50065;}
.menu_pink #menu li .dropcontent a, .menu_pink #menu li .fullwidth a {color:#ff097d;}
.menu_pink #menu li .dropcontent a:hover, .menu_pink #menu li .fullwidth a:hover {color:#d50065;}

/* Purple */

.menu_purple {background-color:#68449a;}
.menu_purple #menu li .dropcontent a, .menu_purple #menu li .fullwidth a {color:#815ab7;}
.menu_purple #menu li .dropcontent a:hover, .menu_purple #menu li .fullwidth a:hover {color:#68449a;}

/* Red */

.menu_red {background-color:#b82323;}
.menu_red #menu li .dropcontent a, .menu_red #menu li .fullwidth a {color:#d83636;}
.menu_red #menu li .dropcontent a:hover, .menu_red #menu li .fullwidth a:hover {color:#b82323;}

/* Tan */

.menu_tan {background-color:#837361;}
.menu_tan #menu li .dropcontent a, .menu_tan #menu li .fullwidth a {color:#9c8c7b;}
.menu_tan #menu li .dropcontent a:hover, .menu_tan #menu li .fullwidth a:hover {color:#837361;}

/* Yellow */

.menu_yellow {background-color:#caa616;}
.menu_yellow #menu li .dropcontent a, .menu_yellow #menu li .fullwidth a {color:#e8c22c;}
.menu_yellow #menu li .dropcontent a:hover, .menu_yellow #menu li .fullwidth a:hover {color:#caa616;}



/*  _____________________________________________________________________________

    07 VERTICAL VARIANT
    _____________________________________________________________________________  */



#menu_container_vertical {
	width:140px;
	float:left;
	position: relative;
	border:solid 1px #000000;
	background-image:url("../img/bg.png");
}
	#menu_container_vertical #menu li {
		margin:0px;
		width:140px;
	}
		#menu_container_vertical #menu li .drop {
			padding-right:30px;
			background:url("../img/right.png") no-repeat right center;
		}
		#menu_container_vertical #menu li.right {
			float:left;
			margin-right:auto;
		}
		#menu_container_vertical #menu li.right a {
			margin-right:auto;
		}

#menu_container_vertical #menu li .dropcontent,
#menu_container_vertical #menu li .fullwidth {
	margin:-44px auto 0px 140px;
	top:auto;
	-moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
}
#menu_container_vertical #menu li .dropfirst {
	margin:-45px auto 0px 140px; /* Fixes a 1px issue for the 1st drop down */
}
#menu_container_vertical #menu li .align_right {right:auto;}
#menu_container_vertical #menu li:hover .align_right {
	left:auto;
	right:auto;
}
#menu_container_vertical #menu .levels li:hover ul ul,
#menu_container_vertical #menu .levels li:hover ul ul ul {
	left: -999em;
}
#menu_container_vertical #menu .levels li:hover ul {
	left: 130px;
}
#menu_container_vertical #menu .levels li li:hover ul,
#menu_container_vertical #menu .levels li li li:hover ul {
	left: 130px;
}
