.TopGroup
{
	/*background colour & border of main navigation*/
  background-color:#F7F7F7;
  border:1px solid #FFFFFF; 
}

.Group
{
/* background colour and border of expanded navigation*/
  background-color:#FFFFFF;
  border:solid 1px #EBEBEB; 
}

.Item
{
  /*font colour, border of each navigation item.  if you set a 
background for this style then it will overwrite the topgroup and
group background colours*/
  font-family:Tahoma; 
  font-size:8pt; 
  border:solid 1px #FFFFFF; 
  cursor:pointer;
  color:#666666;
  /*font-weight:bold;*/
}


.ItemH
{
/* the style for mouse overs*/
  background-color:#E8EFF8; 
  color:#0066CC; 
  /*font-weight:bold;*/
  font-family:Tahoma; 
  font-size:8pt; 
  border:solid 1px #DDDDDD; 
  cursor:pointer;
}


.ItemExp
{
/* style for the active menu item*/
  background-color:#DDDDDD; 
  color:gray; 
  /*font-weight:bold;*/
  font-family:Tahoma; 
  font-size:8pt; 
  border:solid 1px #DDDDDD; 
  cursor:pointer;
}
