
.Empty
{
}

    
.GridNav
{
    font-family:Arial;
    font-size:12px; 
    color:#FF0000;
    font-weight:bold;
    }
    
.Level2Group
{
  background-color:white;
}

.Level2Item
{
  color:White;
  background-color:#9A0000;
  font-family: Arial; 
  font-size: 13px; 
  border: 0px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:0px;
  padding-left: 10px; 
  cursor:pointer;
  	height:20px;
 
}

.Level2ItemHover
{
  color:White;
  background-color:#CC0001;
  font-family: Arial;
  font-size: 13px; 
  border: 0px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:0px;
  padding-left: 10px; 
  cursor:pointer;
    	height:20px;

}

.Level2ItemSelected
{
  color:White;
  background-color:#CC0001;
  font-family: Arial;
  font-weight:bold; 
  font-size: 13px; 
  border: 0px solid #CCCCCC;
  border-right-color:white;
  border-bottom-color:white;
  padding:0px;
  padding-left: 10px; 
  cursor:pointer;
    	height:20px;

}

.NavBar
{
	border-style:solid; 
	border-width:1px;
	border-color:#666666;
	border-left-width:0px;
	border-top-width:1px;

} 

.PageLink
{
    font-size:11px;
    font-family:Arial;
    color:Red;
}

.TopItem
{
	color:white;
  font-family: Arial; 
  font-size: 12px; 
  font-weight: bold;
	border-style:solid; 
	border-width:1px;
	border-color:#666666;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	width:198px;
	height:40px;   
	cursor:pointer;
	
  
}

.TopItemActive
{
  color:White;
  font-family: Arial; 
  font-size: 12px; 
  font-weight: bold;
  border: 0px solid #8C8C8C;
  background-color:#172849;
  cursor:pointer;
  	width:198px;
	height:40px;
}

.TopItemHover
{
	color:white;
  font-family: Arial; 
  font-size: 12px; 
  font-weight: bold;
    background-color:#172849;
	width:198px;
	height:40px;   
	cursor:pointer; 

}


#TopSearch
{
 position: absolute; 
 left: 750px; 
 top: 0px; 
 padding: 1em; 
 font-family: Arial;
 font-size:10px;
 color:White;  

}

.InputText
{
    height: 15px;
	width: 	120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	position:relative;
	top:-5px;
	
	border: 0px;   
}

.InputButton
{
    padding-top:20px;
}