@charset "UTF-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
width: 100px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
/*border: 1px solid #9A9A9A;*/
}

.markermenu ul li a{
background-image:url(../img/rt-active.jpg);
/*background: white url(../img/little-berry.png) no-repeat 2px center;*/
font: normal 12px Arial;
color: #fff;
display: block;
width: auto;
padding: 4px 0;
padding-left: 22px;
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: 80px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #eee;
}

.markermenu ul li a:hover{
color: #eee;
/*background-color: #990000;*/
background-image:url(../img/rt-hover.jpg); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */

</style>