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

.markermenu{
	width: 138px; /*width of side bar menu*/
	clear: left;
	position: absolute; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	background-image: url(../update0110/images/solaire_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 46px;
}

.markermenu ul{
	list-style-type: none;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.markermenu ul li a{
	color: #DEEAEF;
	display: block;
	width: auto;
	padding-left: 0px;
	text-decoration: none;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 40px;
	height: 25px;
	margin: 0px;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background-image: url(../update0110/images/solaire_06.jpg);
	background-repeat: no-repeat;
	background-position: 105px center;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
}

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

.blackwhite li a{
	background-color: #EED799;
}

.blackwhite li a:hover{
	color: white;
	background-color: #1374A1;
}
