﻿.MenuItemTop
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: hand; 
	color: #1e218f;
	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: #cd1118;
	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: #cd1118;
	color: White;
	background-image: url(/bwWebsite/images/nav-red.jpg);
	background-repeat: repeat-x;
}

.MenuItem
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	cursor: hand; 
	color: white;
	background-color: #cd1118;
}

.MenuItemHover 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	cursor: hand; 
	background-color: white;
	color: #cd1118;
	padding-left: 10px;
}

.MenuItemExpanded
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	cursor: hand; 
	background-color: #cd1118;
	color: White;
	padding-left: 10px;
}

.MenuItemSub
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: hand; 
	background-color: #cd1118;
	color: White;
}

.MenuItemSubHover
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: hand; 
	background-color: #cd1118;
	color: White;
	background-image: url(/bwWebsite/images/nav-red.jpg);
	background-repeat: repeat-x;
}
