﻿.NavBar
{
  background-image: url(../images/ParentSpace.jpg);
  /*background-color: #708090; 
  border: 1px solid #000000; 
  padding: 2px;
  padding-bottom: 1px;*/
  cursor: default; 
  
} 

.TopItem
{
  color: #FFFFFF;
  background-color: #708090; 
  font-family: Arial, tahoma, verdana;
  font-size: 18px; 
  font-weight: bold;
  
  /*border:1px solid #696885; 
  border-bottom-color: #57566F; 
  border-right-color: #57566F; 
  padding-top: 4px; 
  padding-bottom: 2px; */
    
  cursor:hand;
  
}

.TopItemHover
{
  /*color: #FFFFFF;
  
  background-color: #8E8DA9; 
  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: Arial, tahoma, verdana; 
  background-color: #E2E6E9;
  font-size: 11px; 
  font-weight: bold;
  color:#663333;
  /*padding-left: 17px; */
    
  height:20px;
  cursor:hand;
}

.Level2ItemHover
{
  /*font-family: Arial,tahoma, verdana; 
  background-color: #E2E6E9;
  font-size: 11px; 
  font-weight: bold;
  color:#663333;
  /*padding-left: 17px;
  height:20px;
  cursor:hand;*/
}

.Level2Group
{
	
	padding-top:4px;
	padding-bottom: 2px;
	/*padding-bottom: 2px;
	padding-top:4px;
	background-image: url(images/ChildSpace.jpg);
  background-image: url(images/ParentSpace.gif);
  /*background-color:white;
  
  border-top-color: #F0F1F5;
  padding:10px;
  padding-left:10px;
  padding-right:0px;*/
}

.Empty
{
}
.MenuPSeprator
{
	background-image: url(images/ParentSpace.jpg);
	background-repeat:repeat-y;
    width:170px;
    height:4px;
}

