.navbar
{
}  

.mainDiv
{
  width:200px;
}

.mainDiv2
{
  width:100%;
  height:auto;
}

.topItem
{
  font: none 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 200px;
  color: #0A5FA2;
  cursor:pointer;
  text-indent:10px;
}
.topItem2
{
  font: none 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 100%;
  color: #0A5FA2;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: none 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 200px;
  color: #FF7900;
  cursor:pointer;
}
.topItemOver2
{
  text-indent:10px;
  font: none 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 100%;
  color: #FF7900;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: none 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 200px;
  color: #0A5FA2;
  cursor:pointer;
}
.topItemClose2
{
  text-indent:10px;
  font: none 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 100%;
  color: #0A5FA2;
  cursor:pointer;
}

.topItemCloseOver
{
  text-indent:10px;
  font: none 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 200px;
  color: #FF7900;
  cursor:pointer;
}
.topItemCloseOver2
{
  text-indent:10px;
  font: none 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 100%;
  color: #FF7900;
  cursor:pointer;
}



.dropMenu
{
  font: bold 12px Arial, Helvetica, sans-serif;	
  background-color: #ffffff;
  color: #000;
  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:5px;
   margin-top:2px;
   height:18px;
   font: 12px Arial, Helvetica, sans-serif;	
   text-decoration:none;
   background:url(../images/foot-b.gif) no-repeat ;
   color: #0A5FA2;
   
}
.subItem2
{
   margin-left:5px;
   margin-top:2px;
   height: auto;
   font: 12px Arial, Helvetica, sans-serif;	
   text-decoration:none;
   background:url(../images/foot-b.gif) no-repeat ;
   color: #0A5FA2;
   
}


.subItem a
{
   margin-left:30px;
   font: 12px Arial, Helvetica, sans-serif;	 
   text-decoration:none;
   color: #0A5FA2;
}

.subItemOver
{
   margin-left:5px;
   margin-top:2px;
   font: 12px Arial, Helvetica, sans-serif;	  
   background:url(../images/foot-b.gif) no-repeat ;
   height:18px;
   color: #FF7900;
}
.subItemOver2
{
   margin-left:5px;
   margin-top:2px;
   font: 12px Arial, Helvetica, sans-serif;	  
   background:url(../images/foot-b.gif) no-repeat ;
   height: auto;
   color: #FF7900;
}

.subItemOver  a
{
   margin-left:30px;
   font: 12px Arial, Helvetica, sans-serif;
   cursor:pointer;	
   color: #FF7900;
   text-decoration:none;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


