/* HORIZONTAL FREESTYLE MENU LAYOUT */

.trenner, #bllink, #bllink_light {font-size:13px;}

.trenner {top:4px; padding-left:5px; padding-right:4px;}
#bllink {color:#ffffff;}
#bllink_light {color:#7a817f; font-weight:normal;}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {margin:0px; padding:0px; list-style:none; background-color:#f1f2f3;}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {display:none; position:absolute; top:8px; margin-top:13px; left:0px; width:160px; border-bottom:1px solid #7a817f; border-left:3px solid #7a817f;  padding-left:5px; padding-right:4px; border-right:1px solid #7a817f;} 

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {top:0px; margin-top:0px; left:160px;}

/* All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.*/
.menulist li {float:left; display:block; position:relative; background-color:transparent; border:0px; margin-right:0px;}

#secmenu {background-color:#ffffff; margin-left:-5px; margin-right:-4px; padding-left:5px; width:163px;}
#secmenu a:hover, #secmenu a.highlighted:hover, #secmenu a:focus {color:#870026; background-color:#ffffff; margin-left:-5px; margin-right:4px; padding-left:5px;}
#secmenu a.highlighted {color:#870026; background-color:#ffffff; margin-left:-5px; margin-right:4px; padding-left:5px;}

#thrmenu {background-color:#f1f2f3; margin-left:15px; width:149px;}
#thrmenu a:hover, #thrmenu a.highlighted:hover, #thrmenu a:focus {color:#870026; background-color:#f1f2f3; margin-right:2px;}
#thrmenu a.highlighted {color:#870026; background-color:#f1f2f3; margin-right:2px;}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {float:none; margin:0px;}
.menulist ul>li:last-child {margin-bottom: 1px; /* Mozilla fix */}

/* Links inside the menu */
.menulist a {display: block; padding-top:4px; padding-bottom:4px; padding-left:0px; padding-right:0px; color:#000000; text-decoration:none; font-weight:800;}


/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {color:#000000; background-color:#979FA9; text-decoration:none;}
.menulist a.highlighted {color:#000000; background-color:#979FA9; text-decoration:none;}


/* Only style submenu indicators within submenus. */
.menulist a .subind {display:none;}
.menulist ul a .subind {display:block; float:right;}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {float:left;}
.menulist ul a {float:none;}
/* \*/
.menulist a {float: none;}
/* */

/*
 HACKS: IE/Win:
*/
*:first-child+html .menulist ul li {float:left; width:100%;}

* html .menulist ul li {float:left; height:1%;}
* html .menulist ul a {height: 1%;}
/* End Hacks */
