
A:link	{	
	text-decoration:	none;
	color: #006400;
  
	}	
		
A:visited {
	color : teal;
	text-decoration:	none;
}
		
A:active	{	
	text-decoration:	underline;
	}	
	
A:hover	{	
text-decoration:	underline;

}

body {
font-family: Helvetica, Geneva, Arial,
           sans-serif;
         /*  background-color:#00984B;*/
		  
		  
		  
}

.sectionheader
{
    background-color:#00427A;
    color: White;
    font-family:Arial;
    font-size: 1.2em;
   
    
}

/*popoutmenu*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	}
	
ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
	border-top:1px solid #00984B;
	border-left:1px solid #00984B;
	border-right:1px solid #00984B;
	border-bottom: 1px solid #00984B;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #99CC99;
	padding: 5px;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #00984B;
	
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	/*border-bottom: 2px solid #00984B;*/
	}
	
li:hover ul { display: block; }

li:hover ul, li.over ul { 
	display: block; }
	
.button
{
    background-color:#FFFF99;
}