/* ######### Marker List Vertical Menu ######### */

#ddsidemenubar { float: inherit;float: left;
                 width: 400;}

.markermenu{
width: 180px; /*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: 0px 0;
padding: 0;

}

.markermenu ul li a
{
  
 background: url(navimages/newnav.gif) no-repeat;
  width: 180;
  height: 130;
  text-decoration: none;
  color: #E4DFCF;
  background-position: top left;

color: white;
display: block;

padding-left: 5px;
text-decoration: none;
border-bottom: 3px solid black; 
font-style:normal; 
font-variant: small-caps; 
font-weight:bold; 
font-size:14px; 
font-family:Tahoma, Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; 
padding-right:0; padding-top:4px; padding-bottom:3px
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: white;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: yellow;
background: url(navimages/newnavhover.gif) no-repeat;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: peachpuff;
color: black;
font-style:normal; 
font-variant:normal; 
font-size:14px; 
font-family:Tahoma, Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
font-weight: bold;
}

.blackwhite li a:hover{
background: tan;
color: black;
}
