  
.topDiv
{

font-weight:bold;
width:557px; 
background: #D6D6B6;


}
.horizMenu
{
/*	padding:10px 0px 5px 0px;*/
	width:279px;
font-weight:bold;
cursor:auto;
}
.textContent
{
	border-left:solid 7px #ffffff;
	 border-right:solid 7px #ffffff;
	  background:#ffffff;

	  color:#313f50;
	  font-family:verdana;
	  font-size:10px;
	  font-weight:bold;
	  
	  text-align:justify;
}
.menuTop
{
  width:557px;


  background: #D6D6B6;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"GOTHIC";
  padding:0 -1px 0 -1px;
 
}


.menuXpand
{
    
}

.menuChild
{
   display:none;
}

.childItem
{
	background: #F0F0E1;
	/*padding-bottom:6px;*/
   width:275px;

   font-weight:bold;
   text-decoration:none;
   color:black;
}

.childItem a
{ 
	width:240px;
   text-decoration:none;
   color:#666633;
  
}

.hoverChildItem
{
width:250px;

   color:blue;
   text-decoration:underline;
   font-weight:bold;
   
}

.hoverChildItem  a
{
	width:240px;
 
}


.eXpand
{
   border-left:10px solid black;
   border-right:1px solid black;	
}

