﻿.TopGroup
{
  background-color:#669900;
    border:black;
}

.MenuGroup
{
  background-color:White;
}

.TopMenuItem
{
  background-image: url(../Images/menu/item_bg_sub.gif); 
  background-color:#669900;
  color:White;
  font-family:Tahoma;
  font-size:11px;
  font-weight:bold; 
  width:160px;
  height:22px;
  cursor:pointer;
  text-align:center
}

.TopMenuItemHover
{
	background-image: url(../Images/menu/item_bg_hover_sub.gif); 
    background-color:#669900;
	color:Maroon ;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	width:160px;
	height: 22px;
	cursor: pointer;
	text-decoration: underline;
    text-align:center
}

.MenuItem
{
  background-image:url(../Images/menu/item_bg_sub.gif);
  background-color:#669900;
  /*background-color:White;*/
  color:Black ;
  font-family:Tahoma;
  font-size:10px;
  cursor:pointer;
  width:160px;
  height: 22px;
  text-align:center
}

.MenuItemHover 
{
  background-image: url(../Images/menu/item_bg_hover_sub.gif); 
  background-color:#669900;
  color:Maroon ;
  font-family:Tahoma ;
  font-size:10px;
  cursor:pointer;
  width:160px;
  height: 22px;
  text-align:center
}

.MenuBreak
{
 background-image:url(../Images/menu/LineBetween.gif);
 width:160px;
}

.TopHeader
{
	font-family:Comic Sans MS,Tahoma ;
	color:Blue ;
}

.TopSubMenuItem
{  
  background-color:#669900;
  font-family: Tahoma;
  font-size:10px;
  font-weight:normal ;
  width:160px;
  text-align:center
 }
 
.TopSubMenuItemHover
{
  background-color:#D1E0CB;
	color: Maroon;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	text-decoration: underline;
	width:160px;
    text-align:center
}

.SiteMap
{
    background-color:#D1E0CB;
	color: #666666;
	font-family: Tahoma,verdana;
	font-size: 10px;
	font-weight: bold;
}
