/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 174px; /*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;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background-image:url(LinkBackground.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
color:#FFFFFF;
display: block;
width: auto;
padding-left:7px;

text-decoration: none;
border-bottom: 1px solid #B5B5B5;

 line-height:29px;
 height:29px;

}




* html .markermenu ul li a{ /*IE6 hack*/
width: 164px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background-image:url(LinkHoverBackground.jpg);

}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 1px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;

 margin-top:9px;
left: 100px;
border-width: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

