.MenuItemTop
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: hand; 
	color: #004F80;
	background-color: #c5c5c5;
	background-image: url(/bwWebsite/images/nav-grey.jpg);
	background-repeat: repeat-x;
}

.MenuItemTopHover 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: default; 
	background-color: #EB841B;
	color: White;
	background-image: url(/bwWebsite/images/nav-red.jpg);
	background-repeat: repeat-x;
}

.MenuItemTopExpanded
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: hand; 
	background-color: #E98219;
	color: White;
	background-image: url(/bwWebsite/images/nav-red.jpg);
	background-repeat: repeat-x;
}

.MenuItem
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	width: 117px;
	cursor: hand; 
	color: white;
	background-color: #E98219;
}

.MenuItemHover 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	cursor: hand;
	width: 117px; 
	background-color: white;
	color: #004F80;
	padding-left: 10px;
}

.MenuItemExpanded
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	cursor: hand; 
	width: 117px;
	background-color: #E98219;
	color: White;
	padding-left: 10px;
}

.MenuItemSub
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: hand; 
	background-color: #E98219;
	color: White;
}

.MenuItemSubHover
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: hand; 
	background-color: #E98219;
	color: White;
	background-image: url(/bwWebsite/images/nav-red.jpg);
	background-repeat: repeat-x;
}