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

.markermenu{
	width: 170px; 
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	text-align:right;
}

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

.markermenu ul li a{
	color:#fff;
	background-color: #036;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:13px;

	display: block;
	width: auto;
	padding: 4px 15px 4px 0;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #036;
	background-color: #edf1f4;
}


.markermenu ul li a.more {
	background-image:url(../img/arrow-down.gif);
	background-position:right;
	background-repeat:no-repeat;
}


.markermenu ul li a.more:hover {
	background-image:url(../img/arrow-right.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.markermenu ul li a.more.selected {
	background-image:url(../img/arrow-right.gif);
	background-position:right;
	background-repeat:no-repeat;
}






/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
background-color:#edf1f4;
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
font-size:12px;
color:#036;
margin: 0;
padding: 0;
position: absolute;
list-style-type: none;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
background-color:#edf1f4;
color:#036;
text-decoration: none;
display: block;
width: 220px; /*width of menu (not including side paddings)*/
padding: 4px 4px 4px 10px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 220px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #369;
color: #fff;
}




/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

rightarrowpointer a { /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
border: 0;
}

rightarrowpointer a:hover { /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

