﻿.NavBar
{ 
  background-color:white; 
  border: 0px solid white; 
  padding: 7px;
  padding-top: 13px;
  cursor: default; 
} 

.TopItem
{
  background-image: url(imagenes/top_level_bg.png);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  color:#6E6E6E;  
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:150px;
  cursor:hand;
}

.TopItemHover
{
  color:Gray;
  background-image: url(imagenes/top_level_bg.png);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;  
  color:#6E6E6E;
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:150px;
  cursor:hand;
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px;   
  cursor:hand;
}

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  cursor:hand;
}

.Level2Group
{
  background-color:#EFEFEF;
  padding-top:10px;
  border: 0px;    
  width:148px;
}

.Empty
{
}


