/* COPYRIGHT (C) 2009 HELMIXX. ALL RIGHTS RESERVED. */

/* REAL MENU */
.menu { font-size:11px; background: url(../assets/id_menuhintergrund.jpg) repeat-x; z-index: 3000; position: absolute; top:85px; right:1px; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:728px; w\idth:726px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul { padding:0; margin:0; list-style-type:none; height:3em; background:transparent; }
.menu ul ul { width:165px; top:2px; }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li { float:left; width:145px; position:relative; top:-2px; }
/* style the links for the top level */
.menu a, .menu a:visited { display:block; float:left; height:100%; width:113px; text-decoration:none; color:#222; background:transparent url(../assets/id_menuhintergrund.jpg) repeat-x; padding:10px 10px 8px 20px; border-left:1px solid #E6E6E6; border-right:1px solid #F2F2F2; font-weight: bold; border-top: 1px solid #F2F2F2; border-bottom: 1px solid #E6E6E6; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited { width:124px; w\idth:120px; }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#F7F7F7; }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#039; }
.menu ul ul :hover > a.drop {background:#039;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#F7F7F7;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#039;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { visibility:hidden; position:absolute; height:0px; top:39px; left:0; width:165px; }
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:206px; top:0px; width:165px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-165px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { background:#F7F7F7; color:#000; height:auto; line-height:1em; padding:8px 20px; width:165px; border-width:0 1px 1px 1px; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:150px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#039;}
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#039;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background:#039;}
.menu :hover > a { color:#FFF; background:#039 url(../assets/id_menuhintergrund-hover.jpg) repeat-x; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
