div#masterNav
{
	position: relative;
	background: white;
	width: 154px;
	height: 396px;
	margin: 10px 0px;
	margin: 0px;
	border-right: 0px solid #88dd00;
	padding-top: 14px;
	padding-top: 0px;
	background-image: url(images/bike_green.gif);
	background-position: 20px 320px;
	background-repeat: no-repeat;
}

div.menutitle
{
	cursor: pointer;
	background-color: #eef4ee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #449900;
	width:  150px;
	margin-bottom: 5px;
	padding: 2px;
	border-style: solid;
	border-color: #88dd00;
	border-width: 2px 0px;
}

div.menutitle:hover
{
	color: #88dd00;
}

span.submenu
{
	margin-bottom: 0px;
	padding-top: 0.5em;
}

span a
{
	display: block;
	padding: 2px 7px;
	margin:  -0.5em 3px;
	text-decoration: none;
	border: 1px solid #ffffff;
	text-align: right;
}

span a:link, a:visited
{
	color:#88dd00;
	background: #ffffff;
}

span a:hover
{
	color:#449900;
	background: #eef4ee;
	border-color: #88dd00;
}