.DefaultMenu
{
	text-transform: uppercase;
	cursor: hand;
	color: #acacac;
	font-weight: bold;
	border: none;
	background-image: url(/bwWebsite/images/nav-sep.jpg);
	background-repeat: no-repeat;
	background-position: 10% 1%;
	vertical-align: top;
}

.DefaultMenuHover
{
	text-transform: uppercase;
	cursor: hand;
	color: #036da7;
	font-weight: bold;
	border: none;
	background-image: url(/bwWebsite/images/nav-sep.jpg);
	background-repeat: no-repeat;
	background-position: 10% 1%;
	vertical-align: top;
	border: none;
}

.ChildMenuItem
{
	text-transform: uppercase;
	cursor: hand;
	color: white;
	font-weight: bold;
	background-color: #acacac;
	padding: 0px;
}

.ChildMenuItemHover
{
	text-transform: uppercase;
	cursor: hand;
	color: white;
	font-weight: bold;
	background-color: #036da7;
}

.ChildMenuItemExpanded
{
	text-transform: uppercase;
	cursor: hand;
	color: #036da7;
	font-weight: bold;
}

.SelectedItem
{
	text-transform: uppercase;
	cursor: hand;
	color: #036da7;
	font-weight: bold;
	background-image: url(/bwWebsite/images/nav-sep.jpg);
	background-repeat: no-repeat;
	background-position: 10% 1%;
	padding-top: 5px;
}

.SelectedItemTest
{
	text-transform: uppercase;
	cursor: hand;
	color: #036da7;
	font-weight: bold;
}

.TopGroup
{
	text-transform: uppercase;
	cursor: hand;
	color: #acacac;
	font-weight: bold;
	border: none;
}

.SubGroup
{
	text-transform: uppercase;
	cursor: hand;
	color: white;
	font-weight: bold;
	background-color: #acacac;
	padding: 5px;
	background-image: none;
}

.SubGroup2
{
	text-transform: uppercase;
	cursor: hand;
	color: white;
	font-weight: bold;
	background-color: #acacac;
	padding: 5px;
	background-image: none;
}

img
{
	border: none;
}
