
a:link {text-decoration: none; color: #6699CC}     /* unvisited link */
a:visited {text-decoration: none; color: #6699CC}  /* visited link */
a:hover {text-decoration: none; color: #99cc66}   /* mouse over link */
a:active {text-decoration: none; color: #676767}   /* selected link */

#dropmenudiv{
position:absolute;
background-color: #CED7D4;
border:0px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:13px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 9px;
	border-bottom: 0px solid black;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

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