.MenuItem
{
	background-color:#5b6670; 
	color:#FFFFFF;
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	cursor:hand; 
}

.AtMenuItem
{
	background-color:#5b6670; 
	color:#FFFFFF;
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
}

.MenuItemHover 
{
	background-color:#5b6670;
	color:#FFBF3E;
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	cursor:hand; 
}
.LeftMenuItem
{
	background-color:#5b6670; 
	color:#FFFFFF;
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	cursor:hand; 
}
.LeftMenuItemHover 
{
	background-color:#ffcc33;
	color:#FFBF3E;
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	cursor:hand; 
}
.MiddleMenuItem
{
	background-color:#cccccc; 
	color:#FFFFFF;
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	cursor:hand; 
}
.MiddleMenuItemHover 
{
	background-color:#cccccc;
	color:#FFBF3E;
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	cursor:hand; 
}
.ProductMenuItem
{
	background-color:#5b6670; 
	color:#666666;
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	cursor:hand; 
}
.ProductMenuItemHover 
{
	background-color:#5b6670;
	color:#FFBF3E;
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	cursor:hand; 
}
.MedicalBillReviewMenuItem
{
	background-color: Silver; 
	color:#666666;
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	cursor:hand; 
}
.MedicalBillReviewMenuItemHover 
{
	background-color:#5b6670;
	color:#FFBF3E;
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	cursor:hand; 
}
.MenuBreak
{
  background-image:url(/Content/images/menubreak.gif);
  width:100%;
  height:2px;
}