/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : nav_horizontal.css
**  Funktion    : Formatierung der Hauptnavigation: Button-Navigation
**
*/

@media all
{

/* ######################################################################################################
** ### Hauptnavigation: "Shiny Buttons" von Dirk Jesse ##################################################
** ######################################################################################################
*/
#header ul{
	margin:0;
	padding:0;
}
#header ul li{
	margin:0;
	padding:0;
	list-style:none;
}

#gips_features{
	float:left;
	margin: 18px 0 0 -67px;
	position: relative;
}
#gips_features ul li{
	padding: 0 0 12px 0;
}
#gips_features ul li a,
#gips_features ul li span{
	font-size:27px;
	color:#bcbbbb;
}
#gips_features > ul > li > span {
	display: inline-block;
	width: 100px;
	overflow: hidden;
	height: 22px;
}
#gips_features > ul > li > span:after {
	content: "";
	background: #f59c00 none repeat scroll 0 0;
	box-shadow: 0 8px 0 0 #f59c00, 0 16px 0 0 #f59c00;
	width: 20px;
	height: 4px;
	position: absolute;
	top: 2px;
	left: 72px;
}
#gips_features ul ul{
	display: none;
	background:#fff;
	box-shadow: 0 1px 4px 4px rgba(0,0,0,0.05);
	border-radius: 10px;
	position:absolute;
	top:24px;
	left: 63px;
	padding: 15px 8px;
	margin-top: 10px;
	z-index:1000;
}
#gips_features ul li:hover ul {
	display:block;
}
#gips_features ul ul li{
	height:auto;
	line-height:normal;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	width: auto;
	padding:0;
	display:block;
}
#gips_features ul ul li a,
#gips_features ul ul li span {
	background:#fff; 
	border-radius: 10px;
	color:#3b3b3b;
	font-size: 16px;
	text-decoration:none;
	display:block;
	line-height:27px;
	padding:0 10px;
}
#gips_features ul ul li a:hover,
#gips_features ul ul li.aktiv span{
	background:#f3f3f3;
}

#gips_features ul ul ul{
	position:static;
	border:none;
}
#gips_features li li li a,
#gips_features li li li span{
	width:150px;
	padding-left:20px;
}
#gips_features ul li:hover ul ul{
	position:static;
	border:none;
}

#admin_menu{
	float: right;
	margin: 9px 18px 0 0;
}
#admin_menu ul li{
	float: left;
	display:inline;
	text-align:left;
	margin: 0 0 0 20px;
}
#admin_menu ul li a,
#admin_menu ul li span{
	color: #3b3b3b;
	font-size: 15px;
	text-decoration:none;
	padding: 0;
	line-height: 40px;
	overflow:hidden;
	display:block;
}

}