﻿/* ######### 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*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
	/*light gray background*/font: bold 12px Verdana;
	color: black;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 5px;
	text-decoration: none;
	border-bottom: 3px solid #E8E8E8;
	background: #FFFFFF url("http://www.zingerbug.com/menus/nestedmenus/indentbg.gif") repeat-x center
center;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 160px;
}

.markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:visited{
color: black;
}

.markermenu ul li a.selected{
color: white;
background-color: black;
}

.markermenu ul li a:hover{
color: #190099;
background-color: black;
background: black url("http://www.zingerbug.com/menus/nestedmenus/indentbg2.gif") center center repeat-x;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}