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

DIV.spacerDivLeft
{
	width: 00px;
}

DIV.spacerDiv
{
	width: 10px;
}

DIV.spacerDivRight
{
	width: 0px;
}

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

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

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

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

A.menuLink
{
	font-family: tahoma;
	color: #d01d09;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 11px;
}
A.menuLink:hover
{
	color: #000000;
	text-decoration: underline;
}

TD.menuTd
{
	vertical-align: middle;
}