/*
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 DROP DOWN MENU LEVEL 3
04 CONTENT STYLING

*/



/*  _______________________________________

	01 MENU BAR
    _______________________________________  */



.wrapper_menu {
	float: right;
}
.wrapper_menu ul.menu,
.menu .levels, 
.menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.wrapper_menu ul.menu {
	/*width:940px;*/
	margin: 35px 0;
	/* pruefen */
	height:25px;
	line-height: 25px;
	text-align: left;
	text-transform: uppercase;
}
/*
.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:first-child a {
	border: medium none;
}
.menu li:last-child a, 
.menu li .levels li:last-child a {
	padding-right: 0;
}
.menu li {
	float:left;
	text-align:center;
	/*position:relative;*/
	padding-bottom: 5px;
	
}

/* 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 {
	
}
/* 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: #333333;
	/*outline:0;*/
	padding: 0px 15px;
	text-decoration:none;
	display:block;
	border-left: 1px solid;
}
.menu li:hover a {
	color:#161616;
	position:relative;
	z-index:11;
}
.menu li:hover div a {
	/*display:inline;*/
}
.menu li.haveChilds a {
	padding-right: 27px;
	background-image: url("img/drop.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.menu li.haveChilds:hover a  {
	/*background: url("img/drop.png") no-repeat right 19px;*/
}
.menu li.haveChilds .levels li a ,
.menu li.haveChilds .levels li:hover a{
	background: none;
}
.menu li.haveChilds .levels li.haveChilds a ,
.menu li.haveChilds .levels li.haveChilds:hover a {
	background-image: url("img/drop2.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.menu div.level3 li a,
.menu div.level3 li:hover a {
	background: none !important;
}
.menu li.activeItem,
.menu li.activeParentItem {
	
}

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

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


/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */

.dropdown ul.levels {
	float: right;	
	background-color: white;
	display: inline-block;
}
.menu .levels a, .menu li.haveChilds .levels a{
	padding: 10px;
} 


.menu .levels li.haveChilds a{
	padding: 10px;
}
.menu li .dropdown,
.menu li .dropdown a,
.menu li:hover .dropdown a {
	color:#333;
}
.menu li:hover .dropdown li:hover,
.menu li:hover .dropdown li:hover a {
	text-decoration: underline;
}

.menu .levels .active-item {
    background-color: #f0f0f0;
    background-image: none;
}
.menu .dropdown .levels li {
    /*float: left;*/ /* notwendig, wenn mehrspaltig (hsu entfernt, in li immer float) */
    margin:0;
	font-size:12px;
	line-height:24px;
	text-align:left;
	padding-bottom: 0;
}
.menu .dropdown .levels li a{
	border-left: none;
}

/* 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;*/
	margin:0 auto;
	left:-999em;
	position:absolute;
	background-color:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	width: 100%;
}

/* 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 {
	/*position: relative;*/
	right: 0;
}


.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,
.activeParentItem .dropdown {
	right: 0px; /*wegen dem linken Rahmen im "Popup" */
	left: auto;
	/*top: 20px;*/ /* Hoehe des Menus hier einsetzen */
	bottom: -15px;
	z-index: 20;
	
}

.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; /* hsu:eventuell bei mehreren Spalten notwendig*/
	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;}

.dropdown_2columns .firstcolumn, 
.dropdown_2columns .secondcolumn, 
.dropdown_2columns .thirdcolumn {
	float: left; 
	width: 50%;
}
.dropdown_3columns .firstcolumn, 
.dropdown_3columns .secondcolumn, 
.dropdown_3columns .thirdcolumn {
	float: left; 
	width: 33%;
}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	clear: left;
	margin: 0 auto;
    max-width: 1200px;
}



/*  _______________________________________

	03 DROP DOWN MENU LEVEL 3
    _______________________________________  */

.menu .levels li .level3 ul  {
	padding: 0;
	top: -1px;
	margin: 0;
}










/*  _______________________________________

	04 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;
}

/* 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-color:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:131px;
}
.menu li .greybox li:hover {
	background-color:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/* Other lists styles */

.menu li .plus li {
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.menu li .plus li:hover {
	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-image: url("img/drop2.png");	
	background-repeat: no-repeat;
	background-position: right center;
}
.menu .levels li ul { /* second-level lists */
	position: absolute;
	border:1px solid #666666;
	background-color:#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: 162px;
}