/* CSS Document */

.HMenuItem TD, .HMenuItem A
{
	font-weight: bold;
	color: White;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-family: Verdana; 
	font-size: 10pt;
}

.HMenuItemHide TD, .HMenuItemHide A
{
	font-weight: bold;
	color: #006699;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-family: Verdana; 
	font-size: 10pt;
}

.HMenuItem A:hover
{
	font-weight: bold;
	color: #ffcc00;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-family: Verdana; 
	font-size: 10pt;
}

.MenuItem TD, .MenuItem A
{
	font-weight: bold;
	color: White;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.MenuItem A:hover
{
	font-weight: bold;
	color: #ffcc00;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}