@charset "UTF-8";
/************************************************
STADTWERKE AUGSBURG
http://www.comspace.de
Author: franz@comspace.de
Create Date: 09.04.08
TOP MENU ONLY
Tested in: 
PC -> IE 6, IE 7, Firefox 2.0.0.14, Opera 9.27
MAC -> Firefox 2.0.0.14, Safari 3.1, Opera 9.5
EM's
************************************************/
/* style the outer div to give it width (for using EM'S) */
#nav_top {
    }
/* remove all the bullets, borders and padding from the default list styling */
#nav_top ul {
    width: 957px;
    height: 29px;
    padding:0;
    margin:0;
    list-style-type:none; 
    }
/* style the sub-level lists (if needed) */
#nav_top ul ul {
    }
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav_top ul li {
    float:left;
    height: 29px; 
    z-index: 1000; /* NEED for IE7*/
    }
/* style the sub level list (if needed)  */
#nav_top ul ul li {
    }
    
/* style the links for the top level */
#nav_top a, #nav_top a:visited {
    display:block;
    float:left;
    height:100%;
    }
/* style the sub level links */
#nav_top ul ul a, #nav_top ul ul a:visited {
    display:block;    
    height:100%;
    /*width:420px; */
     }
     
* html #nav_top ul ul a,
* html #nav_top ul ul a:visited  {
    /*width:14em;
    w\idth:12em;*/
    }

/* style the table so that it takes no part in the layout - required for IE to work */
#nav_top table {
    position:absolute; 
    left:1px; 
    top:0; 
    width:0; 
    height:0; 
    font-size:1em; 
    z-index:-1;
    }
/* style the level hovers */
/* first */
* html #nav_top a:hover {
    color:#000;
    background:#d4d8bd;
    position:relative;
    z-index:100;
    }
    
#nav_top li:hover {
    position:relative;
    }
    
#nav_top :hover > a {
    }
    
/* second */
* html #nav_top ul ul a:hover {
    position:relative; 
    z-index:110;
    }
    
#nav_top ul ul li:hover {
    position:relative;
    }
    
#nav_top ul ul :hover > a {
    }
    
/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav_top ul ul {
    visibility:hidden;
    position:absolute;
    height:0;
    top: 29px;
    left:0;
    }
#nav_top ul ul.topmenu_start { left: 0pt; }
#nav_top ul ul.topmenu_0 { left: -192px; }
#nav_top ul ul.topmenu_1 { left: -383px; }
#nav_top ul ul.topmenu_2 { left: -574px; }
#nav_top ul ul.topmenu_3 { left: -765px; }
#nav_top ul ul.topmenu_4 { left: -765px; }

* html #nav_top ul ul.topmenu_0 { left: -193px; }
* html #nav_top ul ul.topmenu_1 { left: -384px; }
* html #nav_top ul ul.topmenu_2 { left: -575px; }
* html #nav_top ul ul.topmenu_3 { left: -766px; }
* html #nav_top ul ul.topmenu_4 { left: -766px; }


#nav_top ul ul.topmenu_start li,
#nav_top ul ul.topmenu_0 li,
#nav_top ul ul.topmenu_1 li,
#nav_top ul ul.topmenu_2 li,    
#nav_top ul ul.topmenu_3 li,
#nav_top ul ul.topmenu_4 li  {        
    background:#fff; 
    height:100%; 
    width:927px; 
    display:block;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4; 
    border-bottom: 1px solid #c4c4c4;
    padding: 16px 14px 16px 14px;    
    }    
/* RESET for normal nav_left */    
    
#nav_top ul ul ul {
    padding: 0;
    margin: 0;
    position:relative;
    top: 0;
    overflow:hidden;
    width: 927px;
}    

#nav_top ul ul ul li.col1 {float:left; width:210px;padding:0 13px 0 0; border:none;}    
#nav_top ul ul ul li.col2 {float:left; width:210px;padding: 0 13px 0 12px; border:none;}    
#nav_top ul ul ul li.col3 {float:left; width:210px;padding: 0 13px 0 12px; border:none;}    
#nav_top ul ul ul li.col4 {float:left; width:210px;padding: 0 0 0 12px; border:none;}    
#nav_top ul ul ul li.col5 {padding: 0 0 0 0; border:medium none;}   /* quickfix */ 

/****** Overwrite NAV_Left !IMPORTANT ******/
#nav_top ul ul ul ul#nav_left {line-height:16px; width: 210px;}
#nav_top ul ul ul ul#nav_left ul {width: 210px; padding: 0 0 0 20px; margin:0 0 0 0;overflow: visible;}
#nav_top ul ul ul ul#nav_left li.dots {
    width: 210px; 
    border: none; 
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    background:url(/images/img_admin/line_dotted_nav.gif) 20px 100% no-repeat;
    }
*+html #nav_top ul ul ul ul#nav_left li.dots {
    border-bottom: 8px solid #fff;
    }

#nav_top ul ul ul ul#nav_left li.dots a.active  {
    width: 210px;
    background: url(/images/img_admin/ico_nav_1st_p.gif) left center no-repeat;
    }

/*#nav_top ul ul ul ul#nav_left li.dots a.active:hover  {
    text-decoration: none;
    }*/

#nav_top ul ul ul ul#nav_left li ul li {
    width: 210px;
    padding: 0 0 0 0; 
    margin:0 0 0 0; 
    border: none;
    }
/* make the second level visible when hover on first level list OR link */
#nav_top ul :hover ul{
    visibility:visible;
    height:auto; 
    }
/***** HACKS for IE6 *****/
* html .menu ul ul {left:-1px; margin-left:-1px;}
* html .menu ul ul ul.left {margin-left:1px;}
