/* ######### 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*/
padding: 0;
}

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

.markermenu ul li a{
background: url(images/) no-repeat; 
font: bold 11px Arial;
color: #000000;  
display: block;
width: 184px;
padding-left: 7px;
text-decoration: none;
line-height: 12px;
margin-left:10px; /* main menu border from side of box or column*/

}

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



.markermenu ul li a:hover, .markermenu ul li a.selected, .markermenu ul li a.topicselected {
	background: url(images/) no-repeat; 
	font: bold 11px Arial;
	color: #000000;  /* this is the colour for the main menu links */
	display: block;
	width: 184px;
	padding-left: 7px;
	text-decoration: none;
	line-height: 12px;
margin-left:10px; /* main menu border from side of box or column */
}

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

.blackwhite li a{
	font: bold 11px Arial;
	background: #f7e7b5;
	color:#b5925a;
	border: solid 1px #ffffff;
margin:0px; /* removes gap between drop-down menu items */
}

.blackwhite li a:hover,   {
	font: bold 11px Arial;
	background: #ffffff;
	color: #b5925a;
	border: solid 1px #637DA1;
    text-decoration:none;
margin:0px;/* removes gap between drop-down menu items */
}

.blackwhite li a.topicselected {
	font: bold 11px Arial;
	background:#b5925a;
	color: #808080;
	border: solid 1px #b5925a;
    text-decoration:none;
}
