/***************   NAVIGATION   ***************/
.navigation {
    clear: both;
    position: relative;
    width: 800px;
    height: 24px;
    color: #fff;
    background-color: #333;
    font-size: 12px;
    font-weight: bold;
    z-index: 500;
    margin: 0 auto 0 auto;
    text-align: left;
}
/* Entfernt default-Style, setzt Liste in horizontal Ebene */
.navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.navigation ul li ul {
    width: 141px;
    border-top: 2px solid #fff;
}
.navigation ul ul ul {
    width: 140px;
    border-top: none;
}
.navigation li {
    float: left;
    position: relative;
    padding: 0px;
}
a.topnav {
    white-space: nowrap;
}
a.topnav_hi {
    color: inherit;
    background-color: #b4b6ba;
    white-space: nowrap;
}
/* 1. Ebene */
.navigation a, .navigation a:visited {
    display: block;
    font-size: 12px;
    min-width: 20px;
    text-decoration: none; 
    color: #fff; 
    background-color: inherit;
    height: 24px; 
    line-height: 24px;
    padding: 0px 11px 0 12px;
    white-space: nowrap;
    cursor: default;
}
/* Hack fÃ¼r IE5.5 */
* html .navigation a, * html .navigation a:visited {
    width: 20px;
    w\idth: 20px;
}
/* 2. und 3. Ebene */
.navigation ul ul a, .navigation ul ul a:visited {
    font-weight: normal;
    background: #ccc url(/systemimages/US/bg_nohighlight.gif) no-repeat;
    color: #000;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 19px;
    height: auto;
    white-space: normal;
    cursor: pointer;
}
.navigation ul ul a.drop, .navigation ul ul a.drop:visited {
    background: #ccc url(/systemimages/US/bg_nohighlight_drop.gif);
    color: #000;
}
.navigation ul ul a.drop:hover{
    background: #b4b6ba url(/systemimages/US/bg_highlight_drop.gif);
    color: #fff;
    padding: 0px 15px 0 10px;
    width: 114px;
}
/* Hacks fÃ¼r IE 5.5 */
* html .navigation ul ul a.drop:hover { 
    width: auto;
    w\idth: 114px;
}
* html .navigation ul ul li {
    width: 140px;
    w\idth: 140px;
}
.navigation ul ul :hover > a.drop {
    background: #b4b6ba url(/systemimages/US/bg_highlight_drop.gif);
    color: #fff;
    
}
.navigation ul ul ul a, .navigation ul ul ul a:visited {
    background: #ccc url(/systemimages/US/bg_nohighlight.gif) no-repeat;
    color: #000;
}
.navigation ul ul ul a:hover {
    background: #b4b6ba url(/systemimages/US/bg_highlight.gif);
    color: #fff;
}
/* Verberge Subebene */
.navigation ul ul {
    visibility: hidden;
    position: absolute;
    top: 24px;
    left: 0; 
    width: 140px;
}
/* 3. Ebene als Flyout */
.navigation ul ul ul{
    left: 140px; 
    top: 0;
    width: 140px;
}
/* Notwendig fÃ¼r IE */
.navigation table {
    position:absolute; 
    top:0; 
    left:0;
}
/* Links der 2. Ebene */
.navigation ul ul a, .navigation ul ul a:visited {
    background: #ccc url(/systemimages/US/bg_nohighlight.gif) no-repeat;
    color: #000;
    padding: 0px 15px 0 10px;
    width: 114px;
    overflow: hidden;
}
/* Hack fÃ¼r IE 5.5 */
* html .navigation ul ul a, * html .navigation ul ul a:visited {
    width: 140px;
    w\idth:114px;
}
/* Hover Links 1. Ebene */
.navigation a:hover {
    background-color: #b4b6ba;
    color: #fff;
    padding: 0px 11px 0 12px;
    text-decoration: none;
}
.navigation ul ul a:hover{
    background: #b4b6ba url(/systemimages/US/bg_highlight.gif);
    padding: 0px 15px 0 10px;
    color: #fff;
}
.navigation :hover > a {
    background-color: #b4b6ba;
    color: #fff;
    text-decoration: none;
    min-width: 20px;
    padding: 0px 11px 0 12px;
}
.navigation ul ul :hover > a { 
    background: #b4b6ba url(/systemimages/US/bg_highlight.gif);
    color: #fff;
    padding: 0px 15px 0 10px;
}
/* Hover oder Link ? Dann darstellen */
.navigation ul li:hover ul, .navigation ul a:hover ul, .navigation ul a.hi:hover {
    visibility:visible; 
}
/* sonst verbergen */
.navigation ul :hover ul ul{
    visibility: hidden;
}
/* Hover oder Link ? Dann darstellen */
.navigation ul :hover ul :hover ul { 
    visibility: visible;
}
.navigation a.hi {
    display: block;
    font-size: 12px;
    text-decoration: none; 
    padding: 0px 11px 0 12px; 
    background-color: #b4b6ba;
    color: #fff !important;
}

