.navbar
{
}  

.mainDiv
{
  width:210px;
}

.topItem
{
  text-indent:40px;
  margin-left:15px;
  font: 14px verdana;
  letter-spacing: 0;
  background: url("../images2/hover3.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 195px;
  height: 35px;
  line-height: 44px;
  color: white;
  cursor:pointer;
}

.topItemOver
{
  text-indent:40px;
  margin-left:15px;
  font: 14px verdana;   
  letter-spacing: 0;
  background: url("../images2/hover3.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 35px;
  line-height: 44px;
  width: 195px;
  color: white;
  cursor:pointer;
}

.topItemClose
{
  text-indent:40px;
  margin-left:15px;
  font: 14px verdana;
  letter-spacing: 0;
  background: url("../images2/hover.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 35px;
  line-height: 44px;
  width: 195px;
  color: white;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:40px;
  margin-left:15px;
  font: 14px verdana;
  letter-spacing: 0;
  background: url("../images2/hover.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 35px;
  line-height: 44px;
  width: 195px;
  color: white;
  cursor:pointer;
}



.dropMenu
{
  margin-left:30px;
  margin-right:0px;
  font: 14px verdana;
  background-color: #182B46;
  color: #000;
  border: 0px;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:0px;
   margin-top:2px;
   height:22px;
   font: 14px verdana;
   text-decoration:none;
   color: white;
   
}

.subItem a
{
   margin-left:25px;
   font: 14px verdana;
   text-decoration:none;
   color: white;
}

.subItemOver
{
   margin-left:0px;
   margin-top:2px;
   font: 14px verdana;
   height:22px;
   color: white;
}

.subItemOver  a
{
   margin-left:25px;
   font: 14px verdana;
   cursor:pointer;	
   color: white;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
