  
.mainDiv
{
  width:130px;
}
.topItem
{
  width:130px;
  height:21px;
  background-image: url(images/nav/box_header.jpg);
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:tahoma;
  font-size:9px;
  line-height:20px;
  text-indent:5px;
  
 
}
.topItem_orphan
{
  width:130px;
  height:45px;
  background-image: url(images/nav/box_header_orphan.jpg);
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:tahoma;
  font-size:9px;
  line-height:20px;
  text-indent:5px;
  
 
}

.topItemOver, .topItem a:hover, .topItem a:visited:hover, .topItem:hover
{

  background-image: url(images/nav/box_header2.jpg);
  text-decoration: none;
  color: white;
  cursor:hand;
   width:130px;
  height:21px;
   font-weight:bold;
  font-family:tahoma;
  font-size:9px;
  line-height:20px;
  text-indent:5px;
 
}
.topItemOver_orphan, .topItem_orphan a:hover, .topItem_orphan a:visited:hover, .topItem_orphan:hover
{

  background-image: url(images/nav/box_header2_orphan.jpg);
  text-decoration: none;
  color: white;
  cursor:hand;
   width:130px;
  height:45px;
   font-weight:bold;
  font-family:tahoma;
  font-size:9px;
  line-height:20px;
  text-indent:5px;
 
}

.dropMenu
{
padding-left:0px;
  
  background-image: url(images/nav/box_bg.jpg);
  border-top:0px solid gray;
  border-left:1px solid #818a89;
  border-right:1px solid black;
  border-bottom:1px solid black;
  }
.dropMenu_orphan
{
padding-left:0px;
  background-image: url(images/nav/box_bg.jpg);
  border-top:0px solid gray;
  border-left:1px solid #818a89;
  border-right:1px solid black;
  border-bottom:1px solid black;
  }
.subMenu
{
   display:none;

}
.subItem
{
   text-align:left;   
   cursor:pointer;
   font-weight:normal;
   text-decoration:none;
   color:white;
   font-family:tahoma;
   font-size:10px;
}

.navItem a
{
   cursor:hand;
   font-weight:bold;
   text-decoration:none;
   color:white;
   font-family:tahoma;
   font-size:10px;
}

.subItem a
{
text-indent:3px;
display:block;
     text-decoration:none;
   color:white;

}

.subItemOver, .subItem a:hover
{

text-indent:3px;
display:block;
   color:#e0e0e0;
   text-decoration:underline;

   
}

.subItemOver  a
{
   color:black;
      font-family:tahoma;
   font-size:10px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


