﻿.MenuGroup{}
.TopMenuItem
 {
   color:#6c2728;
   background-color:#fbcb44;
   font-family:tahoma;
   font-size:14px;
   font-weight:bold; 
   cursor:pointer;
   text-align:center;
 } 
 .TopMenuItemHover
 {
   color:#3F3F3F;
   background-color:#F09D03;
   font-family:tahoma;
   font-size:14px;
   font-weight:bold; 
   cursor:pointer;
   text-align:center;
 } 
.TopMenuItemActive
 {
   color:#3F3F3F;
   background-color:#F09D03;
   font-family:tahoma;
   font-size:14px;
   font-weight:bold; 
   cursor:pointer;   
   text-align:center; 
 }
.TopMenuItemNew
 {
	background-image: url(/skins/Skin_4/images/newsflash.gif); 
   color:#3F3F3F;
   font-family:tahoma;
   font-size:14px;
   font-weight:bold; 
   cursor:pointer;
 }
.MenuItem
{ 	background-color: #ffffff;
	color: #010839;
	font-family: tahoma;
	font-size: 11pt;
	cursor: pointer;
	border-left: solid 2pt #fbcb44;
	border-bottom: solid 1pt #fbcb44;
	border-right:solid 1pt #fbcb44;
	width:165px;
} 
.MenuItemHover
{
    color: #6c2728;
	background-color: #fbcb44;
	font-family: tahoma;
	font-size: 11pt;
	cursor: pointer;
	border-left: solid 2pt #F09D03;
	border-bottom: solid 1pt #F09D03;
	border-right:solid 1pt #F09D03;
	
}
.MenuItemActive
{
    color: #6c2728;
	background-color: #fbcb44;
	font-family: tahoma;
	font-size: 11pt;
	cursor: pointer;
	border-left: solid 2pt #F09D03;
	border-bottom: solid 1pt #F09D03;
	border-right:solid 1pt #F09D03;
}
.MenuItemNew
{
    background-image: url(/skins/Skin_4/images/pulldwncolor.gif); 
	background-color: #ffffff;
	color: #010839;
	font-family: tahoma;
	font-size: 11pt;
	cursor: pointer;
	border-left: solid 2pt #fbcb44;
	border-bottom: solid 1pt #fbcb44;
	border-right:solid 1pt #fbcb44;
}
