@charset "UTF-8";
/* CSS Document */

.NavBar

{

  background-color:White; 

  border: 0px solid black; 

  padding: 0px;

  padding-bottom: 0px;

  cursor: default; 

} 



.TopItem

{

  color:Black;

  background-image: url(/Solomon/Include/ComponentArt/Images/item_bg.gif);

  font-family: tahoma, verdana; 

  font-size: 11px; 

  font-weight: bold;

  border-top: 1px solid #7C7C94;

  border-bottom: 1px solid #7C7C94;

  border-bottom-color:#9593B2;

  padding-top: 4px; 

  padding-bottom: 2px; 

  cursor:hand;

}



.TopItemHover

{

  color:black;

  background-image: url(/Solomon/Include/ComponentArt/Images/item_expanded_bg.gif);

  font-family: tahoma, verdana; 

  font-size: 11px; 

  font-weight: bold;

  border-top: 1px solid #7C7C94;

  border-bottom: 1px solid #7C7C94;

  border-bottom-color:#9593B2;

  padding-top: 4px; 

  padding-bottom: 2px; 

  cursor:hand;

}



.TopItemExpanded

{

  background-image: url(/Solomon/Include/ComponentArt/Images/item_expanded_bg.gif);

  font-family: tahoma, verdana; 

  font-size: 11px; 

  font-weight: bold;

  border: 1px solid #7C7C94;

  border-bottom-color:#9593B2;

  padding-top: 4px; 

  padding-bottom: 2px; 

  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:white;

  background-image: url(/Solomon/Include/ComponentArt/Images/group_bg.gif);

  border-top-color: #F0F1F5;

  padding:5px;

  padding-bottom:10px;

}



.Empty

{

}
