#ProductMenu {
	width: 380px;
	background-color : #F9FBF7;
	top : 0px;
	left : 0px;
	position : absolute;
	z-index : 1000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A7BBCF;
	border-right-color: #8FA3B6;
	border-bottom-color: #8FA3B6;
	border-left-color: #A7BBCF;
	overflow: visible;
	padding: 0px;
	visibility: hidden;
	background-image: url(../image-common/leaf-v-small.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#ProductMenu ul{
	margin: 0px;
	padding: 0px;
	
	}

#ProductMenu li{
	list-style-type: none;
	display: block;
	}
	
	


#ProductMenu a {
	text-decoration: none;
	width: 374px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 2px 0px 2px 6px;
	
}
#Productmenu a:link {}
#Productmenu a:hover {
	background-color: #DDEAD7;
	
}






	

