﻿.MenuItemTop
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal;
	cursor: hand; 
	color: #008dd6;
	background-color: #ffffff;
	background-image:  url(/bwWebsite/images/nav-dots.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 26px;
	text-transform: none;
}

.MenuItemTopHover 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal;
	cursor: hand; 
	background-color: #ffffff;
	color: #ff963c;
	background-image:  url(/bwWebsite/images/nav-dots.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-transform: none;
	height: 26px;
}


.MenuItemTopExpanded
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal;
	cursor: hand;
	background-color: #ffffff;
	color: #ff963c;
	background-image:  url(/bwWebsite/images/nav-dots.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-transform: none;
	height: 26px;
}

.MenuItemTopActive
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal;
	cursor: hand; 
	background-color: #ffffff;
	color: #ff963c;
	background-image:  url(/bwWebsite/images/nav-dots.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-transform: none;
	height: 26px;
}

.MenuItem
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	cursor: hand; 
	color: Black;
	background-color: #EEEEEE;
	background-image: url(/bwWebsite/images/orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: 20% 50%;
	border-bottom: 1px solid white;
	text-transform: none;
	font-weight: normal;
	height: 26px;
}

.MenuItemHover 
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	cursor: hand; 
	background-color: #ff963c;
	color: Black;
	border-bottom: 1px solid white;
	text-transform: none;
	font-weight: normal;
	height: 26px;
}

.MenuItemExpanded
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	cursor: hand; 
	background-color: #ff963c;
	border-bottom: 1px solid white;
	color: Black;
	text-transform: none;
	font-weight: normal;
	height: 26px;
}

.MenuItemActive
{
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	cursor: hand; 
	background-color: #ff963c;
	color: Black;
	text-transform: none;
	border-bottom: 1px solid white;
	font-weight: normal;
	height: 26px;
}

.NavBar
{
	padding-left: 0px;
}