
/* +++ ESSENTIAL STYLES +++ */
.supermenu, .supermenu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.supermenu {
	line-height:	1.0;
	margin-left: 255px;
}
.supermenu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */

}
.supermenu ul li {
	width:			100%;
}
.supermenu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.supermenu li {
	float:			left;
	position:		relative;
}
.supermenu a {
	display:		block;
	position:		relative;
}
.supermenu li:hover ul,
.supermenu li.smHover ul {
	left:			0;
	top:			24px; /*32px; /* match top ul list item height */
	z-index:		99;
}
ul.supermenu li:hover li ul,
ul.supermenu li.smHover li ul {
	top:			-999em;
}
ul.supermenu li li:hover ul,
ul.supermenu li li.smHover ul { left:			10em; /* match ul width */
	top:			0; }
ul.supermenu li li:hover li ul,
ul.supermenu li li.smHover li ul {
	top:			-999em;
}
ul.supermenu li li li:hover ul,
ul.supermenu li li li.smHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.supermenu {
	float:			left;
}
.supermenu a, .supermenu a:visited {  }
.supermenu a:hover {  }
.supermenu a:active { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; outline: none 0; }
.supermenu a:focus { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; outline: none 0; }
.supermenu li { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
.supermenu li:hover { color: #fff; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; outline:		none 0; }
.supermenu li  {  }

.supermenu li a, .supermenu li a:visited { 
color: white; /*#009ee3;*/ font-size: 12px; 
font-family: arial; font-weight: normal; 
background-color: inherit; 
text-decoration: none; text-transform: uppercase; 
margin-right: 0; margin-left: 0; 
padding: 0 15px 0px 15px ; 
border-left: 1px solid #fff; 
}

.supermenu li a:hover { color: #666; background-color: #C1DCF3;}

.supermenu li.smHover { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; outline: none 0; }
.supermenu li li li {
	background:		#9AAEDB;
}
.supermenu li li { width: 240px; }

.supermenu li li a, .supermenu li li a:visited { 
color: #fff;  background-color: #B4B4B4; 
/*background-image: url(mainmenu_marker.gif); background-repeat: no-repeat; background-position: 10px 12px;*/
/*font-size: 13px;*/ 
text-decoration: none; text-transform: none; 
width: 200px; 
margin: 0; padding: 0 5px 0 14px; /*24px;*/ 
border-top: 1px solid #fff; /*border-left: 1px solid #09c;*/ border-bottom-color: #fff; 
display: block; 
}

.supermenu li li a:hover { 
color: #666; background-color: #C1DCF3; 
/*background-image: url(mainmenu_marker_over.gif); 
background-repeat: no-repeat; background-position: 10px 12px; */
/*border-left: 1px solid black; */
}

.supermenu li li a:before { content:"> ";}




/*** arrows **/
.supermenu a.sm-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sm-sub-indicator {
	/*position:		absolute;
	display:		block;
	right:			.75em;
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	top:			1.05em; /* IE6 only */
	/*background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sm-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sm-sub-indicator,
a:hover > .sm-sub-indicator,
a:active > .sm-sub-indicator,
li:hover > a > .sm-sub-indicator,
li.smHover > a > .sm-sub-indicator { background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.supermenu ul .sm-sub-indicator { background-position:  -10px 0; }
.supermenu ul a > .sm-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.supermenu ul a:focus > .sm-sub-indicator,
.supermenu ul a:hover > .sm-sub-indicator,
.supermenu ul a:active > .sm-sub-indicator,
.supermenu ul li:hover > a > .sm-sub-indicator,
.supermenu ul li.smHover > a > .sm-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sm-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sm-shadow ul.sm-shadow-off {
	background: transparent;
}
/*** Extra für aktiv ***/
/*.supermenu .active a, .supermenu .active a:visited { color: #666; background-color: #C1DCF3; }
.supermenu .active li a, .supermenu .active li a:visited { color: #fff;  background-color: #B4B4B4; }*/


