.navbar
{
}  

.mainDiv
{
  width:230px;
}

.topItem
{
  font: bold 12px Arial,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: 230px;
  height: 20px;
  color: #1d65a0;
  cursor:pointer;
  text-indent:5px;
  text-decoration:none;
}

.topItemOver
{
  text-indent:5px;
  font: bold 12px Arial,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: 20px;
  width: 230px;
  color: #595858;
  cursor:pointer;
  text-decoration:none;
}

.topItemClose
{
  text-indent:5px;
  font: bold 12px Arial,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: 20px;
  width: 230px;
  color: #595858;
  cursor:pointer;
  text-decoration:none;
}


.topItemCloseOver
{
  text-indent:5px;
  font: bold 12px Arial,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: 20px;
  width: 230px;
  color: #1d65a0;
  cursor:pointer;
  text-decoration:none;
  
}



.dropMenu
{
  font: bold 11px Arial,verdana,sans-serif;	
  background-color: #edebde;
  color: #000;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:5px;
   margin-top:2px;
   height:14px;
   font: 13px Arial;	
   text-decoration:none;
   color: #595858;
   
}

.subItem a
{
   margin-left:5px;
   font: 13px Arial;	 	
   text-decoration:none;
   color: #595858;
}

.subItemOver
{
   margin-left:5px;
   margin-top:2px;
   font: 13px Arial;  
   height:14px;
   color: #1d65a0;
}

.subItemOver  a
{
   margin-left:5px;
   font: 13px Arial;
   cursor:pointer;	
   color: #1d65a0;
   text-decoration:none;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




