/* menu styles */
.menuItem {
	font-family: Verdana;
	font-size: 9pt;
	background-color: #FFFFFF;
}
.menuItemHighlight {
	font-family: Verdana;
	font-size: 9pt;
	background-color: #008080;
}
a.menuLink {
	color: #B38540;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
}
a.menuLinkNoScript {
	color: #B38540;
	text-decoration: underline;
	white-space: nowrap;
	cursor: pointer;
}
a.menuLinkHighlight {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
}
.navMenu {
	border: 1px solid #CCCCCC;
}