TABLE.dropDownMenuTable
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

DIV.spacerDivLeft
{
	width: 2px;
	height: 21px;
}

DIV.spacerDiv
{
	width: 0px;
	height: 21px;
	border-right:1px solid black;
}

DIV.spacerDivRight
{
	border-left:1px solid black;
	width: 0px;
	height: 21px;
}

DIV.menuDiv
{
	width:97px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
	line-height:21px;
}

DIV.dropDownMenuDiv
{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:21px;
	z-index:100;
	text-align: center;
	width:126px;
	background-color: white;
}

DIV.dropDownMenuDiv A
{
	display: block;
	border-bottom: 1px solid black;
	text-decoration: none;
	font-weight: bold;
	color: #173857;
}

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

A.menuLink
{
	color: #173857;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

A.menuLink:hover
{
	color: #BB6107;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
