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

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

  background-image: url(cat_bg2.gif);
  text-decoration: none;
  color: black;
  cursor:hand;
        width:165px;
  height:21px;
   font-weight:bold;
  font-family:tahoma;
  font-size:11px;
  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:165px;
  height:45px;
   font-weight:bold;
  font-family:tahoma;
  font-size:11px;
  line-height:20px;
  text-indent:5px;
 
}

.dropMenu
{
padding-left:0px;
  
background-color:#F0F0F0;
  border-top:0px solid gray;
  }
.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;
        width:165px;
   font-family:tahoma;
   font-size:11px;
   padding:2px;
    border-top:1px solid gray;

}

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

}

.subItem a
{
text-indent:3px;
display:block;
     text-decoration:none;
	background-color:#F0F0F0;	
	color:6580AD;
   padding:3px;

}

.subItemOver, .subItem a:hover
{

text-indent:3px;
display:block;
	background-color:#A9B8CD;
	color:white;
   text-decoration:underline;

   
}

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


.drop
{
}

