/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*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: 5px 0;
padding: 0;
border: 1px solid #f8f7f5;
}

.markermenu ul li a{
font-size: 20px;
font-family: Verdana;
background-image: url(../../imagini/puncte.jpg);
background-repeat: repeat-x;
background-position: bottom;
color: #6c6c6c;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
background-image: url(../../imagini/puncte.jpg);
background-repeat: repeat-x;
background-position: bottom;
color: #6c6c6c; /*#f8f7f5;*/
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background-color: #f8f7f5;
background-image: url(../../imagini/puncte.jpg);
background-repeat: repeat-x;
background-position: bottom;
color: #40e2ff;
}
