/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                                Main-Menue                                                                             */            
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#nav {height: 37px; overflow: hidden;}
#nav li {float: left;}
/* #nav li a, */
#nav li span {display: block; padding: 12px 25px; color: #ccc; text-decoration: none; font-size: 13px; line-height: 13px; border-left: 1px solid #4f4f4f;}
#nav li span {color: #f18f4e;}
#nav li a:hover ,
#nav li a.mainMenuParentBtnFocused,
#nav li a.active {color: #f18f4e; background: #222;text-decoration: none;}
#nav li a.trail {color: #f18f4e; background: #222;}
#nav li.first a {border: none;}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*                                                Drop-Down-Menue                                                                        */            
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.smOW{display:none; position: absolute; overflow:hidden; padding: 0; margin: 0;text-decoration: none;}

/*     --links
------------------------------------------------- */
#subMenusContainer a {padding: 7px; display: block; color: #fff; min-width: 40px; text-transform:uppercase; font-size:11px; background: #222;text-decoration: none;}

/*     --hover || focus
-------------------------------------------------*/
#subMenusContainer a:hover, #subMenusContainer a:focus, .subMenuParentBtnFocused {color: #f18f4e; background: #222;text-decoration: none;} 

/*     --aktiver & trail menuepunkt
------------------------------------------------- */
#subMenusContainer a.trail, #subMenusContainer li.active a {color: #f18f4e; background: #222;text-decoration: none;}

/*     --ul ebene 2
------------------------------------------------- */
#subMenusContainer ul.level_2 {background: url("tl_files/template_rkiel/images/layout/sub_header.gif");background-repeat:repeat-x;text-decoration: none;}

/*     --ul ebene 3
------------------------------------------------- */
#subMenusContainer ul.level_3 {background: url("tl_files/template_rkiel/images/layout/sub_header.gif");background-repeat:repeat-x;text-decoration: none;}

/*     --subMenusContainer verstecken
------------------------------------------------- */
#subMenusContainer {display:block; position:absolute; top:0; left:0; width:100%; height:0; overflow:visible; z-index:1000000000;text-decoration: none; }

/*     --icons wenn unterpunkte vorhanden ist
------------------------------------------------- */
/*
.mainMenuParentBtn {background: url(../img/arrow-down.png) 95% center no-repeat;}
.mainMenuParentBtnFocused {background: url(../img/arrow-down-hover.png) 95% center no-repeat;}
.subMenuParentBtn {background: url(../img/arrow-right.png) 95% center no-repeat;}
.subMenuParentBtnFocused {background: url(../img/arrow-right-over.png) 95% center no-repeat;}
*/

/*     --IE hacks
------------------------------------------------- */
#nav li ul {display: none;} /* verhindert das aufblitzen des submenus beim laden */
* + html .smOW  {margin-top: -2px; margin-left: -2px;} /*IE7 hack - richtige positionierung*/
* + html #subMenusContainer ul.level_3 {margin-top: 2px;} /*IE7 hack - richtige positionierung*/