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

.markermenu{
	width: 150px;
	clear: left;
	position: relative;
	left: 10;
	top: 10;
	z-index: 1;
}

.markermenu ul{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}

.markermenu ul li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 5px;
	padding-left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 31px;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #FFCC66;
	background-color: #000000;
}

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

.blackwhite li a{
	color: #FFCC66;
	font-size: 16px;
	background-color: #000000;
}

.blackwhite li a:hover{
	color: white;
	background-color: #333333;
}
.itemcode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
}
