.navbar
{
}  

.mainDiv
{
  width:185px;
}

.topItem
{
  text-indent:10px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  background: url("Images/arrow-up-title.jpg") no-repeat 0 0;
  background-position:right right;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #ba5809;
  cursor:pointer;
}
.topItemOver
{  
  text-indent:10px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  background: url("Images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:right right;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #ffffff;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  background: url("Images/arrow-down-title.jpg") no-repeat 0 0;
  background-position:right right;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #ffffff;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  background: url("Images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:right right;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #ba5809;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px Arial;	
  color: #000;
  border: 0px solid #FFFFFF;
  border-width: 0 0px 0px 0px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:15px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 11px Arail;	
   text-decoration:none;
   color: #ffffff;
   
}

.subItem a
{
   margin-left:23px;
   font: 11px Arial;	 	
   text-decoration:none;
   color: #ffffff;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 11px Arial;	  
   height:18px;
   color: #ffffff;
}

.subItemOver a
{
   margin-left:23px;
   font: 11px Arial;
   cursor:pointer;	
   color: #ffffff;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




