﻿/* Top Menu */


.TopMenuGroup
{
	text-align:left;
	margin-left:10px;
	float:left;
	padding-top:5px;
}

.MenuGroup
{
	border-top:1px solid white;
}

.TopMenuItem
{

  color:white;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  cursor:hand;
  text-align:center;
  height:25px;
  cursor:hand;
  cursor:pointer;
  vertical-align:middle;
}

.MenuArea .TopMenuGroup:hover
{
  background-color:#0f9c8c; 
  

}

.MenuItem
{
  background-color:#036B92;
  color:white;
  font-family:Verdana;
  font-size:.7em;
  border-bottom:1px solid white;
  cursor:pointer;
}

.MenuItemHover
{
  background-color:#EEEEEE;
  color:#285D9F;
  font-family:Verdana;
  font-size:.7em;
  border-bottom:1px solid white;
  cursor:pointer;
}
