/* ######### Drop Down ULs CSS ######### */

#ddtopmenubar
{

height: 70px;

}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #0B0B3B;
border: 0px #999999;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


/* ######### Submenu  ######### */
.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #666666;
background-color: #ffffff;
text-decoration: none;
padding: 4px 5px;
border-bottom: 0px #999999;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
/* background-color: black; */
color: #003366;
}







/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 70px;
display: block;
}


/* ######### Matt Black Strip Main Menu Bar CSS - linie menue ######### */

.mattblackmenu ul{
height:100px;
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 0px solid #999999;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 0px solid #999999; /*right divider between tabs 99CC33  868A08*/
color: #666666;
}


.mattblackmenu2 ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 0px solid #999999;
overflow: hidden;
width: 100%;

}



.mattblackmenu2 li a{
height:80px;
float: left;
display: block;
text-decoration: none;
list-style-type: none;
margin: 0 0 0 315px;
padding: 0px 8px; /*padding inside each tab*/
border-right: 0px solid #999999; /*right divider between tabs*/
color: #666666;

}


/* ----strich links rechts------------------------------- */
/* .mattblackmenu2 li a{ */
/* height:80px; */
/* float: left; */
/* display: block; */
/* text-decoration: none; */
/* margin: 0; */
/* padding: 0px 8px; /*padding inside each tab*/ */
/* border-left: 1px solid #003366; */
/* border-right: 1px solid #003366; /*right divider between tabs*/ */
/* color: #666666; */
/* background: #414141; */
/* } */

/* ----------------------------------- */

.mattblackmenu li a:visited{
color: #666666;
border-left: 0px solid #666666;
}

.mattblackmenu li a:hover{
/* background: #003366;  *//*background of tabs for hover state */
color: #003366;
border-left: 0px solid #666666;
}

.mattblackmenu a.selected{
color: #003366;
border-left: 0px solid #666666;
/* background: black;  *//*background of tab with "selected" class assigned to its LI */
}


/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px solid #666666;
border-left: 0px solid #666666;
}

.markermenu ul li a{
/* background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; */ /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 0px solid #666666;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #666666;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.black#666666li a{
background: #666666;
}

.black#666666li a:hover{
background: black;
color: #666666;
}