/*
Item Name : CSS3 Mega Drop Down Menu
Author URI : http://codecanyon.net/user/Pixelworkshop/
Item URI : http://codecanyon.net/item/css3-mega-drop-down-menu/126387
Version : 4.0
*/

/*

TABLE OF CONTENTS

01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING

*/



/*  _______________________________________

	01 MENU BAR
    _______________________________________  */



#wrapper_menu {
	/*width: 980px;*/
	margin: 0 10px 0 auto;
	float: left;
	display:block;
	/*position: relative;*/
	z-index:9999;
	/* hintergrundbild hier einfuegen, bei Sprite -> Hoehe mit angeben */
}
#wrapper_menu ul.menu,
.menu .levels, 
.menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#wrapper_menu ul.menu {
	/*width:940px;*/
	/* pruefen */
	height:55px;
	line-height: 43px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	text-align: left;
}
/*
#wrapper_menu_full {
    width: 100%;
    margin:0;
    display:block;
    position: relative;
    z-index:9999;
}
	#wrapper_menu_full .menu {
		list-style:none;
		width:940px;
		margin:0px auto 0px auto;
		height:43px;
		padding:0px 20px 0px 20px;
	}
*/
.menu li {
	float:left;
	height: 100%;
	text-align:center;
	/*position:relative;*/
	border:none;
}

/* keine Ahnung, wofuer dies gebraucht wird*/
/*
.menu li.fullwidth {
	position: static !important;
}
*/
.menu li:hover,
.menu li.nodrop:hover,  /* hiernach die aktuellen */
.menu li.haveChilds:hover, 
.menu li.drop:hover {
	/*background:#eeeeee;*/
}
/* wenn Kindelemente vorhanden sind, wird unterer Rand NICHT gezogen*/
.menu li:hover,
.menu li.haveChilds:hover {
	border-bottom:none;
}
.menu li.nodrop:hover a,
.menu li.drop:hover a {
	/*padding: 0px;*/ /* verursachte Springen bei HOVER*/
}
.menu li a {
	color: #EEEEEE;
	/*outline:0;*/
	text-decoration:none;
	display:block;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.menu li:hover a {
	color:#161616;
	position:relative;
	z-index:11;
	/*padding: 0px 10px;*/
}
.menu li:hover div a {
	display:inline;
}
.menu li.haveChilds a {
	/*padding-right: 27px;
	background: url("img/drop.png") no-repeat right 20px;*/
}
.menu li.haveChilds:hover a  {
	/*padding-right: 27px; /* 2px weniger wenn Rahmen, bei hover */
	/*background: url("img/drop.png") no-repeat right 19px;*/
}
.haveChilds a .zeiger {
	height: 6px;
	width: 20px;
	position: absolute;
	left: 25px;
	bottom: -20px;
	background-image: url("img/drop.png");
	z-index: 90;
}
.menu  li.haveChilds .levels li a ,
.menu li.haveChilds .levels li:hover a {
	background: none;
	padding-right: 0;
}
.menu li.activeItem,
.menu li.activeParentItem {
	/*background-color: #BBBBBB;*/
}

/*** Right aligned menu item ***/

.menu .right {
	float:right;
	right:0;
	margin-right:0px;
}
.menu li.right:hover {
	margin-right:-1px;
}


/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */



.haveChilds.activeParentItem .dropdown,
.haveChilds:hover .dropdown{
    display: block;
	left: 0;
    top: 75px;
    position: absolute;
    width: 100%;
    background-color: #555555;
}
.haveChilds .dropdown {
	display: none;
}

.menu li .dropdown,
.menu li .dropdown a,
.menu li:hover .dropdown a {
	color:#015b86;
	padding: 0;
}
.menu li:hover .dropdown li:hover,
.menu li:hover .dropdown li:hover a {
	color:#029feb;
	/*background-color: #C1C1C1;*/
}
.menu .levels .active-item {
    background-color: #F0F0F0;
    background-image: none;
    
}
.menu .dropdown .levels li {
    float: left; /* notwendig, wenn mehrspaltig */
    margin: 0 5%;
    padding: 12px 0;
    position:relative;
	font-size:12px;
	line-height:24px;
	text-align:left;
}

/* Left & right aligned common styles */

.menu .dropdown_1column, 
.menu .dropdown_2columns, 
.menu .dropdown_3columns, 
.menu .dropdown_4columns,
.menu .dropdown_5columns,
.menu .dropdown_fullwidth {
	margin:4px auto;
	left:-999em;
	position:absolute;
	background:#eeeeee;
	border:1px solid #444444;
	text-align:left;
}

/* Drop Downs Sizes */

.menu .dropdown_1column {width: 145px;}
.menu .dropdown_2columns {width: 300px;}
.menu .dropdown_3columns {width: 455px;}
.menu .dropdown_4columns {width: 610px;}
.menu .dropdown_5columns {width: 765px;}
.menu .dropdown_fullwidth {
	width: 920px;
}
.menu li .first_fullwidth {
	/* Rounded Corners */
}

/* 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 {
	left: -1px; /*wegen dem linken Rahmen im "Popup" */
	top: 38px;
}
.menu li:hover .dropdown_fullwidth {
	left:21px;
	top:33px;
	display: block;
}
#wrapper_menu_full .menu li:hover .dropdown_fullwidth {
	left:50%;
	margin-left:-470px;
	top:32px;
	display: block;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.menu li .align_right {
	/* Rounded Corners */
}
.menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:25px;
}
.menu li.right:hover .dropdown_fullwidth {
	right:18px;
	top:33px;
}

