.menuStyle
{
	z-index:999;
	display: block;
	font-weight: bold;
	font-size: 14pt;
	cursor: default;
	font-family: TheSans 5, Arial, sans-serif;
	position:relative;
	background-color: white;
	width:760px;
	text-align:center;
}
.menuStyle2
{
	z-index:999;
	display: block;
	font-weight: bold;
	font-size: 14pt;
	cursor: default;
	font-family: TheSans 5, Arial, sans-serif;
	position:absolute;
	top: 28px;
	left: 270px;
	background-color: white;
	width:520px;
	text-align:center;
}
.subMenuItem
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	font-weight: normal;
	border-left: #cccccc 1px solid;
	cursor: default;
	border-bottom: #cccccc 1px solid;
	font-family: TheSans 5, Arial, sans-serif;
	font-weight: bold;	
	background-color: white;
	width:130px;
}

.mouseOver
{
	color: #81C3CF;
	vertical-align:bottom;
}