.navbar
{
float:left;
width:192px;
height:100%;
margin-right:10px;
background:#87BF8C;
}  

.mainDiv
{
  margin-left:0px;
  width:180px;
  position:relative;
  top:12px
}

.topItem
{
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("images/arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 180px;
  height: 25px;
  color: #418B4E;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 180px;
  color: #5EA848;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("images/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 180px;
  color: #418B4E;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 180px;
  color: #5EA848;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #FBFDF0;
  color: #418B4E
  border-left: 0px; border-bottom: 0px; border-top: 0px; border-right: 0px; 
	border-style: solid;
	border-color: #DFE4C1;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:0px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: black;
   
}

.subItem a
{
   margin-left:0px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: black;
}

.subItemOver
{
   margin-left:0px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;	  
   height:18px;
   color: black;
}

.subItemOver  a
{
   margin-left:0px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: black;
   text-decoration:underline;
   cursor:pointer;
}






