.TopGroup
{
  border-style:none;
  cursor:default; 
}
.MenuGroup
{
  background-color: #eace8f;
  border-width:0px;
  //border-color:#F7E9C9;
  border-style:solid;
  cursor:pointer;
  //xfilter:progid:DXImageTransform.Microsoft.Alpha(opacity=95, finishopacity=95, style=0);
}
.TopMenuItem
{
  background-color:#eace8f;
  color:#666666;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  border-style:none;
  padding:1px;
  cursor:pointer;
  width: 157px;
  height:18px;
  margin-bottom:5px;
  text-align:center;
}
.TopMenuItemOver 
{
  background-color:#F7E9C9;
  color:#666666;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  border-style:none;
  padding:1px;
  cursor:pointer;
  width: 157px;
  height:18px;
  margin-bottom:5px;
  text-align:center;
}
.TopMenuItemExpanded
{
  background-color:#F7E9C9;
  color:#666666;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  border-style:none;
  padding:1px;
  cursor:pointer;
  width: 157px;
  height:18px;
  margin-bottom:5px;
  text-align:center;
}
.MenuItem
{
  color:#666666; 
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px; 
  height:16px;
  cursor:pointer;
  background-color: #eace8f;
  margin-bottom:5px;
}
.MenuItemAct
{
  color:#666666; 
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  height:16px;
  cursor:pointer;
  background-color: #F7E9C9;
  margin-bottom:5px;
}
.MenuItemExpanded
{
  color:#666666; 
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  height:16px;
  cursor:pointer;
  background-color: #F7E9C9;
  margin-bottom:5px;
}
.MenuItemOver
{
  color:#666666; 
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px; 
  height:16px;
  cursor:pointer;
  background-color: #F7E9C9;
  margin-bottom:5px;
}
.MenuBreak
{
  margin-left:30px; 
}
.TopSeparator
{  
	margin-left:0px;
}

.menu1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #666666;
	text-decoration : none;
}

.menu1:HOVER
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #666666;
	text-decoration : none;
}

.menu1active
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

.menu1active:HOVER
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

