.nav_column	{	 width:210px; padding:0 0 0 45px;	}

.mainDiv
{
  width:210px;
  font-weight:bold;
  border-bottom:1px solid #776a67;
  margin-top:4px;
}

.topItem
{
  width: 165px;
  height: 15px;
  color: #FFF;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  height: 15px;
  width: 165px;
  color: #FFF;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  height: 15px;
  width: 165px;
  color: #FFF;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  height: 15px;
  width: 165px;
  color: #666;
  cursor:pointer;
}


.dropMenu
{
  color: #FFF;
  filter:alpha(opacity=100);
  padding:4px 0;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   text-decoration:none;
   color: #FFF;
   
}

.subItem a
{
   margin-left:23px;
   text-decoration:none;
   color: #FFF;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   color: #CCC;
}

.subItemOver  a
{
   margin-left:23px;
   cursor:pointer;	
   color: #CCC;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{	
}