

.ContentSubject
{
  color:green;
  font-family: arial,garamond; 
  font-size: 12px; 
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.ContentHeader
{
  TEXT-DECORATION: none; 
  font-family: arial,garamond; 
  font-size: 12px; 
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.ContentBody
{
  font-family: arial,garamond; 
  font-size: 12px; 
  cursor:hand;
}

.Level2Item
{
  font-family: arial,garamond; 
  font-size: 12px; 
  border: 1px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHover
{
  background-color:red;
  font-family: arial,garamond; 
  font-size: 12px; 
  border: 1px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemSelected
{
  color:white;
  font-family: arial,garamond; 
  font-size: 12px; 
  padding-top: 4px; 
  font-weight: bold;
  padding-bottom: 2px; 
  cursor:hand;
}

.Level2Group
{
  background-color:white;
}

.Empty
{
}

.TopGroup
{
  color:White;  
  font-family:arial,garamond;   
  font-size:14px;  
  cursor:default; 
}

.MenuGroup
{
  color:#6699cc;
  font-family:arial,garamond;
  font-size:14px;  
  background-color:White;  
  cursor:default; 
  filter:alpha(opacity=95);
}

.TopMenuItem
{
  border:1px solid #6699cc;
  font-family:arial,garamond;   
  font-size:14px; 
  cursor:default; 
}

.TopMenuItemHover 
{
  color:White;
  background-color:#77AAD9;
  border:1px solid #ffffff;
  font-size:14px;
  cursor:default; 
}

.MenuItem
{
  font-family:arial,garamond; 
  font-size:14px;
  cursor:default;   
}

.MenuItemHover 
{
  color:White;
  background-color:#77AAD9;
  font-family:arial,garamond;   
  font-size:14px;
  cursor:default; 
}

.MenuItemExpanded
{
  font-family:arial,garamond; 
  font-size:14px;
  cursor:default; 
   
}

.HR_Left
{
  background-color: Black; 
  filter:alpha(opacity=0, finishopacity=100, style=1, startx=0, starty=0, finishx=270, finishy=270);
  width:100%;
  border: border-width=0;
  height:3px;
}

.HR_Right
{
  background-color: Black; 
  filter:alpha(opacity=100, finishopacity=0, style=1, startx=0, starty=0, finishx=140, finishy=270);
  width:100%;
  height:3px;
}




