/*
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 {
	/*width: 980px;*/
	margin: 0 auto;
	display:block;
	position: relative;
	z-index:9999;
	/* hintergrundbild hier einfuegen, bei Sprite -> Hoehe mit angeben */
	background-image: url("/images/images1/navi.jpg");
	height: 60px;
	padding-top: 18px;
	/*background: #1a1a1a;*/
}
#wrapper_menu ul.menu,
.menu .levels, 
.menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#wrapper_menu ul.menu {
	margin: 0px 5px 0;
	height:40px;
	line-height: 40px;
	font-family: lato, verdana, arial, sans-serif;
    font-size: 14px;
	text-align: left;
	float: right;
}
/*
#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;
	text-align:center;
	position:relative;
	margin-right:2px;
	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:transparent;
}
/* 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;*/
	padding: 0px 10px;
	text-decoration:none;
	display:block;
}
.menu li:hover a {
	color:#d00000;
	position:relative;
	z-index:11;
}
.menu li:hover div a {
	/*display:inline;*/
}
.menu li.haveChilds a {
	padding-right: 12px;
	background: url("img/drop.png") no-repeat right 20px;
}
.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: url("img/drop2.png") right center no-repeat;*/
}
.menu div.level3 li a,
.menu div.level3 li:hover a {
	background: none !important;
}
.menu li.activeItem,
.menu li.activeParentItem {
	background: transparent;
}

.menu li.activeItem a,
.menu li.activeParentItem a {
	color: #d00000;
}

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

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


/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */

.menu .levels a {
    padding: 10px;
    width: 125px;
}
.menu .levels li.haveChilds a{
	
}
.menu li .dropdown,
.menu li .dropdown a,
.menu li:hover .dropdown a {
	color:#d00000;
}
.menu li:hover .dropdown li:hover,
.menu li:hover .dropdown li:hover a {
	color:#d00000;
	background-color: #1f1d20;
}
.menu .levels .active-item {
    background-color: #1f1d20;
    background-image: none;
}
.menu .dropdown .levels li {
    /*float: left;*/ /* notwendig, wenn mehrspaltig (hsu entfernt, in li immer float) */
    margin:0;
	font-size:14px;
	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;*/
	margin:0 auto;
	left:-999em;
	position:absolute;
	background:#1f1d20;
	/*border:1px solid #444444;*/
	border: none;
	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: 40px; /* Hoehe des Menus hier einsetzen */
	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;}

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

/* 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: 162px;
}