/* ######### 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:Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size:14px;
	font-weight:bold;
	display: block;
	width: auto;
	padding: 3px 0 3px 10px;
	text-decoration: none;
	margin-bottom:1px;
	text-align:left;
	background-image:url(/images/img-bullets.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}



* html .markermenu ul li a{ /*IE6 hack*/
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;
}

