@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

.markermenu{
width: 170px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 50px 8px;
padding: 0;
}

.markermenu ul li a{
background: #1F7DB0 url(http://img529.imageshack.us/img529/615/arrowlistc.gif) no-repeat 2px center;
font: bold 13px Arial, Helvetica, sans-serif;
color: #FF3334;
display: block;
width: auto;
padding: 2px 0;
padding-left: 15px;
text-decoration: none;
border-bottom: 1px dotted #93CCEA;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 157px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #FF3334;
}

.markermenu ul li a:hover{
color: black;
background-color: #93CCEA;
background-image:url(http://img505.imageshack.us/img505/1078/arrowlistred.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */
