
.SiteColor {
	background-color: rgba(45, 170, 226, 1);
	background-image:none!important;
}
.SiteFontColor {
	color: rgba(45, 170, 226, 1);
}

.NavBar
{
  background-color:white; 
  border :1px solid #4a4a4c;
  cursor: default; 
  vertical-align:top ; 
} 

.TopItem
{
  color: #FFFFFF;
  font-family: Arial; 
  font-size: 12px; 
  font-weight: bold;
  padding-left:2px; 
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:pointer;
  border:1px solid white;
  height:30px;
}

.TopItemHover
{
  color: black;
  background:#FFFFFF;
  font-family:Arial; 
  font-size: 12px; 
  font-weight: bold;
  cursor:pointer;
  height:30px;
}

.Level2Item
{
  font-family: Arial; 
  font-size: 12px; 
  font-weight :bold;
  cursor:pointer;
  background-color:white; 
  
}

.Level2ItemHover
{
  font-family: Arial; 
  font-size: 12px; 
  font-weight:bold; 
  cursor:pointer;
}

.Level2Group {
	background-color: white;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 0px;
}

.Empty
{
	
}

.SelectedItem
{
  font-family: Arial; 
  font-size: 12px; 
  font-weight:bold; 
  cursor:pointer;
  color:White;
  font-weight :bold; 
  border:1px solid white;   

}
