﻿.MenuItemTop
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 13px; 
	cursor: default; 
	color: #d73087;
	background-color: #ffffff;
	background-image:  none;
	background-repeat: no-repeat;
	background-position: 10% 50%;
	border-bottom: 1px dotted black;
	height: 26px;
	text-transform: none;
}

.MenuItemTopHover 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 13px; 
	cursor: default; 
	background-color: #d73087;
	color: #ffffff;
	background-image: url(/bwWebsite/images/nav-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10% 50%;
	border-bottom: 1px dotted black;
	text-transform: none;
	height: 26px;
}


.MenuItemTopExpanded
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 13px; 
	cursor: default; 
	font-weight: bold;
	background-color: #ffffff;
	color: #d73087;
	background-image: url(/bwWebsite/images/nav-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10% 50%;
	border-bottom: 1px dotted black;
	text-transform: none;
	height: 26px;
}

.MenuItemTopActive
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 13px; 
	cursor: default; 
	background-color: #d73087;
	color: #ffffff;
	background-image: url(/bwWebsite/images/nav-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10% 50%;
	border-bottom: 1px dotted black;
	text-transform: none;
	height: 26px;
}

.MenuItem
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 13px; 
	cursor: hand; 
	color: #d73087;
	background-color: #FAE5EC;
	border-bottom: 1px solid white;
	text-transform: none;
	font-weight: normal;
	height: 26px;
}

.MenuItemHover 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 13px; 
	cursor: default; 
	background-color: #d73087;
	color: #ffffff;
	background-image: url(/bwWebsite/images/nav-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10% 50%;
	border-bottom: 1px solid white;
	text-transform: none;
	height: 26px;
}

.MenuItemExpanded
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 13px; 
	cursor: default; 
	background-color: #d73087;
	color: #ffffff;
	background-image: url(/bwWebsite/images/nav-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10% 50%;
	border-bottom: 1px solid white;
	text-transform: none;
	height: 26px;
}

.MenuItemActive
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 13px; 
	cursor: default; 
	background-color: #d73087;
	color: #ffffff;
	background-image: url(/bwWebsite/images/nav-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10% 50%;
	border-bottom: 1px solid white;
	text-transform: none;
	height: 26px;
}