@charset "UTF-8";

/*--- Allgemein ---*/
ul.dropdown {
	padding: 0 0 0 37px;
	margin: 0;
	list-style: none;
}

ul.dropdown a:hover		{ 
	text-decoration: none;
}

ul.dropdown li.hover,
ul.dropdown li:hover {	
	background:url(../../../../images/menu_link_bg.gif) repeat-x center;	
	color: #64431e;
}

/*--- Top-Menu ---*/
.topdir a {
	font-size:12px;
	float:left;
	height:23px;
	line-height:23px;
	padding:0 10px 0 10px;
	margin:0 2px 0 2px;
	text-decoration:none;
	text-transform:uppercase;
}

.topdir a:link {
	color: #fff;
}
.topdir a:visited {
	color: #fff;
}
.topdir a:hover {
	background:url(../../../../images/menu_link_bg.gif) repeat-x center;
	color:#64431e;
}
.topdir a:active {
	color: #fff;
}

/*--- Ueberschriften ---*/

.topdir ul li.dir {
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	color:#825a2d;
	padding: 0px 8px 8px 8px;
	background-image: none;
}

/*--- Flaeche ---*/

ul.dropdown ul {
	background-image: url(images/menu-bg.gif);
}

* html ul.dropdown ul {
	width: 960px;
}

/*--- Menupunkte ---*/

.topdir ul li.dir ul li a {
	text-transform: none;
	font-weight: normal;
	line-height: normal;
	color: #64431e;
	width: 148px;
	height: 14px;
	padding: 4px 4px 3px 4px;
	margin-left: -4px;
/*	background: url(images/pattern2.png) 0 0 repeat-x; */
}

.topdir ul li.dir ul li a:hover {
	background-image: none;
	background-color: #f3d74e;
}