/* ######### Marker List Vertical Menu ######### */
.markermenu {
width: 79px;
clear: left;
position: relative;
}
* html .markermenu { /*IE6 CSS hack*/
display: block;
width: 89px; /*width of menu (include side paddings of LI A*/
}

.markermenu ul {
list-style-type: none;
margin: 6px 0px 4px 0px;
padding: 0;
}
.markermenu ul li a {
text-align: right;
font: normal 12px Arial;
color: #6F6F6F;
display: inline;
width: auto;
padding: 4px 0;
padding-left: 20px;
text-decoration: none;
}
* html .markermenu ul li a { 
width: 155px;
}
.markermenu ul li a:visited, .markermenu ul li a:active {
color: #6F6F6F;
}
.markermenu ul li a:hover, .markermenu ul li a.selected {
color: white;
}
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite1 li a {
background-image: url(../images/bkg_subnav_about.gif);
background-position: top left;
background-repeat: repeat-y;
margin: 0px 0px 0px 7px;
padding-left: 11px;
}
.blackwhite1 li a:hover {
	padding-left: 11px;
}
.blackwhite2 li a {
background-image: url(../images/bkg_subnav_port.gif);
background-position: top left;
background-repeat: repeat-y;
margin-left: 7px;
padding-left: 11px;
}
.blackwhite2 li a:hover {
	padding-left: 11px;
}
.blackwhite3 li a {
background-image: url(../images/bkg_subnav_west.gif);
background-position: top left;
background-repeat: repeat-y;
margin-left: 0px;
padding-left: 11px;
}
.blackwhite3 li a:hover {
	padding-left: 11px;
}