  
.mainDiv
{
  width:155px;
  text-decoration:none;
}
.topItem, .topItem a, .topItem a:visited, .topItem:visited
{
  width:155px;
  height:19px;
  background-image: url(images/nav/nav_header_bg.jpg);
  text-decoration: none;
  color: black; 
  font-weight:bold;
  font-family:tahoma;
  font-size:11px;
  line-height:20px;
  text-indent:5px;
  
 
}

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

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

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

.subMenu
{
   display:none;

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

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

.subItem a,.subItem a:visited
{
text-indent:5px;
display:block;

     text-decoration:none;
   color:black;

}

.subItemOver, .subItem a:hover
{

text-indent:5px;
display:block;
   color:black;
   text-decoration:underline;


   
}

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


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


