.navbar
{	font-size: 100%
	font-family: Arial, Helvetica, sans-serif;
}  

.mainDiv
{
	width: 100%;
	margin-left: 0px;
	text-indent:5px;
	background-color: #006;
}

.topItem
{
	text-indent:5px;
	letter-spacing: 0;
	background: url("arrow-up-title.jpg") no-repeat 0 0;
	background-position: center center;
	background-repeat:no-repeat;
	border: none;
	width: 100%;
	height: 22px;
	color: #FFFFFF;
	
	margin-left: 0px;  
}

.topItemOver
{
 
    text-indent:5px;
  
  letter-spacing: 0;
  background: url("arrow-up-title-on.jpg") no-repeat 0 0;
 	background-position: center center;
	background-repeat:no-repeat;
 
	width: 100%;
	height: 25px;
	color: #FFFFFF;
	
 
}

.topItemClose
{
  
  text-indent:5px;
  letter-spacing: 0;
  background: url("arrow-down-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	width: 100%;
	height: 25px;
	color: #FFFFFF;
 
}


.topItemCloseOver
{
 
  text-indent:5px;
  
  letter-spacing: 0;
  background: url("arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center;
  background-repeat:no-repeat;
  height: 25px;
  width: 100%;
  color: #FFFFFF;
  
}

 
.dropMenu
{
 	background-color: #006;
	color: #FFFFFF;
    /*border: 1px solid #cccccc;
	border-width: 0 1px 1px 1px;
		filter:alpha(opacity=100);*/
	margin-left: 0px;
}

.subMenu
{
	display:block;
	color: #FFF;
}

.subItem
{
   margin-left:0px;
   margin-top:2px;
   height:25px;
   text-decoration:none;
   color: #FFFFFF;
 
}

.subItem a
{
   margin-left:0px; 
    text-decoration:none;
   color: #FFFFFF;
 
}

.subItemOver
{
   margin-left:0px;
   margin-top:2px;
  text-decoration: none;
   height:25px;
   color: #FFFF00;
 
}
.subItemVisited
{
   margin-left:0px;
   margin-top:2px;
  text-decoration: none;
   height:25px;
   color: #FFFF00;
}

.subItemOver  a
{
   margin-left:0px; 	
   color: #FFFF00;
   text-decoration: none;
     
}
.subItemVisited  a
{
   margin-left:0px;
   color: #FFFF00;
   text-decoration: none;
     
}

.drop
{
  /* border-left:1px solid #9CF;
   border-right:1px solid #9cF;	*/
}
.spacer{
	height:25px;

}
