a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.style1 {
	font-family: Sylfaen;
	font-weight: bold;
	font-size: 14px;
}
.style5 {font-size: 12px}


#dropmenudiv{
	position:absolute;
	border:1px solid black;
	color: #000000;
	border-bottom-width: 5;
	font:normal 12px/18px Verdana;
	z-index:100;
	text-decoration: none;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 20px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: normal;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
