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

.markermenu{
width: 160px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
text-align: left;
}

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

.markermenu ul li a{
  padding-left: 25px;
  background-image: url("../images/bullet_white.gif");
  background-repeat: no-repeat;
  background-position: 0.5em;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
}


.markermenu li a:link {
	color: #ffffff;
	text-decoration: none;
}
.markermenu li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.markermenu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.markermenu li a:focus {
	color: #ffffff;
	text-decoration: underline;
}
.markermenu li a:active {
	color: #ffffff;
	text-decoration: none;
}

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

.blackwhite li a{
background: #134c86;
color: #ffffff;
}

.blackwhite li a:hover{
background: #91ddf5;
color: #000000;
}