
/* Legend for horizontalnavigation
n=1 or 2
a.Ln = Level n - Normal
a.Lns = Level n - Active
a.Ln:hover = Level n - Mouseover
*/

/*Global style definition for horizontalnavigation*/
div#HoriNav{clear:both;height:18px;margin:0px 0px 1px 0px;}

/*IE Bug - IE assign an empty Div-Tag the height of the current font-size. Use this style to fix this bug otherwise you have a 3 pixel space at the bottom of the horizontalnavigation*/
*HTML div#HoriNav{font-size:1px;}

div#HoriNav ul,
div#HoriNav li{list-style:none;margin:0px;padding:0px;}

/*With this style the Div-Tag with the "Intranet"-Image is the last column*/
div#HoriNav ul{float:left;}

/*Level 1 - Normal and Active*/
div#HoriNav li{float:left;text-align:center;}
div#HoriNav li#HFirstL1 span,
div#HoriNav li a.L1s,
div#HoriNav li a.L1{*width:100%;display:block;padding:1px 0px 2px 0px;border-left:1px solid #FFFFFF;color:#FFFFFF;background-color:#009999;text-decoration:none;}

/*Level 1 - First Entry*/
div#HoriNav li#HFirstL1{text-align:left;}
div#HoriNav li#HFirstL1 span,
div#HoriNav li#HFirstL1 a.L1{padding:0px 0px 0px 21px;border-left:0px;height:18px;}

/*Level 1 - Last Entry*/
div#HoriNav li#HLastL1 a.L1,
div#HoriNav li#HLastL1 a.L1s{border-right:1px solid #FFFFFF;}

/*Level 1 - Mouseover and Active*/
div#HoriNav li a.L1s,
div#HoriNav li a.L1s:hover{color:#FFFFFF;background-color:#CD0000}
div#HoriNav li a.L1:hover{color:#009999;background-color:#A9E0E0;}

/*Level 1 - Last Column style "Intranet"-Image*/
div.HLastColumn{padding:0px 24px 0px 0px;text-align:right;background-color:#009999;}

/*Level 2*/
div#HoriNav ul.L2{position:absolute;display:none;background-color:#F2F9FC;z-index:99;}
div#HoriNav ul.L2 li{float:none;display:inline;}
div#HoriNav li a.L2 {*width:100%;display:block;padding:1px 10px 2px 15px;border-bottom:1px solid #B2B2B2;border-left:1px solid #B2B2B2;border-right:1px solid #B2B2B2;color:#008284;background-color:#F2F9FC;text-align:left;}
div#HoriNav li.HFirstL2 a.L2{border-top:1px solid #B2B2B2;}
div#HoriNav li.HLastL2 a.L2{border-bottom:1px solid #B2B2B2;}
div#HoriNav li.HSingleL2 a.L2{border-top:1px solid #B2B2B2;border-bottom:1px solid #B2B2B2;}

/*Level 2 - Mouseover*/
div#HoriNav li a.L2:hover{background-image:url("../files/HNav/$file/HNAV_arrow_green.gif"); background-repeat:no-repeat;background-position:5px 0.4em;}
