/* ######### Marker List Vertical Menu ######### */

.markermenu
         {
          width: 195px; /*Gesamtbreite der Navi*/
          height:400px;
          margin-top:5px;
          clear: left;
          position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
         }

.markermenu ul
         {
          list-style-type: none;
          margin: 0px;;
          padding: 0;
          border: 0px solid red;
         }

.markermenu ul li a
         {
          background: #000000 url(../_img/roth_layout/button_bg.png) repeat-x; /*light gray background*/
          font: 13px Verdana;
          line-height:22px;
          color: #FFFFFF;
          display: block;
          width: auto;
          padding: 0px;
          padding-left: 15px;
          height:22px;
          text-decoration: none;
          border: 1px solid #3e3e40;
          margin-bottom:4px;
         }

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #FFFFFF;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background: #AFAFAF url(../_img/roth_layout/button_bg_hover.png) repeat-x; /*Hoverfarbe der Hauptnavi*/
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a
         {
          line-height:22px;
          padding-left:10px;
          color:white;
          background: #000000;  /*Subnavi*/
         }

.blackwhite li a:hover{

background: #000000;
color: white;
text-decoration:underline;
}
