BODY
{
	font-size: 10pt;
	margin: 15px 15px 15px 15px;
	color: darkslategray;
	font-family: Times New Roman;
	background-color: white;
	text-decoration: none;
}
BODY A:link
{
    COLOR: royalblue;
    FONT-FAMILY: 'Times New Roman';
    TEXT-DECORATION: underline
}
BODY A:active
{
    COLOR: royalblue;
    FONT-FAMILY: 'Times New Roman';
    TEXT-DECORATION: underline
}
BODY A:visited
{
    COLOR: royalblue;
    FONT-FAMILY: 'Times New Roman';
    TEXT-DECORATION: underline
}
BODY A:hover
{
    FONT-WEIGHT: bolder;
    COLOR: red;
    FONT-FAMILY: Times New Roman;
    TEXT-DECORATION: underline
}
.TopGroup
{
	border-left-color: gray;
	border-bottom-color: gray;
	cursor: hand;
	border-top-style: none;
	border-top-color: gray;
	border-right-style: none;
	border-left-style: none;
	background-color: white;
	border-right-color: gray;
	border-bottom-style: none;
}

.MenuGroup
{
  background-image:url(../user/images/menu/group_background.gif);
  background-color:white;
  border:solid 1px #7E7E81; 
  cursor:hand; 
}

.TopMenuItem
{
    background-image:url(../user/images/menu/top_group_background.gif);
	border-right: white 1px solid;
	border-top: white1px solid;
	font-size: 11px;
	border-left: white 1px solid;
	cursor: hand;
	color: black;
	border-bottom: white 1px solid;
	font-family: tahoma;
	background-color: white;
}

.TopMenuItemHover 
{
  background-image:url(../user/images/menu/item_hover_bg.gif);
  background-color:#E5E6EF; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #7C7C94; 
  cursor:hand; 
}

.TopMenuItemExpanded
{
  background-image:url(../user/images/menu/top_group_background.gif);
  background-color:#E5E6EF; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #7C7C94; 
  border-bottom-color:#BAB9CD; 
  cursor:hand; 
}

.MenuItem
{
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  margin:1px; 
  cursor:hand; 
}

.MenuItemHover 
{
  background-color:#FFEEC2; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #4B4B6F; 
  cursor:hand; 
}

.MenuBreak
{
  background-image:url(../user/images/menu/break_bg.gif);
  width:100%;
  height:1px;
}