.navbar
{
}  

.mainDiv
{
  width:165px;
}

.topItem
{
  font-weight:bold;
  letter-spacing: 0;
  background: url(/site_images/arrow-up-title.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 165px;
  height: 17px;
  cursor:pointer;
  text-indent:10px;
}
.singleItem
{
  letter-spacing: 0;
  background: url(/site_images/arrow-up-title.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 165px;
  height: 17px;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  font-weight:bold;
  text-indent:10px;
  letter-spacing: 0;
  background: url(/site_images/arrow-up-title.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 17px;
  width: 165px;
  cursor:pointer;
}

.topItemClose
{
  font-weight:bold;
  text-indent:10px;
  letter-spacing: 0;
  background: url(/site_images/arrow-down-title.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 17px;
  width: 165px;
  cursor:pointer;
}


.topItemCloseOver
{
  font-weight:bold;
  text-indent:10px;
  letter-spacing: 0;
  background: url(/site_images/arrow-down-title.jpg) no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 17px;
  width: 165px;
  cursor:pointer;
}

.dropMenu
{
  background-color:#f1eeeb;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:4px;
  padding-bottom:4px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:1px;
   margin-top:1px;
   height:18px;
   text-decoration:none;
}

.subItem a
{
   margin-left:10px;
   text-decoration:none;
}

.subItemOver
{
   margin-left:1px;
   margin-top:1px;
   height:18px;
}

.subItemOver  a
{
   margin-left:10px;
   text-decoration:none;
}
.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
