.navbar
{
}  

.mainDiv
{
  width:185px;
}

.topItem
{
  font: 12px Lucida, "Lucida Sans Unicode", sans-serif;
  letter-spacing: 0;
  background: url(../arrow-up-title.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 185px;
  height: 25px;
  color: black;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: 12px Lucida, "Lucida Sans Unicode", sans-serif;
  letter-spacing: 0;
  background: url(../arrow-up-title-on.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: black;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: 12px Lucida, "Lucida Sans Unicode", sans-serif;
  letter-spacing: 0;
  background: url(../arrow-down-title.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: black;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: 12px Lucida, "Lucida Sans Unicode", sans-serif;
  letter-spacing: 0;
  background: url(../arrow-down-title-on.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: black;
  cursor:pointer;
}



.dropMenu
{
  font: 14px Lucida, "Lucida Sans Unicode", sans-serif;
  background-color: ##FFCC00;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 14px Lucida, "Lucida Sans Unicode", sans-serif;
   text-decoration:none;
   color:  black;
   
}

.subItem a
{
   margin-left:23px;
   font: 14px Lucida, "Lucida Sans Unicode", sans-serif;
   text-decoration:none;
   color: black;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 14px Lucida, "Lucida Sans Unicode", sans-serif;
   height:18px;
   color: black;
}

.subItemOver  a
{
   margin-left:23px;
   font: 14px Lucida, "Lucida Sans Unicode", sans-serif;
   cursor:pointer;	
   color: black;
   text-decoration:underline;
   cursor:pointer;
}


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




