DIV.menuDiv
{
	background-color: #333333;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 23px;
	padding-left: 22px;
}

DIV.menu
{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-left: 20px;
	height: 23px;
	padding-top: 5px;
	cursor: pointer;

}
A.menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

DIV.drop
{
	position: absolute;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	z-index: 500;
	left: auto;
	visibility: hidden;
	background-color: #333333;
}

A.navLink
{
	width: auto;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	line-height: 17px;
	padding-right: 7px;
	padding-left: 2px;
}

A.navLink:hover
{
	background-color: #C8CD65;
	color: #666666;
}

A.navLink:active
{
	background-color: #C8CD65;
	color: #333333;
}
