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

.markermenu {
	width: 100%; /*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:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	display: block;
	width: auto;
	padding: 6px 0 6px 20px;
	text-decoration: none;
	margin-bottom:1px;
	text-align:left;
	background-image:url(/images/newdesign/left_links_back.png);
	background-repeat: no-repeat;
	border-bottom:#545454 solid 1px;
	/*background-position: 0 .5em;*/
}
* html .markermenu ul li a { /*IE6 hack 464646 */
	width: 155px;
}
.markermenu ul li a:visited, .markermenu ul li a:active {
	color: white;
}
.markermenu ul li a:hover, .markermenu ul li a.selected {
	color: white;
	background-color: #464646;
	text-decoration:none;
	background-image:url(/store/images/grad_bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
.markermenu ul li .markermenu ul li a.current {
	color: white;
	background-color: black;
	text-decoration:none;
	background-image:url(/store/images/grad_bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
.markermenu ul li a.home {
	color: black;
	background-color: #FF6;
	text-decoration:none;
}

