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

.markermenu{
width: 280px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
border: none;

}

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

.markermenu ul li a{
background-color: #fff;
background-image: none;
background-repeat: no-repeat;
background-position: 12px center; 
font-family: "Lato Regular", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-weight: normal;
font-size: 14px;
color: #666;
display: block;
width: auto;
padding: 10px 0px 10px 40px;
text-decoration: none;
border-bottom: 1px solid #e8e8e8;
}

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

.markermenu ul li a img {
	display: none; 
	
}

.markermenu ul li a[rel]{
	background-image: url(../images/bulle3.jpg);
	
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #1b7b16;
background-color: #f9f9f9;
}

.markermenu ul li a#selected{
color: #1b7b16;
background-color: #f9f9f9;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}