.navbar
{
}  

.mainDiv
{
  width:185px;
}

.topItem
{
  letter-spacing: 0;
  background: url('../images/xmenu2_2/arrow-up-title.jpg') no-repeat center;
  border:medium none; width:185px; height:25px; color:#215dc6; cursor:pointer; text-indent:6px; font-style:normal; font-variant:normal; font-weight:bold; font-size:15px; font-family:arial,helvetica; background-repeat:no-repeat
}

.topItemOver
{
  text-indent:6px;
  letter-spacing: 0;
  background: url('../images/xmenu2_2/arrow-up-title-on.jpg') no-repeat center;
  height:25px; width:185px; color:#428eff; cursor:pointer; font-style:normal; font-variant:normal; font-weight:bold; font-size:14px; font-family:arial,helvetica; background-repeat:no-repeat
}

.topItemClose
{
  text-indent:6px;
  letter-spacing: 0;
  background: url('../images/xmenu2_2/arrow-down-title.jpg') no-repeat center;
  height:25px; width:185px; color:#215dc6; cursor:pointer; font-style:normal; font-variant:normal; font-weight:bold; font-size:14px; font-family:arial,helvetica; background-repeat:no-repeat
}


.topItemCloseOver
{
  text-indent:6px;
  letter-spacing: 0;
  background: url('../images/xmenu2_2/arrow-down-title-on.jpg') no-repeat center;
  height:25px; width:185px; color:#428eff; cursor:pointer; font-style:normal; font-variant:normal; font-weight:bold; font-size:14px; font-family:arial,helvetica; background-repeat:no-repeat
}



.dropMenu
{
  font: bold 14px arial,helvetica;	
  background-color: #d6dff7;
  color: #215dc6;
  border: 1px solid #FFFFFF;
  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: 13px arial,helvetica;
	text-decoration: none;
	color: #215dc6;
}

.subItem a
{
   margin-left:10px;
   font: 13px arial,helvetica;	 	
   text-decoration:none;
   color: #215dc6;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 13px arial,helvetica;	  
   height:18px;
   color: #428eff;
}

.subItemOver  a
{
   margin-left:10px;
   font: 13px arial,helvetica;
   cursor:pointer;	
   color: #428eff;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}