.MenuGroup
{
	border: solid 1px gray;
	border-right-color: #3F3F3F;
	border-bottom-color: #3F3F3F;
	padding-bottom: 0px;
}

.HomeMenuItem
{
  /*background-image: url(../images/menu/item_bg.gif); */
  background-color: #e5edf4;
  color:#000033;
  font-family:Arial;
  font-size:14px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  height:20px;
  width: 156px;
  text-align: center;
}

.HomeMenuItemHover
{
	/*background-image: url(../images/menu/item_bg_hover.gif); */
	background-color: #e5edf4;
	color: #000033;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px gray;
	border-left-color: white;
	border-top-color: white;
	cursor: pointer;
	height: 20px;
	width: 156px;
	text-align: center;
}

.HomeMenuItemActive
{
  /*background-image: url(../images/menu/item_bg_hover.gif); */
  background-color: #e5edf4;
  color:#000033;
  font-family:Arial;
  font-size:14px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
  height:20px;
  width: 156px;
  text-align: center;
}

.TopMenuItem
{
  /*background-image: url(../images/menu/item_bg.gif); */
  background-color: #e5edf4;
  color:#000033;
  font-family:Arial;
  font-size:14px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  height:20px;
  width: 155px;
  text-align: center;
}

.TopMenuItemHover
{
  /*background-image: url(../images/menu/item_bg_hover.gif); */
  background-color: #e5edf4;
  color:#000033;
  font-family:Arial;
  font-size:14px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  height:20px;
  width: 155px;
  text-align: center;
}

.TopMenuItemActive
{
  /*background-image: url(../images/menu/item_bg_hover.gif); */
  background-color: #e5edf4;
  color:#000033;
  font-family:Arial;
  font-size:14px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
  height:20px;
  width: 155px;
  text-align: center;
}

.MenuItem
{
	/*background-image: url(../images/menu/item_bg.gif);*/
	background-color: #B5C7DE;
	color: #000033;
	font-family: Arial;
	font-size: 14px;
	border: solid 1px gray;
	border-left-color: white;
	border-top-color: white;
	cursor: pointer;
	height:20px;
	width: 155px;
}

.MenuItemHover
{
	/*background-image: url(../images/menu/item_bg_hover.gif);*/
	background-color: #CAD8E8;
	color: #000033;
	font-family: Arial;
	font-size: 14px;
	border: solid 1px gray;
	border-left-color: white;
	border-top-color: white;
	cursor: pointer;
	height: 20px;
	width: 155px;
}

.MenuItemActive
{
  /*background-image: url(../images/menu/item_bg_hover.gif); */
  background-color: #B5C7DE;
  color:#000033;
  font-family:Arial;
  font-size:14px;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
  height:20px;
  width: 155px;
}

