.navbar
{
}  

.mainDiv
{
  width:225px;
}

.topItem
{
  font: bold 13px Arial;
  letter-spacing: 0;
  background: url("../imgs/arwup_off.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 225px;
  height: 25px;
  color: #000099;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 13px Arial;
  letter-spacing: 0;
  background: url("../imgs/arwup_on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 225px;
  color: #000000;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: bold 13px Arial;
  letter-spacing: 0;
  background: url("../imgs/arwdwn_off.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 225px;
  color: #000099;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 13px Arial;
  letter-spacing: 0;
  background: url("../imgs/arwdwn_on.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 225px;
  color: #FF9900;
  cursor:pointer;
}



.dropMenu
{
  font: bold 12px Arial;	
  background-color: ##f7f7f9;
  color: #000;
  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: 12px Arial;	
   text-decoration:none;
   color: #FF9900;
   
}

.subItem2
{
   margin-left:20px;
   margin-top:2px;
   height:18px;
   font: 12px Arial;	
   text-decoration:none;
   color: #999999;
   
}

.subItem a
{
   margin-left:23px;
   font: 12px Arial;	 	
   text-decoration:none;
   color: #215dc6;
}

.subItem2 a
{
   margin-left:23px;
   font: 12px Arial;	 	
   text-decoration:none;
   color: #215dc6;
}


.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 12px Arial;	  
   height:18px;
   color: #000000;
}

.subItem2Over
{
   margin-left:20px;
   margin-top:2px;
   font: 12px Arial;	  
   height:18px;
   color: #428eff;
}

.subItemOver  a
{
   margin-left:23px;
   font: 11px Arial;
   cursor:pointer;	
   color: #428eff;
   text-decoration:underline;
   cursor:pointer;
}


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