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

.markermenu{
	width: 134px; /*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;
}

.markermenu ul li a{
	background: transparent;
	color: #FDF8F2;
	display: block;
	width: auto;
	padding: 3px 0;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	padding-right: 18px;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #FDF8F2!important;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	padding: 4px 18px 2px 0px;
	color: #F5DEC2!important;
}

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

.blackwhite li a{
	background-color: #CCCCCC;
	background-image: url(http://www.ritacharbonnier.com/immagini/submenu-bg-b.jpg);
	border-bottom: 1px solid #683131;
	border-top: 1px solid #e39b90;
}

.blackwhite li a:hover{
	background-color: #cc6c63;
	color: #FDF8F2;
	background-image: url(http://www.ritacharbonnier.com/immagini/submenu-bg-over-b.jpg);
}

