/* @override 
	http://ns26062.ovh.net/~eaftaet/fileadmin/template/css/menu.css
	http://www.eaft-aet.net/fileadmin/template/css/menu.css
*/

#menu2 {
	width: 175px;
	margin: 0 0 15px 5px;
	position: relative;
	background-repeat: no-repeat;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#menu2 ul {
	position: relative;
	width: auto;
	margin: 0 0 0 -8px;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#menu2 li {
	background: url(../images/mainNav.gif) repeat left top;
	list-style: none;
	margin: 0 0 0 0;
	padding: 6px 5px 6px 15px;
	border-bottom: 1px solid #DB9E9E;
	list-style-type: none;
}

#menu2 li a:link, #menu2 li a:visited {
	color: #AE7979;
}

#menu2 li a:hover, #menu2 li a:active {
	color: #962354;
	text-decoration: underline;}

#menu2 li a.on {
	color: #962354;
text-decoration: underline;}
#menu2 > li.first {
	background: url(../images/mainNav_top.gif) no-repeat left top;
	padding-top: 2em;
}

#menu2 > li.last {
	background: url(../images/mainNav_bottom.gif) no-repeat left bottom;
	padding-bottom: 2em;
	border: none;
}

#menu2 li ul li {
	padding: 8px 6px 6px 0;
	margin-left: 13px;
	border-bottom: 1px dotted #DB9E9E;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;

}
#menu2 li ul li .menu3 li{
	padding: 8px 6px 6px 0;
	margin-left: 13px;
	border-bottom: 1px dotted #F6B1B1;
}
#menu2 li ul li .menu3 li.last {
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 0;
}
#menu2 .empty a {
	display: block;
}

#menu2 .toggle {
	width: 16px;
	height: 16px;
	float: right;
	cursor: pointer;
	background: url(../images/menu/level1_toggler.png) no-repeat 0px -16px;
	margin-top: 0;
}

#menu2 .open toggle {
	width: 16px;
	height: 16px;
	float: right;
	background: url(../images/menu/level1_toggler.png) no-repeat 0px 0px;
}

.open, .open span {
	font-weight: bold;
}
ul.menu2 {
 visibility:hidden;
 height:0;}
