/* ================================================================ 
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/dd_valid_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



#menu {
	width:893px;
	height:27px;
	position:relative;
	font-size:11px;
	background-image: url(../img/but_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 0;
	margin-bottom: 27px;
	margin-left: 0;
	position:relative;
	z-index:100;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: left;
}

	


.but_zirkel {
	background-image: url(../img/navi/butzirkel-trans.png);
	background-repeat: no-repeat;
	width:125px; height:26px;
	float:left;
	margin-top:-1px;
	
}

.but_philosophie {
	background-image: url(../img/navi/philosophie-trans.png);
	background-repeat: no-repeat;
	width:125px; height:26px;
	float:left;
	margin-top:-1px;
	
}

.but_zimmer {
	background-image: url(../img/navi/zimmer-trans.png);
	background-repeat: no-repeat;
	width:125px; height:26px;
	float:left;
	margin-top:-1px;
	
}

.but_angebot {
	background-image: url(../img/navi/angebot-trans.png);
	background-repeat: no-repeat;
	width:125px; height:26px;
	float:left;
	margin-top:-1px;
	
}

.but_impressionen {
	background-image: url(../img/navi/impressionen-trans.png);
	background-repeat: no-repeat;
	width:125px; height:26px;
	float:left;
	margin-top:-1px;
	
}

.but_kontakt{
	background-image: url(../img/navi/kontakt-trans.png);
	background-repeat: no-repeat;
	width:125px; height:26px;
	float:left;
	margin-top:-1px;
	
}




.but_zirkel:hover  {
	
	
}




* html .menu {padding-bottom:0;}

.menu ul{
	list-style-type:none;
	padding:0;
	margin:0 0 0 0px;
	width:893px;
	height:27px;
	text-align: right;
}

.menu li{
float:left;
margin:0 0 0 0px;
}

.menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu a, .menu :visited {
color:#fff;
text-decoration:none;
}
.menu a em.lft, .menu :visited em.lft {
display:block;
float:left;
width:2px;
height: 27px;


}
.menu a b, .menu :visited b {
display:block;
font-weight:normal;
float:left;
padding:0 10px;
height: 27px;


cursor:pointer;

}
.menu a em.rgt, .menu :visited em.rgt {
display:block;
float:left;
width:2px;
height: 27px;
background-image: url(../img/seperator.gif);

}

.menu ul ul {
visibility:hidden;
position:absolute;
height: 27px;
left:2px;
width:893px;



}

.menu :hover {
white-space:normal; 


}

.menu a:hover b {
	color:#000;
		background-image: url(../img/but_bg.gif);
		width:127px;
		margin-left:-2px;




}
.menu a:hover em.lft {




}
.menu a:hover em.rgt {



}

.menu li:hover > a b
{
	color:#000; 
	background-color: transparent;
	background-image: url(../img/but_bg.gif);
	width:127px;
		margin-left:-2px;


}
.menu li:hover > a em.lft {


}




.menu li:hover > a em.rgt {




}

.menu ul li:hover ul,
.menu ul a:hover ul{
	display:block;
	visibility:visible;
	top:27px;
	background-image: url(../img/but_sub_bg.gif);
	background-repeat: repeat;
	
	
	
}

.menu ul :hover ul li {
display:block; 
height:2em;
}
.menu ul :hover ul li a {
display:block; 
height:2em; 
line-height:2.5em; 
width:auto; 
float:left; 
color:#444; 
padding:0 10px;



}
.menu ul :hover ul li a:hover {
	color:#857d77;
	
	
}

