TABLE.dropDownMenuTable
{
	text-align: center;
	font-family: Arial;
	height: 25px;
	/*background-color: #eee4da;*/
	
}

DIV.spacerDivLeft
{
	width: 00px;
}

DIV.spacerDiv
{
	width: 30px;
}

DIV.spacerDivRight
{
	width: 0px;
}

.menuDiv
{
	width:90px;
	text-align: center;
	cursor: pointer;
}

DIV.dropDownMenuDiv
{
	position:absolute;
	/*border:1px solid black;*/
	border-bottom-width: 0;
	font-size: 11px;
	line-height:21px;
	z-index:100;
	text-align: center;
	width:110px;
	background-color: #eee4da;
}

DIV.dropDownMenuDiv A
{
	display: block;
	/*border-bottom: 1px solid black;*/
	text-decoration: none;
	color: #FFFFFF;
}

DIV.dropDownMenuDiv A:hover
{
	color: #222222;
	background-color: transparent;
}

A.menuLink
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
A.menuLink:hover
{
	color: #222222;
	text-decoration: underline;
}

TD.menuTd
{
	vertical-align: middle;
}
