@charset "UTF-8";
/* CSS Document */

.markermenu{
width: 220px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
background: white url(images/collapsed.gif) no-repeat 2px;
font: 12px Arial, Helvetica, sans-serif;
color: #000;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 200px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #1d458a;
}

.markermenu ul li a:hover{
color: #f7931e;
background-color: #fff;
background-image:url(images/expanded.gif);
}
