/*
-----------------------------------------------
Navigation
----------------------------------------------- */

/* navigation (horizontal subnavigation)
----------------------------------------------- */
ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
	position:relative;
	/*background:#666;*/
	max-width:100%;
	height:4.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	padding-left: 10px;	
}
ul.nav li {
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	/*font-weight: normal;*/	
	height:60px;
	font-size: 14px;
	width: 120px;
}
/*
ul.nav li ul {
	cursor:default;
	width:640px;
	max-width:640px;
	overflow: hidden;
	position:absolute;
	height:35px;
	top:2.5em;
	left:-9000px;
	background: url(../img/menu_subitems.png) no-repeat 0 bottom;	
	padding-left: 5px;
}
*/

ul.nav li ul {
	cursor:default;
	width:200px;
	max-width:200px;
	overflow: hidden;
/* 	position:absolute; */
	position:relative;
	text-align: left;
	height:auto;
/* 	top:60px; */
	top: 0px;
	left:-9000px;
	padding-left: 5px;
	padding-bottom: 10px;
	background: #6C625C;
	
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 	
	
	-moz-box-shadow: 4px #000;
	-webkit-box-shadow: 4px #000;
	box-shadow: 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	
}



ul.nav li ul li {
	padding:0;
	border:none;
	width:auto;
	max-width:none;
/* 	float: left; */
	float: none;
	font-size: 14px;
	text-align: left;
	height: auto;
}

ul.nav li a {
	color:white;
	/*background:#666;*/
	font-weight:normal;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 1em;
	height:60px;
	line-height:22px;
	font-size: 12px;
  	vertical-align: middle;	
}

ul.nav li a {
	float:none;
}
/*

ul.nav li ul li a, ul.nav li ul li.active {
	position:relative !important;
	cursor:pointer !important;
	white-space:nowrap;
	height:22px;
	line-height:22px;
	font-weight:bold;
	color:white;
	padding-top: 13px;
}
*/

/*
ul.nav li ul li a, ul.nav li ul li.active {
	position:relative !important;
	cursor:pointer !important;
	white-space:nowrap;
	height:22px;
	line-height:22px;
	font-weight:bold;
	color:white;
	padding-top: 13px;
}
*/

ul.nav li ul li a{
	position:relative !important;
	cursor:pointer !important;
	white-space:nowrap;
	height:22px;
	line-height:22px;
	font-weight:bold;
	color:white;
	padding-top: 13px;
}

ul.nav li ul li.active {
	white-space:nowrap;
	height:22px;
	line-height:22px;
	color:#262219;
	padding-top: 13px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

/*
ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {color:white;}
*/

ul.nav li.wsub:hover{
	background: url(../img/menu_single_item_bg.png) no-repeat bottom;	
}

ul.nav li.current{
	/*background: url(../img/menu_single_item_bg.png) no-repeat bottom;*/	
}

ul.nav a:active{
	background: url(../img/menu_single_item_bg.png) no-repeat bottom;	
}

/*ul.nav li a:hover{
	background: url(../img/menuitem_bg_left.png) no-repeat left top;	
}*/

ul.nav li a:active {color: #262219; /*background:#fff;*/}
ul.nav li:hover ul {left:0;z-index:10}
ul.nav li ul,
ul.nav li {/*background:#ccc !important*/}

ul.nav li:hover ul li:hover{
	background: none;		
}
ul.nav li:hover ul li a {color:white}
ul.nav li:hover ul li a:hover {color:#262219 /*background:#fff;*/}
ul.nav li:hover ul li a:active {color:#262219; text-decoration: underline; /*background:#fff;*/}

ul.nav li:hover ul li a:hover{
	background: none;	
}

ul.nav li:hover span > *,ul.nav li:hover > *{
	color: #B6A391 !important;
}

/*
ul.nav li.current a {color:white; cursor:default; font-weight:bold;

}
ul.nav li.current ul {left:0;z-index:5}
ul.nav li.current ul,
ul.nav li.current {}
ul.nav li.current ul li a {color:white; cursor:default; font-weight:bold;}ul.nav li.current ul li a:hover {color:#000;}
ul.nav li ul li.current a,
ul.nav li ul li.current a:hover,
ul.nav li.current:hover ul li a:active {color:#666; }
*/

.subtitle{
	height: 32px;
	display: block;
}

/* navigation (vertical subnavigation)
----------------------------------------------- */

/*ul.nav {
  background:#666;
}
ul.main li {
  position:relative;
  top:0;
  left:0;
}
ul.main li ul {
  border-top:0;
}
ul.main li ul li {
  float:left;
}
ul.main li a {
	padding-top: 20px;
	height:2.0em;
	line-height:2.0em;
	border:0;
	color:#fff;
	border-bottom: white 1px solid;
	margin: 0px 10px;
	entscheidend
	background:#666;
}
ul.main li ul li a {
  width:12em;
  line-height:2em;
  height:2em;
  text-align:left;
  color:#fff;
  border-top:1px solid #444;
  background:#444;
}
ul.main li a:focus {color:#fff; background:#666;}
ul.main li ul li a:hover {
  color:#fff;
  background:#555;
  border-bottom: white 1px solid;  
}
ul.main li:hover a {
  color:#fff;
  background:#555;
}
ul.main li:hover ul li a {color:#fff;}
ul.main li:hover ul li a:hover {color:#fff; background:#444;}
ul.main li:hover a:active {background:#444;}
ul.main li:hover ul li a:active {color:#fff; background:#222;}*/


/* secondary list
----------------------------------------------- */
ul.nav li.secondary {
	float:right;
	color:#cde;
	background:transparent !important;
}
ul.nav li.secondary span.status {
	float:left;
	padding:0 1em;
	line-height:2.77em;
	height:2.77em;
  font-size:0.9em;
}
ul.nav li.secondary span.status a {
	float:none;
	display:inline;
	padding:0;
	height:auto;
	line-height:auto;
	color:#cde;
	background:transparent;
}
ul.nav li.secondary span.status a:hover {
	color:#fff;
	background:transparent;
}
ul.nav li.secondary span.status span {
	text-transform:capitalize;
}
ul.nav li.secondary:hover a {
	color:#fff;
	background:#666;
}
ul.nav li.secondary:hover a:hover {
	background:#555;
}
ul.nav li.secondary:hover a:active {background:#444;}

