.navbar
{
}  

.mainDiv
{
  width:215px;
}

.topItem
{
  font: bold 12px tahoma,verdana,sans-serif;
  background: url("../images/arrow-up-title.jpg") no-repeat;
  line-height:23px;
  border: none;
  width: 215px;
  height: 23px;
  color: #215dc6;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  background: url("../images/arrow-up-title-on.jpg") no-repeat;
  line-height:23px;
  height: 23px;
  width: 215px;
  color: #428eff;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  background: url("../images/arrow-down-title.jpg") no-repeat;
  height: 23px;
  padding-top:3px;
  width: 215px;
  color: #215dc6;
  cursor:pointer;
  border-bottom:#000 1px solid;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  background: url("../images/arrow-down-title-on.jpg") no-repeat;
  padding-top:3px;
  height: 23px;
  width: 215px;
  color: #428eff;
  cursor:pointer;
  border-bottom:#000 1px solid;
}



.dropMenu
{
  line-height:23px;
  height:23px;
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #d6dff7;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  border-bottom:#000 1px solid;
}

.subMenu
{
   display:block;
}

.subItem
{
   height:23px;
   font: bold 11px tahoma,verdana,sans-serif;	
   line-height:23px;
   text-decoration:none;
   color: #215dc6;
   vertical-align:middle;
   margin-top:2px;
   background:url(../images/leftO.gif);
   text-indent:10px;
}

.subItem a
{
   text-indent:10px;
   line-height:23px;
  vertical-align:middle;
   margin-top:2px;
   height:23px;
   font:bold  11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #FFF;
}

.subItemOver
{
   text-indent:10px;
   font:bold  11px tahoma,verdana,sans-serif;	  
   line-height:23px;
   height:23px;
   color: #428eff;
   background:url(../images/1.gif);
   vertical-align:middle;
   margin-top:2px;
}

.subItemOver  a
{
   text-indent:10px;
   line-height:23px;
   height:23px;
   font:bold  11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   margin-top:2px;
   color: #06625f;
   text-decoration:none;
   cursor:pointer;
   background:url(../images/1.gif);
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
