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

.markermenu{
	width: 120px; /*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;
}

.markermenu ul li a{
	font-family: Times New Roman, serif;
	font-size: 15px;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 6px 0 6px 10px;
	text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 100px;
}

/*
.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #00014e;
}
*/

.markermenu ul li a:hover, .markermenu ul li a.selected{
	/*
	CAN'T DO THIS BECAUSE OF IE6
	background-image: url('/images/background-nav-link.png');
	*/
	background-image: url('/images/background-nav-link.gif');
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	background-position: center right;
}

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


.blackwhite li a{
	font-family: Times New Roman, serif;
	background-color: white;
	color: #600E6A;
	text-decoration: none;
	margin: 0 3px;
	border-color: #B59DBF;
	border-width: 2px;
}

.blackwhite li a:hover{
	text-decoration: underline;
	color: #600E6A;
	background-color: #ffffff;
}
