/* ######### Marker List Vertical Menu ######### */


.markermenu
{
    width: 180px; /*width of side bar menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
    position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
    list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Green color area on the left on home-row */
.markermenu li.home
{
    background-color:  #6F7B2D;
}	

/* Green area on the left on home-row */
.markermenu li.home a {
    margin-left: 20px;
}

/* Selected image */
.markermenu ul li a.selected
{
    color: #5E7830;
    background-position: 100% -29px;
}
/* Default Image */
.markermenu ul li a
{
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(/Images/Menu/oie_arrowgreen.gif) 80% 0;
    height: 21px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 21px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;  
    margin-left: 0px;
	color: #5E7830;
}


/* Selected page image */
.markermenu li.selected a{
	color: #5E7830;
	background-position: 100% -29px;
}

* html .markermenu ul li a{ /*IE6 hack*/
    width: 180px;
}

/* Hoover Image */
.markermenu ul li a:hover
{
    color: #26370A;
    background-position: 100% -58px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}