﻿.MenuItemTop
{
	font-family: Verdana;
	font-size: 14px; 
	cursor: default; 
	color: #67686b;
	font-weight: bold;
	background: transparent;
}

.MenuItemTopHover 
{
	font-family: Verdana; 
	font-size: 14px; 
	cursor: default; 
	font-weight: bold;
	/*background-image: url(/bwWebsite/images/header-bg.jpg);*/
	background-color: #929397;
	color: White;
}

.MenuItemTopExpanded
{
	font-family: Verdana; 
	font-size: 14px; 
	cursor: default; 
	/*background-image: url(/bwWebsite/images/header-bg.jpg);*/
	background-color: #929397;
	font-weight: bold;
	color: White;
}

.MenuItem
{
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold;
	cursor: default; 
	color: white;
	background-color: #929397;
}

.MenuItemHover 
{
	font-family: Verdana; 
	font-size: 12px; 
	cursor: default; 
	font-weight: bold;
	background-color: #f793c5;
	color: white;
	padding-left: 10px;
}

.MenuItemExpanded
{
	font-family: Verdana; 
	font-size: 12px; 
	cursor: default; 
	font-weight: bold;
	background-color: #f793c5;
	color: White;
	padding-left: 10px;
}