.TopGroup
{
  cursor:default;
 }

.MenuGroup
{
  cursor:default; 
  background-color:#fff9fe;
 }

.TopMenuItem
{
  color:Red; 
  background-color:#fff9fe;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.TopMenuItemHover 
{
  color:Red; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  text-decoration:underline;
}

.MenuItem
{
  background-color:#fff9fe;
  color:Red;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  text-decoration:underline;
}

.MenuItemHover 
{
  color:Red;
  background-color:#fff9fe;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.MenuBreak
{
  background-image:url(images/break_bg.gif);
  width:100%;
  height:2px;
}

a.leftmenu:link
{
	color: Red;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
a.leftmenu:active
{
	color: Red;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
a.leftmenu:visited
{
	color: Red;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
a.leftmenu:hover
{
	color: Red;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}