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

.markermenu{width: 186px; /*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: 10;margin: 0;margin-left:-10px}

.markermenu ul li a{ background: url(images/mnu.jpg) no-repeat; font: bold 11px verdana;color: #ffffff;display: block;width: 186px;padding-left: 20px;
text-decoration: none;line-height: 30px; make this sufficient for the background image if there is one}

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


.markermenu ul li a:hover, .markermenu ul li a.selected, .markermenu ul li a.topicselected {
background: url(images/mnu_Active.jpg) no-repeat; 	font: bold 13px verdana;	color: #ffffff;	display: block;	width: 186px;	padding-left: 20px;
	text-decoration: none; line-height: 30px; make this sufficient for the background image if there is one}

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

.blackwhite li a{ /* this changes the background of the drop-down menu items */
	font: bold 13px Arial;background:#ffffff;color:#307501;border:solid 1px #ffffff;margin:0px;/* removes gap between drop-down menu items */}

.blackwhite li a:hover, .blackwhite li a.topicselected {font: bold 13px Arial;background: #ffffff;color:#307501;border:solid 1px #ffffff;margin:0px;/* removes gap between drop-down menu items */}