@charset "UTF-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 175px;
border: 1px solid #9A9A9A;
}

.markermenu li a{
	color: #583630;
	display: block;
	width: auto;
	padding: 2px 0;
	padding-left: 05px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #908b25;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background-color: #d7ce32;
	background-position: left bottom;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #583630;
}

.markermenu li a:hover{
	color: black;
	background-color: #ffffcb;
	background-image:url(../ralph/watchcollection/media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
	background-position: left center;
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: middle;
}

</style>
