/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */


/*Hauptmenü*/
.menu {
	width:751px;
	background-color:#666666;
	font-size:11px;
	position:relative;
	z-index:1000;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.menu ul li a:hover{
	background: url(../../_icons/downpfeil.png) #00c0FF no-repeat right;
         }
.menu ul li a.vorn:hover{
	background: #00c0FF no-repeat right;
         }

.menu ul ul {
	width:150px;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:150px;
	position:relative;
	}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	font-family:Verdana, Arial,Helvetica, "sans-serif";
	text-decoration:none;
	color:#fff;
	width:139px;
	height:25px;
    border:1px solid #fff;
	border-width:1px 1px 1px 0px;
	background:#FF9900;
	padding-left:10px;
	line-height:24px;
    background-color: #ff9722
}

/* HOME */
.menu a.vorn, .menu a.vorn:visited {
	display:block;
	font-size:11px;
	font-family:Verdana, Arial,Helvetica, "sans-serif";
	text-decoration:none;
	color:#fff;
	width:138px;
	height:25px;
    border:1px solid #fff;
	border-width:1px 1px 1px 1px;
	background:#666666;
	padding-left:10px;
	line-height:24px;
    background-color: #ff9722
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, *html .menu a.vorn, *html .menu a.vorn:visited, * html .menu a:visited, a.drop{
	width:150px;
	w\idth:139px;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu ul ul li a {
	width:150px;
	w\idth:128px;
	}

.menu li li a, .menu li li a:visited {
	border-width:0px 1px 1px 1px;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#AFAFAF bottom right no-repeat;
         }
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#00A0FF  bottom right no-repeat;
	}
.menu ul ul :hover > a.drop {
	background: url(../../_icons/rightarrow.png) #00A0FF  no-repeat right;
	}
.menu ul ul :hover > a.dropleft {
	background: url(../../_icons/leftarrow.png) #00A0FF  no-repeat right;
	}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#9F9F9F;
	border-width:0 1px 1px 1px
	}

.menu ul ul ul a.first, .menu ul ul ul a.first:visited {
	background:#9F9F9F;
	border-width:1px 1px 1px 1px
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#0070C0;
	}
.menu ul ul ul a.first:hover {
	background:#0070C0;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:27px;
	left:0;
	width:150px;
	}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:27px;
	t\op:27px;
	}

/* position the third level flyout menu */
.menu ul ul ul{
	left:149px;
	top:-1px;
	width:150px;
	}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#AFAFAF;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:150px;
	w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu a.vorn:hover, .menu ul ul a:hover{
	color:#fff;
	background: #00C0FF;
         }

.menu :hover > a, .menu a.vorn:hover, .menu ul ul :hover > a , .menu :hover > a.vorn {
	color:#fff;
	background-color:#00C0FF;
	}
/*.menu :hover >a, .menu a.vorn:hover, .menu :hover > a.vorn {
	background: url(../../_icons/downpfeil.png)   #00c0ff no-repeat right;
    }*/

/*second level hover for IE6*/
.menu ul ul a.dropleft:hover {
	background: url(../../_icons/leftarrow.png)   #00A0FF no-repeat right;
    }
.menu ul ul a.drop:hover {
    background: url(../../_icons/rightarrow.png)   #00A0FF no-repeat right;
    }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,  .menu ul a:hover ul {
	visibility:visible;
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
	}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
	}
