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

.markermenu{
	width: 100%; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	display: block;

}
#main_menu_2 {
	margin-bottom: 15px;
}


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

.markermenu ul li a{
	color: #000000;
	display: block;
	width: auto;
	padding-left: 25px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-image: url(../images/listItemArrow.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}

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

.markermenu ul li a:hover {
	background-color: #EDECE9;
	text-decoration: none;
	color: #990000;
	border: 1px solid #9A9A9A;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
}
.markermenu .selected {
	background-color: #EDECE9;
	text-decoration: none;
	color: #990000;
	border: 1px solid #9A9A9A;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
}

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

.blackwhite li a{
	background-color: #CCCCCC;
	background-image: url(../theme/glossybackhover.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

.blackwhite li a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background-color: #CCCCCC;
	background-image: url(../theme/glossyback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 11px;
}

