/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.nav_css_final_drop5 {font-size:13px;font-weight:500;padding-bottom:0px; margin-left: 0px; text-align: right;}

/* remove all the bullets, borders and padding from the default list styling */
.nav_css_final_drop5 ul {padding:0;margin:0;list-style-type:none; height:2em; background:url("_blauweis.jpg");text-align: right; }

/* style the sub-level lists */
.nav_css_final_drop5 ul ul {width:15em;font-size:11px;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nav_css_final_drop5 ul li {float:left;height:2em;line-height:2em;text-align:center;}

/* style the sub level list items */
.nav_css_final_drop5 ul ul li {display:block;width:10em;height:auto; line-height:1em;}

/* style the links for the top level */
.nav_css_final_drop5 a, .nav_css_final_drop5 a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#666;}
.nav_css_final_drop5 a, .nav_css_final_drop5 a:visited {background:url("navi_w2.jpg"); width:120px; }

.nav_css_final_drop5 li.first a, .nav_css_final_drop5 li.first a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#666;}
.nav_css_final_drop5 li.first a, .nav_css_final_drop5 li.first a:visited {background:url("navi_w1.jpg"); width:120px;  }

.nav_css_final_drop5 li.last a, .nav_css_final_drop5 li.last a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#666;}
.nav_css_final_drop5 li.last a, .nav_css_final_drop5 li.last a:visited {background:url("navi_w3.jpg"); width:120px;  }


.nav_css_final_drop5 li.current  a  {background:url("navi_g2.jpg"); color:#fff; }
.nav_css_final_drop5 li.current.last  a  {background:url("navi_g3.jpg"); color:#fff; }
.nav_css_final_drop5 li.current.first  a  {background:url("navi_g1.jpg"); color:#fff; }

/* style the sub level links */
.nav_css_final_drop5 ul ul a, .nav_css_final_drop5 ul ul a:visited {display:block;background:#dbe6f8; color:#000;width:112px;height:100%;line-height:1em; padding:0.5em 1em;}
* html .nav_css_final_drop5 ul ul a, * html .nav_css_final_drop5 ul ul a:visited  {width:14em; w\idth:112px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.nav_css_final_drop5 table {position:absolute; left:-1px; top:0; width:0; height:0; font-size:1em; z-index:-1;}


/* style the third level background */
.nav_css_final_drop5 ul ul ul a, .nav_css_final_drop5 ul ul ul a:visited {background:#dbe6f8;}
/* style the fourth level background */
.nav_css_final_drop5 ul ul ul ul a, .nav_css_final_drop5 ul ul ul ul a:visited {background:#fff;}
/* style the sub level 1 background */
.nav_css_final_drop5 ul :hover a.sub1 {background:#dbe6f8;}
/* style the sub level 2 background */
.nav_css_final_drop5 ul ul :hover a.sub2 {background:#fff;}

/* style the level hovers */
/* first */
* html .nav_css_final_drop5 a:hover {color:#000;background:#d4d8bd; position:relative; z-index:100;}
.nav_css_final_drop5 li:hover {position:relative;}
.nav_css_final_drop5 li:hover > a {color:#fff;background:url("navi_g2.jpg");}
.nav_css_final_drop5 li.last:hover > a {color:#fff;background:url("navi_g3.jpg");}
.nav_css_final_drop5 li.first:hover > a {color:#fff;background:url("navi_g1.jpg");}
/* second */
* html .nav_css_final_drop5 ul ul a:hover{color:#000;background:#fff; position:relative; z-index:110;}
.nav_css_final_drop5 ul ul li:hover {position:relative;}
.nav_css_final_drop5 ul ul :hover > a {color:#000;background:#fff;}
/* third */
* html .nav_css_final_drop5 ul ul ul a:hover {background:#fff; position:relative; z-index:120;}
.nav_css_final_drop5 ul ul ul :hover > a {background:#fff;}
/* fourth */
.nav_css_final_drop5 ul ul ul ul a:hover {background:#fff; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav_css_final_drop5 ul ul {visibility:hidden;position:absolute;height:0;top:2.0em;left:0;width:14em;}

/* position the third level flyout menu */
.nav_css_final_drop5 ul ul ul{left:10em;top:0;width:16em;}
.nav_css_final_drop5 ul li.last ul ul{left:-130px;top:0;width:16em;}

/* make the second level visible when hover on first level list OR link */
.nav_css_final_drop5 ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.nav_css_final_drop5 ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.nav_css_final_drop5 ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.nav_css_final_drop5 ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.nav_css_final_drop5 ul :hover ul :hover ul :hover ul {visibility:visible;}

