.navbar
{
float:left;
width:auto
height:auto;
margin-right:10px;
}  

.mainDiv
{
width:199px; border-bottom:solid 1px rgb(200,200,200);
}

.mainDiv .topItem 
{
  /****Arrow Up*****/
  text-decoration:none;
  text-indent:15px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background:url("../images/arrow-up-title-on.jpg") no-repeat;
  background-position:right;
  background-repeat:no-repeat;
  height: 25px;
  width: 200px;
  color: #428eff;
  cursor:pointer;
  margin-bottom: -5px;
  padding-top:1px;
  text-decoration:none;
}

.mainDiv .topItemOver
{
 /****Hover Arrow Up*****/
  text-decoration:none;
  text-indent:15px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/arrow-up-title-on.jpg") no-repeat;
  background-position:right;
  background-repeat:no-repeat;
  height: 25px;
  width: 200px;
  color: #428eff;
  cursor:pointer;
  margin-bottom: -5px;
  padding-top:1px;
  text-decoration:none;
}

.mainDiv .topItem a, .mainDiv .topItemOver a, .mainDiv .topItemClose a, .mainDiv .topItemCloseOver a
{
color:rgb(12,12,12);
position:absolute;
margin:4px 0 0 -15px;
}

.mainDiv .topItem a:hover, .mainDiv .topItemOver a:hover, .mainDiv .topItemClose a:hover, .mainDiv .topItemCloseOver a:hover
{
color:rgb(153,0,0);
position:absolute;
margin:4px 0 0 -15px;
}

.mainDiv .topItemClose
{
  text-indent:15px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/arrow-down-title.jpg") no-repeat 0 0;
  background-position:right;
  background-repeat:no-repeat;
  height: 25px;
  width: 200px;
  color: #215dc6;
  cursor:pointer;
  padding-top:1px;
  text-decoration:none;
}


.mainDiv .topItemCloseOver
{
  text-indent:15px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:right;
  background-repeat:no-repeat;
  height: 25px;
  width: 200px;
  color: #428eff;
  cursor:pointer;
  padding-top:1px;
  text-decoration:none;
}

.mainDiv .dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  color:rgb(12,12,12);
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=50);
  padding-top:5px;
  text-decoration:none;
  background:rgb(247,247,239);
}

/*--------------------------------------Sub Menus----------------------------------------------*/
.dropMenu .subMenu
{
   display:block;
   text-decoration:none;
   font-weight:bold;
   
}

.dropMenu .subItem
{

   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color:rgb(12,12,12); 
   font-weight:bold;
   
}

.dropMenu .subItem a
{
   color:rgb(88,165,12); 
   /*font-weight:bolder;*/
   text-decoration:none;
   margin-left:23px;
   #margin-left:23px;
   /*font: 13px tahoma,verdana,sans-serif;
   #font:;*/
   font-size:14px tahoma,verdana,sans-serif;
   font-weight:505;
   #font-size:14px tahoma;
   #font-weight:510;
}

.dropMenu .subItemOver
{
   /*font-weight:bold;*/
   text-decoration:none;
   margin-left:10px;
   margin-top:2px;
   font-size:14px tahoma,verdana,sans-serif;	  
   height:18px;
   background:url(../images/arrow.png) no-repeat;
     
}

.dropMenu .subItemOver  a, .dropMenu .subItemOver  a:hover
{
	text-decoration:none;
   margin-left:23px;
   /*font: 12px tahoma,verdana,sans-serif;*/
   color:rgb(153,0,0);
}


.dropMenu .drop
{
   font-weight:bold;
   text-decoration:none;
   border-left:1px solid black;
   border-right:1px solid black;	
}





