/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 216px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu h2 {
	font-size:1.4em;
	margin:0px 0px 3px 0px;
	padding:0px;
	line-height:37px;
}

.markermenu h2 a {
	display:block;
	width: 204px;
	background-image:url(../images/left-nav-heading.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0px 0px 0px 10px;
}

.markermenu h2 a:link, .markermenu h2 a:visited {
	text-decoration:none;
	color:#FFF;
	border:1px solid #E27405;
}

.markermenu h2 a:hover {
	text-decoration:underline;
	color:#FFF;
	border:1px solid #E27405;
}

.markermenu ul{
list-style-type: none;
margin: 0 0;
padding: 0;
font-size:12px;
width: 216px; /* Main Menu Item widths */
}

.markermenu ul li{
border-bottom:3px solid #fff;
display: list-item;
}

.markermenu ul li a{
width: 181px;
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 8px;
padding-right:25px;
border: 1px solid #D6D2D3;
background-image:url(../images/leftnav-bg-sub.jpg);
background-repeat:no-repeat;
background-position:right;
font-weight:bold;
height: 1%;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 181px;
display:inline-block;
}

.markermenu ul li a:link, .markermenu ul li a:visited{
color: #515151;
text-decoration:none;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#000;
text-decoration:none;
border:1px solid #AEAEAE;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */


