/* Menu Style Sheet */

.Menu
{
	background-color: WHITE;
	font-family: Verdana;
	cursor: pointer;
	font-size: 12px;
	color : Black;	
}

MenuItem,MenuItemSelected,MenuItemActive,MenuItemHover, A:link,A:active,A:hover,A:visited
{
	text-decoration : none;
	color : Black;
}

A:hover
{
	text-decoration : underline;
}

A:active
{
	color : #132FA3;
}



.MenuItem
{
	cursor: pointer;
	cursor: hand;
	background-color: inherit;	
}

.MenuItemSelected
{
	cursor: pointer;
	cursor: hand;
	background-color: WHITE;
	color : #7898B5;
}

.MenuItemActive
{
	cursor: pointer;
	cursor: hand;
	background-color: WHITE;
}

.MenuItemHover
{
	cursor: pointer;
	cursor: hand;
	background-color: WHITE;
	text-decoration : underline;
}

.SubMenu
{
	display: none;
}

