.floatleft{float: left;}
.grhover a, #menu li:hover a{color: #3E6816 !important;}
#menu{
	font: bold 10px Arial, Verdana, Helvetica; 
	text-decoration: none; 
	color: #2C2C2C;
	width: 173px;
}

#menu ul a{
	font: bold 10px Arial, Verdana, Helvetica; 
	text-decoration: none; 
	color: #2C2C2C;
	display: block;
	padding: 3px 3px 3px 30px;
	background: url("/lib/greatgolfmemories/navbarbullet.gif") no-repeat 5% 30%;
} 
#menu ul a:hover{color: #3E6816;}

#menu ul ul a{
	background: none;
	color: #3E6816;
}
#menu ul ul a:hover{
	color: #FE4229 !important;
	background: url("/lib/greatgolfmemories/navbarbullet.gif") no-repeat 5% 30%;
}

#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li{
	border-bottom: 1px solid #464646;
	width: 173px;
	position: relative;
}
#menu ul ul{
	display: none;
	position: absolute;
	background-color: #F5F0B9 !important;
	top: -3px; 
	left: 172px;
	width: 200px;
	border: 1px solid #3E6816;
	border-bottom: 0 !important;
}
#menu ul li:hover ul{display: block;}
#menu ul ul li{
	border-bottom: 1px solid #3E6816;
	width: 200px;
}