/* Columns Sizes */

.menu .col_1,
.menu .col_2,
.menu .col_3,
.menu .col_4,
.menu .col_5,
.menu .col_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
}
.menu .col_1 {width:145px;}
.menu .col_2 {width:300px;}
.menu .col_3 {width:455px;}
.menu .col_4 {width:610px;}
.menu .col_5 {width:765px;}
.menu .col_6 {width:920px;}

/* 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;
	margin: 0 auto;
	width: 1000px;
}


/*  _______________________________________

	03 CONTENT STYLING
    _______________________________________  */


.menu p {
	font-size:12px;
	line-height:18px;
	margin:0;
	margin-bottom:10px;
}
.menu .strong {
	font-weight:bold;
}
.menu .italic {
	font-style:italic;
}
.menu h2, 
.menu h3 {
	border-bottom:1px solid #888888;
	margin-top:7px;
}
.menu h2 {
	font-weight:400;
	font-size:21px;
	margin-bottom:18px;
	padding-bottom:11px;
}
.menu h3 {
	font-weight:600;
	font-size:14px;
	margin-bottom:14px;
	padding-bottom:7px;
}
.menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}

/* Icon paragraphs */

/*
.menu .help,
.menu .favorite,
.menu .mail,
.menu .print {
	padding-left:36px;
	margin-bottom:18px;
}
.menu .help {background:url("img/help.png") no-repeat 0px 2px;}
.menu .favorite {background:url("img/favorite.png") no-repeat 0px 2px;}
.menu .mail {background:url("img/mail.png") no-repeat 0px 2px;}
.menu .print {background:url("img/print.png") no-repeat 0px 2px;}
*/

/* Images styles */

.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,
.menu li .dark_grey_box {
	color: #eeeeee;
	padding:4px 6px 4px 6px;
}
.menu li .black_box {
	background-color:#333333;
}
.menu li .dark_grey_box {
	background-color:#555555;
}

/* 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;
}
.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;
}

/* Social Icons */

.menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.menu li ul.social li img {
	border:none;
}
.menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.menu li ul.social li span {
	display:none;
}

/* 2-Levels Drop Down */

.menu .levels a.parent, .menu .levels a.parent:hover {
	background: url("img/drop2.png") right center no-repeat;
}
.menu .levels li ul { /* second-level lists */
	position: absolute;
	border:1px solid #666666;
	background:#EEEEEE;
	top:-23px;
	margin:15px 0px 0px 4px;
	padding:6px;
	left: -999em;
}
.menu .levels li ul ul {
	top:-23px;
}
.menu .levels li:hover ul ul, .menu .levels li:hover ul ul ul {
	left: -999em;
}
.menu .levels li:hover ul, .menu .levels li li:hover ul, .menu .levels li li li:hover ul {
	left: 142px;
}