/* ######### Marker List Vertical Menu ######### */

.markermenu
{
  width: 155px; /*width of side bar menu*/
  clear: left;
  position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

  background-image: url('../images/content-main-bg.gif');
	background-position: left;
	background-repeat: repeat-y;
}

.markermenu ul
{
  list-style-type: none;
  margin: 5px 0px;/**/
  padding: 0px;
}

.markermenu ul li a
{
  /*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
  /*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
  font: bold 13px Verdana;
  color: #ffffff;
  display: block;
  width: auto;
  /*padding: 0px 0;*/
  height:20px;

  padding-left: 10px;
  text-decoration: none;
}

* html .markermenu ul li a
{ /*IE6 hack*/
  width: 135px;
}

.markermenu ul li a:visited, .markermenu ul li a:active
{
  color: #ffffff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected
{
  color: white;
  
  background-image: url('../images/menu-static-item-over.jpg');
	background-position: right;
	background-repeat: repeat-y;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a
{
  /*background: white;*/
}

.blackwhite li a:hover
{
  color: white;
}

.menu
{
  width: 155px;
  background-image: url('../images/content-main-bg.gif');
	background-position: left;
	background-repeat: repeat-y;
}
