﻿#dropmenudiv{
	position: absolute;
	border: 1px #008080 solid;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	color: #008080;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #008080 solid;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #008080;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFEE6;
}
.pagehead {
	text-align: center;
	font-size: large;
	color: #008080;
	font-weight: bold;
}
.menu {
	color: #008080;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.smallright {
	text-align: right;
	font-size: xx-small;
}

