﻿.MenuItemTop
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:Black;
	font-weight:bold;
	cursor:default; 
	border-top: 1px solid #898989;
}
.MenuItemTopFirst
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:Black;
	font-weight:bold;
	cursor:default; 
	border-top: none;
}
.MenuItemTopLast
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:Black;
	font-weight:bold;
	cursor:default; 
	border-bottom: none;
	border-top: 1px solid #898989;
}
.MouseOver
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:Black;
	font-weight:bold;
	cursor:default;
	
}


.MenuItemTopHover 
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:white;
	font-weight:bold;
	cursor:default;
	background-image:url(/bwWebsite/images/navigation-hover.jpg);
	background-repeat:no-repeat;	
	border-top: 1px solid white;
}
 
.MenuItemTopExpanded
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:white;
	font-weight:bold;
	cursor:default;
	background-image:url(/bwWebsite/images/navigation-hover.jpg);
	background-repeat:no-repeat;	
	border-top: 1px solid white;
}
.MenuItem
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:white;
	font-weight:bold;
	cursor:default; 
	background-color:#ce1729;
}

.MenuItemHover 
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:white;
	font-weight:bold;
	cursor:default;
	background-color:#ec1b2f;
	
}

.MenuItemExpanded
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:white;
	font-weight:bold;
	cursor:default;
	background-color:#ec1b2f;
}

.PhilIsGood
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: Red;
	font-weight:bold;
	cursor:default; 
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
}