.navbar
{
}  

.mainDiv
{
  width:100%;
  background-color:#999999;
  vertical-align:middle;
  border: 0px solid #FFF;
  border-width: 0 0px 0px 0px;
  margin-top:1px;

}

.topItem
{
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("image/arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 185px;
  height: 25px;
  /*color: #215dc6;*/
  cursor:pointer;
  text-indent:10px;
  margin-top:5px;
}
.topItem a:link { text-decoration: none; color: #FFFFFF;}
.topItem a:visited { text-decoration: none; color: #FFFFFF;}
.topItem a:hover { text-decoration: none; color: #FFFFFF;}
.topItem a:active { text-decoration: none; color: #000000; text-align: center;}

.topItemOver
{
  text-indent:10;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("image/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
 /* color: #428eff;*/
  cursor:pointer;
  text-decoration:none;
  margin-top:5px;
}
.topItemOver a:link { text-decoration: none; color: #FFFFFF;}
.topItemOver a:visited { text-decoration: none; color: #FFFFFF;}
.topItemOver a:hover { text-decoration: none; color: #FFFFFF;}
.topItemOver a:active { text-decoration: none; color: #FFFFFF; text-align: center;}

}

.topItemClose
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0; 
  background: url("image/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  /*color: #215dc6;*/
  cursor:pointer;
  margin-top:5px;
}
.topItemClose a:link { text-decoration: none; color: #FFFFFF;}
.topItemClose a:visited { text-decoration: none; color: #FFFFFF;}
.topItemClose a:hover { text-decoration: none; color: #FFFFFF;}
.topItemClose a:active { text-decoration: none; color: #FFFFFF; text-align: center;}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("image/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
 /* color: #428eff;*/
  cursor:pointer;
  margin-top:5px;
}
.topItemCloseOver a:link { text-decoration: none; color: #FFFFFF;}
.topItemCloseOver a:visited { text-decoration: none; color: #FFFFFF;}
.topItemCloseOver a:hover { text-decoration: none; color: #FFFFFF;}
.topItemCloseOver a:active { text-decoration: none; color: #FFFFFF; text-align: center;}



.dropMenu
{
  font: bold 12px tahoma,verdana,sans-serif;	
  color: #000;
  border: 0px solid #FFFFFF;
  border-width: 0 0px 0px 0px;
  filter:alpha(opacity=100);
  padding-bottom:0px;

}

.subMenu
{
   display:block;
  width:100%;
  background-color:#c2c2c2;
  vertical-align:middle;
   height:25px;
   margin-top:2px;
}

.subItem
{
   height:25px;
   font: 12px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #215dc6;
   border-bottom:#FFF solid 1px;
   margin-top:2px;
   
}

.subItem a
{
   height:25px;
   font: 12px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #000000;
   cursor:pointer;	
   margin-top:2px;
}

.subItemOver
{
   font: 12px tahoma,verdana,sans-serif;	  
   background:#FF6633;
   color:#FFF;
   text-decoration:none;
   cursor:pointer;	
   height:25px;
   margin-top:2px;
}

.subItemOver  a
{
   font: 12px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color:#FFF;
   text-decoration:none;
   height:25px;
   margin-top:2px;
}


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




