.navbar {
	padding-top:20px;
}  

.mainDiv
{
  width:250px;
}

.topItem
{
  font: bold;
  background: url("images/arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 250px;
  height: 25px;
  color: #0A4405;
  cursor:pointer;
  text-indent:10px;
  font-size:18px;
  font-weight:bold;
}

.topItemOver
{
  text-indent:10px;
  background: url("images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 250px;
  color: #0A4405;
  cursor:pointer;
  font-size:18px;
  font-weight:bold;
}

.topItemClose
{
  text-indent:10px;
  background: url("images/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 250px;
  color: #0A4405;
  cursor:pointer;
  font-size:18px;
  font-weight:bold;
}


.topItemCloseOver
{
  text-indent:10px;
  background: url("images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 250px;
  color: #0A4405;
  cursor:pointer;
  font-size:18px;
  font-weight:bold;
}



.dropMenu
{
  color: #000;
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   text-decoration:none;
   color: #0A4405;
   font-weight:bold;
}

.subItem a
{
   margin-left:3px;
   text-decoration:none;
   color: #0A4405;
   font-weight:bold;
   font-size:11px;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   color: #white;
   font-weight:bold;
   font-size:11px;
}

.subItemOver a
{
   margin-left:3px;
   cursor:pointer;	
   color: white;
   text-decoration:none;
   font-weight:bold;
   font-size:11px;
}


.drop
{
}





