/*
Item Name : CSS3 Mega Drop Down Menu
Author URI : http://themeforest.net/user/Keliah
Item URI : http://codecanyon.net/item/css3-mega-drop-down-menu/126387
Version : 2.1
*/

/*

TABLE OF CONTENTS

01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLINGS
04 CONTACT FORM

*/

/*  _______________________________________

	01 MENU BAR
    _______________________________________  */

.menu {
	list-style:none;
	width:960px;
	height:43px;	
	padding:0px 0px 0px 55px;
	position: relative;
	z-index:10;
	background: #FFF;
}
.menu li {
	float:left;
	text-align:center;
	position:relative;
	padding: 4px 2px;
	margin-right:16px; /*this adds the padding to the RIGHT of the slashes*/
	margin-top:7px;
	color: #515151;
}
.menu li:hover {
	z-index:2;
	padding: 4px 2px;
}
.menu li a {
	color: #515151;
	outline: 0;
	text-decoration:none;
	display:block;
}
.menu li:hover a {
	color: #4D85C5;
	/*text-shadow: none;*/
}
.menu li .drop {
	padding-right:21px;
	background:url("img/slash.png") no-repeat right 3px; 
}
.menu li:hover .drop {
	padding-right:21px;
	background:url("img/slash.png") no-repeat right 3px;
}
.menu li:hover div a {
	color:#444;
}
.menu li:hover div a:hover {
	background-color:#DADADA;
	color:#4D85C5;
}
.menu li ul li a:hover {
	color:#777;
	background:#F4F4F4;
}

/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */

/* Left & right aligned common styles */

.menu .dropdown_1column, 
.menu .dropdown_2columns, 
.menu .dropdown_3columns, 
.menu .dropdown_4columns,
.menu .dropdown_5columns,
.menu .dropdown_1wide,
.menu .dropdown_1skinny,
.menu .dropdown_3wide {
	margin:4px auto;
	left:-999em;
	position:absolute;
	background:#F4F4F4;
	border: 1px solid #D3D3D3;
	padding:10px;
	text-align:left;

	/* CSS 3 Stylings */
	/* The corner radius is 10px on each corner */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
		
	/* CSS For rounded corners in IE */
	/* have to include the PIE file. http://css3pie.com to have rounded corners in IE*/
	behavior: url(/inc/menu/PIE.php);
}

/* Drop Downs Sizes */

.menu .dropdown_1column {width: 145px;}
.menu .dropdown_2columns {width: 320px;}
.menu .dropdown_3columns {width: 510px;}
.menu .dropdown_4columns {width: 610px;}
.menu .dropdown_5columns {width: 765px;}
.menu .dropdown_1wide { width: 220px; }
.menu .dropdown_1skinny { width: 110px; }
.menu .dropdown_3wide { width:645px; }

/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column, 
.menu li:hover .dropdown_2columns, 
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns,
.menu li:hover .dropdown_1wide,
.menu li:hover .dropdown_1skinny,
.menu li:hover .dropdown_3wide {
	left:-1px;
	top:25px;
}

/* Columns Sizes */

.menu .column_1,
.menu .column_2,
.menu .column_3,
.menu .column_4,
.menu .column_5,
.menu .column_6,
.menu .wide,
.menu .skinny {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.menu .column_1 {width:150px;}
.menu .column_2 {width:320px;}
.menu .column_3 {width:510px;}
.menu .column_4 {width:610px;}
.menu .column_5 {width:765px;}
.menu .column_6 {width:920px;}
.menu .wide { width: 220px; }
.menu .skinny { width: 120px; }


/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0; /* Clearing margin & left */
	clear: left;
}

/*  _______________________________________

	03 CONTENT STYLINGS
    _______________________________________  */

.menu p,
.menu ul,
.menu li,
.menu h2,
.menu h3,
.menu h4 {
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
	color: #515151;
}
.menu p {
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}
.menu .strong {
	font-weight:bold;
}
.menu .italic {
	font-style:italic;
}
.menu h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	letter-spacing:-1px;
	font-size:21px;
	line-height:21px;
	margin-top:7px;
	margin-bottom:14px;
	padding-bottom:14px;
	border-bottom:1px solid #666;
	
}
.menu h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:14px;
	line-height:21px;
	margin-top:10px;
	margin-bottom:14px;
	padding-bottom:7px;
	border-bottom:1px solid #888;
}

.menu h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #666;
	margin-bottom: 4px;
	padding-top: 5px;
}

.menu h4.second {
	clear:both;
	padding-top:10px;
}

.menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}

/* Images styles */

.menu .imgshadow_dark{ /* Better style on dark background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin-top:5px;
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
}
.menu .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0px;
}
.menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0px 5px 15px;
}

/* Box styles */

.menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	padding:4px 6px 4px 6px;

	/* CSS 3 Stylings */
	
	-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 li .dark_grey_box {
	background-color:#555555;
	color: #eeeeee;
	padding:4px 6px 4px 6px;

	/* CSS 3 Stylings */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow:inset 0 0 3px #111111;
	-moz-box-shadow:inset 0 0 3px #111111;
	box-shadow:inset 0 0 3px #111111;
}

/* Standard lists styles */

.menu li ul {
	list-style:none;
	padding: 0px;
	margin:0px 0px 12px 0px;
}

.menu li ul li {
	font-size:11px;
	line-height: 18px;
	position:relative;
	padding: 3px;
	margin: 0px;
	float:left;
	text-align:left;
	width:145px;
}

.menu li .wide ul li,
.menu li .wide ul li:hover {
	width: 220px;
}

.menu li .skinny ul li,
.menu li .skinny ul li:hover {
	width: 110px;
}

.menu li ul li:hover {
	/*background:none;*/
	background: #F4F4F4;
	border:none;
	padding: 3px;
	margin: 0px;
	float: left;
	text-align:left;
	width: 145px;
}

/* Greybox lists styles */

.menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:131px;

	/* CSS 3 Stylings */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
		
	/* CSS For rounded corners in IE */
	/* have to include the PIE file. http://css3pie.com to have rounded corners in IE*/
	behavior: url(/inc/menu/PIE.php);

}
.menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/* Other lists styles */

.menu li .plus li {
	background: url("img/plus.png") left 6px no-repeat;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.menu li .plus li:hover {
	background: url("img/plus.png") left 6px no-repeat;
	padding:0px 0px 0px 21px;
	margin:0px 0px 4px 0px;
}
