.navbar
{
}  

.mainDiv
{
  width:168px;
}

.topItem
{
  background-image: url(images/marker_1.gif);
  background-position:0px 0px;
  background-repeat:no-repeat;
  font-size:11px;
  font-weight:bold;  
  margin:0px 0 0px 0px; 
  padding:0px 0 0 16px;
  letter-spacing: 0;
  border: none;
  width: 168px;
  line-height:23px;
  color: #5E5E5E;
  cursor:pointer;
  text-indent:2px;
}

.topItemOver
{
  background-image: url(images/marker_1.gif);
  background-position:0px 0px;
  background-repeat:no-repeat;
  font-size:11px;
  font-weight:bold;  
  margin:0px 0 0px 0px; 
  padding:0px 0 0 16px;
  letter-spacing: 0;
  border: none;
  width: 168px;
  line-height:23px;
  color: #5E5E5E;
  cursor:pointer;
  text-indent:2px;
}

.topItemClose
{
  background-image: url(images/marker_1.gif);
  background-position:0px 0px;
  background-repeat:no-repeat;
  font-size:11px;
  margin:0px 0 0px 0px; 
  padding:0px 0 0 16px;
  letter-spacing: 0;
  border: none;
  width: 168px;
  line-height:23px;
  color:#5E5E5E;
  border-bottom:1px dashed #D7D7D7;
  cursor:pointer;
  text-indent:2px;
}


.topItemCloseOver
{
  background-image: url(images/marker_1.gif);
  background-position:0px 0px;
  background-repeat:no-repeat;
  font-size:11px;
  margin:0px 0 0px 0px; 
  padding:0px 0 0 16px;
  letter-spacing: 0;
  border: none;
  width: 168px;
  line-height:23px;
  color:#5E5E5E;
  border-bottom:1px dashed #D7D7D7;
  cursor:pointer;
  text-indent:2px;
}




.dropMenu
{
  background-color: #E5EAD8;
  font-size:11px;
  margin:0px 0 0px 0px; 
  padding:0px 0 0 3px;
  letter-spacing: 0;
  border: 1px dashed #D7D7D7;
  width: 168px;
  line-height:23px;
  color:#5E5E5E;
  border-bottom:1px dashed #D7D7D7;
  cursor:pointer;
  text-indent:2px;  
  filter:alpha(opacity=100);

}

.subMenu
{
   display:block;
}

.subItem
{

   margin-left:0px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #5e5e5e;
   
}

.subItem a
{
   margin-left:0px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #5e5e5e;
}

.subItemOver
{
   margin-left:0px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;	  
   height:18px;
   color: #428eff;
}

.subItemOver  a
{
   margin-left:0px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #97B05A;
   text-decoration:underline;
   cursor:pointer;
}


.subItem1
{

   margin-left:0px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;
   font-weight: bold;	
   text-decoration:none;
   color: #5e5e5e;
   
}

.subItem1 a
{
   margin-left:0px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   font-weight: bold;
   color: #5e5e5e;
}

.subItem1 a.Over
{
   margin-left:0px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;	  
   font-weight: bold;
   height:18px;
   color: #428eff;
}

.subItem1Over  a
{
   margin-left:0px;
   font: 11px tahoma,verdana,sans-serif;
   font-weight: bold;
   cursor:pointer;	
   color: #red;
   text-decoration:underline;
   cursor:pointer;
}
.subItem2
{

   margin-left:0px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;
   font-weight: bold;	
   text-decoration:none;
   color: #ffffff;
   
}
.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}