.navbar
{
}  

.mainDiv
{
  width:255px;
}



.topItem
{
  font: 10pt arial,helvetica;
  background: url("arrow-up-title.jpg");
  border: none;
  width: 255px;
  line-height: 29px;
  color: #ffffff;
  text-indent:10px;
  cursor:pointer;
}


.topItemOver
{
  text-indent:10px;
  font: 10pt arial,helvetica;
  margin-left:0px;
  margin-top:0px;
  background: url("arrow-up-title.jpg");
  line-height: 29px;
  width: 255px;
  color: #ffffff;
  cursor:pointer;
  border: #656565;
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  margin-top:0px;
}

.topItemClose
{
  text-indent:10px;
  font: 10pt arial,helvetica;
  margin-left:0px;
  margin-top:0px;
  background: url("arrow-down-title.jpg");
  line-height: 29px;
  width: 255px;
  color: #0084cc;
  cursor:pointer;
  border: #656565;
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  margin-top:0px;

}


.topItemCloseOver
{
  text-indent:10px;
  font: 10pt arial,helvetica;
  margin-left:0px;
  margin-top:0px;
  background: url("arrow-down-title-on_b.jpg");
  line-height: 29px;
  width: 255px;
  color: #ffffff;
  cursor:pointer;
  border: #656565;
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  margin-top:0px;
}



.dropMenu
{
  font: 10pt arial;	
  background-color: #e5f2fa;
  color: #000;
  border: 1px solid #656565;
  border-width: 0 0px 1px 0px;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
}

.subMenu
{
	display: block;
	vertical-align: middle;
	padding-bottom:5px;
}

.subItem
{
   margin-left:2px;
   padding-top:5px;
   height:28px;
   font: 10pt helvetica;	
   text-decoration:none;
   color: #0084cc;
	vertical-align: middle;
}

.subItem a
{
   padding-left:2px;
   padding-top:5px;
   height:28px;
   font: 10pt helvetica;	 	
   text-decoration:none;
   color: #0084cc;
}

.subItemOver
{
   padding-left:2px;
   padding-top:5px;
   height:28px;
   font: 10pt helvetica;	  
   color: #0084cc;
   background: #b7dbf1;
}

.subItemClose a
{
   padding-left:2px;
   padding-top:5px;
   height:28px;
   font: 10pt helvetica;	  
   color: #0084cc;
   background: #b7dbf1;
}

.subItemCloseOver a
{
   padding-left:2px;
   padding-top:5px;
   height:28px;
   font: 10pt helvetica;	  
   color: #0084cc;
   background: #b7dbf1;
}

.subItemOver  a
{
   padding-left:2px;
   padding-top:5px;
   height:28px;
   font: 10pt helvetica;
   cursor:pointer;	
   color: #0084cc;
   text-decoration:none;
   cursor:pointer;   
}

.subItem_level3
{
   padding-left:6px;
   padding-top:5px;
   height:28px;
   font: 9pt helvetica;	
   text-decoration:none;
   color: #0084cc;
}

.subItem_level3 a
{
   padding-left: 6px;
   padding-top:5px;
   height:28px;
   font: 9pt helvetica;	 	
   text-decoration:none;
   color: #0084cc;
}

.subItem_level3Over
{
   padding-left:6px;
   padding-top:5px;
   height:28px;
   font: 9pt helvetica;	  
   color: #0084cc;
   background: #b7dbf1;
}

.subItem_level3Over  a
{
   padding-left:6px;
   padding-top:5px;
   height:28px;
   font: 9pt helvetica;
   cursor:pointer;	
   color: #0084cc;
   text-decoration:none;
}

