
a:link {
	text-decoration: none;
}
 

#dropmenudiv{
	background-color: #a4cbb6;
	position:absolute;
	font-family: Arial;
	font-size: 90%;
	line-height:1.2em;
	z-index:100;
	border-right-width: 13px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a4cbb6;
	border-bottom-color: #3D7C66;
	border-left-color: #3D7C66;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: -6px;
}

#dropmenudiv a{
	background-color: #a4cbb6;
	width: 100%;
	display: block;
	/*  text-indent: 8px; */  
	border-bottom: 0px solid black;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	font-weight: normal;
	color: #555555;
	border-top: 1px dashed #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #81a090;
}

#submenudiv a:hover{ /*hover background color*/
	background-color: #81a090;

}

#submenudiv{	
	font-size: 80%;
	font-family: arial;
	text-align: left;
	position:absolute;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
}

#submenudiv a{
	background-color: #FFFFFF;	
	width: 100%;
	display: block;
	/*  text-indent: 8px; */  
	padding: 3px 0;
	padding-left: 8px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #555555;
	border-top: 1px solid #FFFFFF;
}
