/* 
	pure layout properties are not indent. you can edit them for your needs.
	pure technical properties are indent 3 tabs. Generally there is no need to edit them. // important for functionality
	some properties are indent 1 tab, they are important for functionality but have to be adapted to your layout

	Reine Designangaben für das Menue sind nicht eingerückt!
	Rein technische Angaben sind  dreimal eingerückt. Diese müssen in der Regel nicht geändert werden.
	Eine "Zwischenstellung" nimmt beispielsweise die Menuebreite Breite ein. Sie ist sowohl für Design als auch Funktionstüchtigkeit wichtig. Derartige Angaben sind zweimal eingerückt.
*/
#nav li {
	padding: 0;
	margin:0;
	color: #eaeae5;

}

/*body {font: normal 0.86em verdana;}*/
/* 
	original code @ http://www.alistapart.com/articles/horizdropdowns/
*/
#nav ol {
		width: 12.5em;

position:relative;
top:10px;

margin: 0;
padding: 0;
list-style: none;
/*border-bottom: 1px solid #ccc;*/
}

#nav ol li {
			position: relative;
/*border: 1px solid #ccc;*/
border-top:1px solid #475c86;
border-bottom: 1px solid #7484a2;
		
}
#nav li ol {
		top: -1px;
		/* visual hide */
			position: absolute;
			left: -9999px;
		/* real hide */
			display: none; /* if you use LimitLinks:0 you should remove this line. */
		
}
#nav ol li a, 
#nav ol li strong {
display: block;		
text-decoration: none;
color: #eaeae5;
/*background: #ddd;  IE6 Bug */
padding: 4px;
	min-width: 12.5em;
}

#nav ol ol {
	background-color:#6b91c9;
	width:22em;
	border:1px solid #475c86;
}

#nav ol ol li {
	width:22em;
}

#nav li.parent>a:after {
/*content: " >>";*/
}
/* Hover/Focus Style */
#nav ol li a:hover, #nav ol li a:focus, #nav ol li a:active,
/* Opera Focus Style */
#nav ol li a.ofocus, #nav li ol li a.ofocus{ 
color: #fff; background: #4370b1;
} 
/* 
	disable normal hover and focus style , if javascript is available
 */
#nav .navfxenabled li:hover ol { 
		left: -9999px;
	
}
/* 
	normal hover Style wtihout javascript
*/		
#nav li:hover ol,
/* 
	hover and focus style if javascript is available
*/
#nav .navfxenabled li.over ol { 
			display: block;
		left: 12.5em;
		margin-left: -2px;
		
} /* The magic */
/* aktive Kategorie/Unterkategorie anzeigen */
#nav li.active a, #nav li.activepath a, 
#nav li.active a:hover, #nav li.activepath a:hover,
#nav li.active a:active, #nav li.activepath a:active,
#nav li.active a:focus, #nav li.activepath a:focus,
#nav li.active strong {
color: #E2144A; 
background: #f9f9f9;
}
/* oben gemachte Einfärbung wieder zurücknehmen */
#nav li.active ol a, #nav li.activepath ol a {
color: #000; 
background: #fff;
}
/* 
	accesible for keyboard- and screenreader- users
 */
#nav li.active ol, 
#nav li.activepath ol {
			display: block;
		
}
/* Tastaturnutzung 
	Keyboardusage for good browsers
 */
#nav a:focus+ol {
		left: 11em; /* Abstand Untermenu */
		margin-left: -2px;
}
/* 	
	keyboard support without javascript
*/
#nav li ol li a:focus, #nav li ol li a:active {
			position: absolute;
		left: 997px; /* Viewportverschiebung ausschalten */
		margin-left: 11em; /* Abstand Untermenu */
}
/* 
	overwrite the keyboard support, if mouse is in use
*/
#nav li ol li a:hover, #nav  li ol li a:hover, /* kleinster gemeinsamer Nenner */
#nav li:hover ol li a:focus, #nav  li:hover ol li a:active,
/* 
	overwrite the keyboard support, if javascript is available
*/
#nav .navfxenabled li ol li a:focus, #nav .navfxenabled  li ol li a:active
 {
			position: static;
		margin-left: 0;
}
/* Allgemeine CSS-Class ausserhalb des Viewports */
.sbh {
		position: absolute;
		left: -999px;
		width: 0;
		overflow: hidden;
		
}

#nav {
	width:190px;
	height:500px;
	text-align:left;
	line-height: 1.1em;
	float:left;
	background: transparent url(../../images/barra_lateral_vermelha.gif) no-repeat top left;
}

/* 
	horizontal menu
*/

#nav3 {
	width: 860px;
	height: 26px;
	text-indent:0;
	background: transparent url(../../images/menusup.gif) no-repeat 0 0;
}

#sfnav, #sfnav ul {
		/*width: 860px;*/
height: 30px;
list-style: none;
font-weight: bold;
padding: 0;
margin: -4px 0 0 0;
position: relative;
float:right;
}

#sfnav a {
display: block;
color: #644f34;
text-decoration: none;
margin:0;
padding: 0.7em 0.8em;
}

#sfnav a.daddy {
background: url(../../images/rightarrow2.gif) no-repeat 95%;
}

#sfnav li {
			float: left;
		width: auto;
padding: 0;
border-left:1px solid #f9d69c;
border-right:1px solid #d39509;
}

#sfnav li ul {
			position: absolute;
			left: -999em;
		width: 15.9em;
height: auto;
border:none;
margin:0;
padding:0;
background-color:#f4bd14;
}

#sfnav li li {
		width: 15.9em;
border:none;
border-top:1px solid #f9d69c;
border-bottom:1px solid #d39509;
margin:0;
padding:0;
}

#sfnav li ul ul {
		margin: -2.4em 0 0 16.1em;
}

#sfnav li:hover ul ul, #sfnav li:hover ul ul ul,
#nav3 .navfxenabled li:hover ul, #nav3 .navfxenabled li:hover ul ul, #nav3 .navfxenabled li:hover ul ul ul,
#nav3 .navfxenabled li.over ul ul,#nav3 .navfxenabled li.over ul ul ul
{
			left: -999em;
}
#sfnav li:hover ul, 
#nav3 .navfxenabled li.over ul
 {
			left: auto;
}
#sfnav li li:hover ul, #sfnav li li li:hover ul,
#nav3 .navfxenabled li li.over ul, #nav3 .navfxenabled li li li.over ul
 {
			left: -2px;
}
#nav3 li li.over ul.leftover, #nav3 .navfxenabled li li li.over ul.leftover, #nav3 .navfxenabled li li li li.over ul.leftover
 {
			left: -28.44em;
}
#nav3 #sfnav li.over,#sfnav li:hover {
background: transparent url(../../images/menusup_hover.gif) repeat-x top left;
}
#sfnav li ul a:hover {
background-color: #eda;
}