﻿.MenuItemTop
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:black;
	font-weight:bold;
	cursor:default; 
	border-top:5px solid #ffffff;
	
}

.MenuItemTopHover 
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#b92234;
	font-weight:bold;
	cursor:default;
	border-top:5px solid #b92234;
	padding: 0 9px 0 9px;
}
 
.MenuItemTopExpanded
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#b92234;
	font-weight:bold;
	cursor:default; 
}
.MenuItem
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #ffffff;
	font-weight: normal;
	cursor: default;
	background-color:#919497;
	
}

.MenuItemHover 
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #ffffff;
	background-color:#bbbdc0;
	font-weight: normal;
	cursor: default;
	
}

.MenuItemExpanded
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #ffffff;
	background-color:#bbbdc0;
	font-weight: normal;
	cursor: default;
	
}
.blank
{
	color:#bbbdc0;
	border-right:1px solid Black;
	
}