/* Menu Style Sheet */

.Menu
{
	background-color: white;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration : none;
	font-weight: normal;
}

MenuItem,MenuItemSelected,MenuItemActive,MenuItemHover, A:link,A:visited
{
	text-decoration : none;
	color: #0033CC;
}

.MenuItem
{
	cursor: pointer;
	cursor: hand;
	color: #0033CC;
	text-decoration: none;
}

.MenuItemSelected
{
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	color: #0033CC;
        font-weight: bold;
}

.MenuItemActive,A:active
{
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	color: #0033CC;
}

.MenuItemHover,A:hover
{
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;	
	color: #0033CC;
}

.SubMenu
{
	display: none;
	text-decoration: none;
	color: #0033CC;	
}

