.hiddenMenu{
	width: 150px;
	background-color: #990000;
	white-space: nowrap;
	overflow: hidden;
	visibility: hidden;
	font-size: 10px;
	color: #F2D8D8;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #AAAAAA;
	top: -188px;
	position: absolute;
	z-index: auto;
}
.buttonX{
	overflow: hidden;
	width: 16px;
	height: 16px;
	color: #FFFFFF;
	background-image: url(dropDownButtonOff.gif);
	background-repeat: no-repeat;
}
.buttonX:hover{
	background-image: url(dropDownButtonOn.gif);
}
.menuItem{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	color: #F2D8D8;
	height: 10px;
	text-decoration: none;
	display: table;
	width: 100%;
	padding-left: 5px;
}
.menuItem:hover{
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
}
a.menuItem:visited{
	color: #ECC4C4;
}
.selectPage{
	font-size: 10px;
	color: #F2D8D8;
	background-color: #660000;
	border: 2px groove #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	height: 10px;
}

