/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
}
.sf-menu {
	line-height:	50px;
	
	
}
.sf-menu ul {
	position:		center;
	top:			-999em;
	width:			0em; /* left offset of submenus need to match (see below) */
	overflow: no;
	
	
	
}
.sf-menu ul li {
	width: 100%;


}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu a{
	border-left:	0px solid ;
	border-top:		0px solid ;
	padding: 		0em;
	text-decoration: none;
	color: #605F5B;
	text-align: center;
	position:		center;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	letter-spacing: 0.05em;
  display: block;
    line-height: 15px;
	/*menu gesamt ohne untermenue*/
	
	
} 


.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#605F5B;
}
.sf-menu li {
    float:			left;
	position:		relative;
/*border-color:-moz-use-text-color -moz-use-text-color #605F5B;
border-style:none none solid;
border-width:medium medium 1px;*/

font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
	letter-spacing: 0.05em;
    color: #605F5B;
    display: block;
  background:		#605F5B;   
  line-height: 15px;
/*farbe untermenue wichtig*/
}
.sf-menu li li {
	
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
	letter-spacing: 0.05em;
    color: #605F5B;
    display: block;
    
	background-image: url(images/hgstrich.gif);
	line-height: 15px;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover{

	outline:		0;
	
} 
.sf-menu li.sfHover{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
	letter-spacing: 0.00em;
    color: #A52236;
	outline:		0;
	

}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 0.05em;
	font-size: 11px;
    color: #A52236; /*schriftfarbe beim rollover*/
    display: block;
    line-height: 15px;
}
.sf-menu li li a:focus, .sf-vertical li li a:hover, .sf-vertical li li a:active {

font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 0.05em;
	font-size: 11px;
    color: #A52236; /*schriftfarbe beim rollover*/
    display: block;
    line-height: 15px; 
	/*untermenue*/
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	0em;
	min-width:		5px; /* trigger IE7 hasLayout so spans position accurately */
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 0.05em;
	font-size: 11px;
    color: #605F5B; /*schriftfarbe beim rollover*/
    display: block;
   line-height: 15px; 
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			05em; /* IE6 only */
	width:			0px;
	height:			0px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-605F5B.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-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 > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0px -100px; /* arrow hovers for modern browsers*/
}
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: 0px 0;
   .sf-menu ul .sf-sub-indicator { background-position:  -10px 0;
    }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; background:		#9AAEDB; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-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;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

