.Level1TabGroup
{
  z-index:105;
  background-image:url(../images/Bar_Menu.gif);
  background-repeat:no-repeat;
  cursor:default;
  margin-left:0px;
  height:25px;
}

.Level1TabBreak
{
  background-color:#FFFFFF;
  cursor:default;
  width: 2px;
}

.Level1Tab
{
  color:#333333;
  font-family:verdana; 
  font-size:10px;
  font-weight:bold;
  padding:4px;
  padding-left:20px;
  padding-right:20px;
  cursor:hand;
  border:1px;
  border-style:solid;
  border-color:#333333;
}

.Level1TabOver 
{
  background-image:url(../images/Bar_MenuOver.gif);
  color:#000000; 
  font-family:verdana; 
  font-weight:bold;
  font-size:10px; 
  text-decoration:underline;  
  padding:4px;
  padding-left:20px;
  padding-right:20px;
  cursor:hand;
  border:1px;
  border-style:solid;
  border-color:#000000;
}

.Level1TabSelected 
{          
  text-decoration:underline;  
  background-image:url(../images/Bar_MenuSelect.gif);
  color:#333333;
  font-family:verdana; 
  font-weight:bold;
  font-size:10px;   
  text-decoration:underline;     
  padding:4px;
  padding-left:20px;
  padding-right:20px;
  cursor:default;
  border:1px;
  border-style:solid;
  border-color:#333333;
  }

.Level1TabSelectedOver
{
  background-image:url(../images/Bar_MenuSelect.gif);
  color:#666666;
  font-family:verdana; 
  font-size:11px; 
  border:1px;
  border-style:solid;
  padding:4px;
  padding-left:20px;
  padding-right:20px;
  cursor:default;
}

.Level2TabGroup
{
  z-index:100;
  background-color:#FFFFFF;
  cursor:default;
  margin-left:0px;  
  height:25px;  
  padding-left:10px;    
}

.Level2Tab
{
  color:#333333;
  font-family:verdana; 
  font-size:9px; 
  cursor:hand;
  height:25px;
  vertical-align:middle;
  font-weight:bold;
  }

.Level2TabOver
{
  color:Red;
  font-family:verdana; 
  font-size:9px; 
  text-decoration:underline;  
  cursor:hand;
  height:25px;
  vertical-align:middle;
  font-weight:bold;
}

.Level2TabSelected
{
  color:Red;
  font-family:verdana; 
  font-size:9px; 
  text-decoration:underline;  
  cursor:hand;    
  height:25px; 
  vertical-align:middle;
  font-weight:bold;
}

.Level2TabSelectedOver
{
  color:#666666;
  font-family:verdana; 
  font-size:10px; 
  cursor:default;
  height:25px;
  vertical-align:middle;
}


