﻿.MenuItemTop
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: default; 
	color: #ffffff;
	background-color: #000000;
	background-image: url(/bwWebsite/images/nav-sep.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.MenuItemTopHover 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: default; 
	background-color: #E68F1B;
	color: White;
}

.MenuItemTopExpanded
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: default; 
	background-color: #E68F1B;
	color: White;
}

.MenuItem
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	cursor: default; 
	color: white;
	background-color: #E68F1B;
}

.MenuItemHover 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	cursor: default; 
	background-color: #000000;
	color: #ffffff;
	padding-left: 10px;
}

.MenuItemExpanded
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	cursor: default; 
	background-color: #000000;
	color: White;
	padding-left: 10px;
}

.MenuItemSub
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: default; 
	background-color: #000000;
	color: White;
}

.MenuItemSubHover
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	cursor: default; 
	background-color: #000000;
	color: White;
}