.navbar
{
}  

.mainDiv
{
  width:130px;
}

.topItem
{
   font: bold 12px "Trebuchet MS";
  /* font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0; */
  background: url("images/arrow-up-title.jpg") no-repeat 0 0;
  /* background-position:center center;
  background-repeat:no-repeat; */
  border: none;
  width: 130px;
  height: 25px;
  color: #FFFFFF;
  /* cursor:pointer; */
  text-indent:15px; 
  vertical-align:middle;
  text-transform:uppercase;
  padding-top:4px;
  
  
  
}

.topItem a
{
  color:a90000;
}
.topItemOver
{
  /* text-indent:10px; */
  font: bold 12px "Trebuchet MS";
  /* letter-spacing: 0; */
  background: url("images/arrow-up-title-on.jpg") no-repeat 0 0;
  /* background-position:center center;
  background-repeat:no-repeat; */
  height: 25px;
  width: 130px;
  color: #FFFFFF;
  cursor:pointer; 
  text-indent:15px; 
  vertical-align:middle;
  text-transform:uppercase;
  padding-top:4px;
}


.topItemClose
{
  text-indent:10px;
  font: bold 12px "Trebuchet MS";
  letter-spacing: 0;
  background: url("images/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 130px;
  color: #FFFFFF;
  cursor:pointer;
   text-indent:15px; 
  vertical-align:middle;
  text-transform:uppercase;
  padding-top:4px;
}

.topItemClose a
{
color:a90000;
}

.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px "Trebuchet MS";
  letter-spacing: 0;
  background: url("images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 130px;
  color: #FFFFFF;
  cursor:pointer;
   text-indent:15px; 
  vertical-align:middle;
  text-transform:uppercase;
  padding-top:4px;
}



.dropMenu
{
  font: bold 11px "Trebuchet MS";	
  background-color: #626262;
  color: #000;
  /* border: 1px solid #1b2531; */
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.dropMenu
{
color:a90000;
}
.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 11px "Trebuchet MS";	
   text-decoration:none;
   color: #FFFFFF;
   background:url(images/blue-arrow.jpg) left 50% no-repeat;
   
}

.subItem a
{
   margin-left:23px;
   font: 11px "Trebuchet MS";	 	
   text-decoration:none;
   color: #FFFFFF;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 11px "Trebuchet MS";	  
   height:18px;
   color: #083368;
   background:url(images/blue-arrow.jpg) left 50% no-repeat;
}

.subItemOver  a
{
   margin-left:23px;
   font: 11px "Trebuchet MS";
   cursor:pointer;	
   color: #FFFFFF;
   text-decoration:underline;
   cursor:pointer;
   background:url(images/blue-arrow.jpg) left 50% no-repeat;
}


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




