#menu1 {

float:left;
	
}

#menu1 ul
{
	font-family: Arial;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu1 li
{
	display: inline;
	color: #000000;
	
} 

#menu1 a
{

color:#4F6F1A; /* color: #343638;  WAS*/
text-decoration: none;
font-size: 11px; /* fONT SIZE 12PX*/
display: block;
padding:3px;
width: 181px;
background-color:#EFEDEA; /*Backgrund color is beige again  width: 191px; BG:#D5D2CA;*/

}
/*background-color: #8CCCD3; border-bottom: 1px solid #eee; */

#menu1 a:link, #menu1 a:visited
{
color: #343638; /*font color of text*/

text-decoration: none;
	
}

#menu1 a:hover
{
    color:#666666;
    font-size:11px;
    text-decoration:underline;
    


}

/* color:#6A7F10;WAS  Green
font-weight:bold;     WAS */

/* background-color:#00A0BA ; */


/*#menu1 li a#current
{
border-bottom: 3px solid #F6F4F3;
background:  grey;
}*/


#menu1 li a.current1
{ 
	
	
	background:#EFEDEA; /*background: #D5D2CA; */
	color:#4F6F1A;
	font-size:11px; /* LATEST ADDED color:#6A7F10;*/
	font-weight:bold; /* LATEST ADDED  */
 
}



/* background:  #00A0BA; Marine blue  border-bottom: 3px solid #F6F4F3;*/ 

.Green_div
{
    width:187px;
    height:6px;
    
    background-color:#9CBA2D;
}
/*background-color:#6A7F10; WAS  */

.inlineBorder
{
  font-size:larger;
  border-bottom-width:thin;
  border-bottom-style:solid;
  border-bottom-color:#FFFFFF;
  height:25px;
  letter-spacing:5;
  text-align:justify;
  color:#6A7F10;
}/* padding-left:50px; Leaves gap btw HeroImage & VerticalCntrl in Mozilla */


.inlineBorder_after /* Not used at all*/
{
    padding-top:20px;
}

.makeitsmall
{
    font-size:11px;
}