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

.markermenu{
	width: 200px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	margin-bottom: 1.5em;
}

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

.markermenu ul li a{
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 10px 0px 10px 20px;
	text-decoration: none;
	border-bottom: 0px solid #B5B5B5;
	/* background: #351303;*/
}

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

/*.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #00014E;
}*/

.markermenu ul li a:hover, .markermenu ul li a.selected, .col_g .markermenu ul li a.lienon, .col_g .markermenu ul li a:hover.lienon {
	color: #FFCC00;
	/*background: #876C00;*/
}


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

.blackwhite li a{
	background: #652406 url(../../IMG/fleche.gif) no-repeat 10px 7px;
	padding-left: 24px;
	color: #FFFFFF;
	border-left: 1px solid #FFF;
}

.blackwhite li a:hover, .blackwhite li a.lienon{
	background: #8C6640 url(../../IMG/fleche_on.gif) no-repeat 10px 7px;
	color: #FFCC00;
	border-left: 1px solid #FC0;
}


/* ######### FZB ######### */
.col_g #ddsidemenubar li {
	padding: 0;
	margin: 0;
}

