.MenuPlusTD {
	width: 10px;
	cursor: hand;
}

.MenuItemTD
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 8pt;
}


.MenuItem
{
	padding: 1px;
	background: #CBCBCB;
	color: #000000;
	font-weight: bold;
	cursor: hand;
	width: 100%;
}

.MenuItemOver
{
	padding: 1px;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	cursor: hand;
	width: 100%;

}

.MenuItemLink
{
	padding: 1px;
	background: #CBCBCB;
	color: #000000;
	cursor: hand;
	width: 100%;
}

.MenuItemLinkOver
{
	padding: 1px;
	background: #FFFFFF;
	color: #000000;
	cursor: hand;
	width: 100%;
}

.MenuSubItem
{
	font-style: italic;
}

a.MenuLink
{
	text-decoration: none;
	color: #000000;
}
a.MenuLink1
{
	font-style: italic;
	color: #000000;
}
a.Menu
{
	text-decoration: none;
	color: #000000;
}
