/*****
	header menu css
*****/
   #nav {
   		margin:0;
    	padding:0;
    }

    #nav li {
		display:inline;
		padding:0;
		margin:0;
    }

   #nav a:link,
   #nav a:visited {
	color:#185F95;
	float:left;
	width:auto;
	text-decoration:none;
	text-shadow: 2px 2px 2px #555;
	font-size:18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: groove;
	border-left-style: groove;
	border-top-style: groove;
	border-right-color: #009900;
	border-top-color: #009900;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFA0;
	color:#185F95;
	border-bottom-color: #009900;
	border-left-color: #009900;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 25px;
  }
  

   #nav a:hover {
		color:#000;
		font-size:18px;
		background:#00CC00;
    }


    #home #nav-home a,
    #register #nav-register a,
    #summer #nav-summmer a, 
    #coaching #nav-coaching a, 
	#afterschool #nav-afterschool a,
    #entries #nav-entries a,
    #results #nav-results a,
    #journal #nav-journal a,
	#info #nav-info a	
	{
		background:none;
		color:#185F95;
		font-size:18px;
		text-shadow:none;
		border-right-width: 0px;
		border-left-width: 0px;
		border-right-style: none;
		border-left-style: none;
		border-right-color: none;
		border-left-color: none;
   	}
  
    #home #nav-home a:hover,
    #summer #nav-summmer a:hover,
	#register #nav-register a:hover,
    #coaching #nav-coaching a:hover, 
	#afterschool #nav-afterschool a:hover,
    #entries #nav-entries a:hover,
    #results #nav-results a:hover,
    #journal #nav-journal a:hover,
	#info #nav-info a:hover
 	{
   		background:#99ff99;
   }
  
   #nav a:active {
	   background:#339900;
	   color:#fff;
   }
   
   
 
#header_title{
	width:900px;
	height:125px;
	margin-bottom:5px;
	}
	
	
#menu{
	float:left; 
	width:812px;
	height:20px;	 
	margin-bottom:2px;
	font-size:18px;
	padding-left:1px;
	margin-top:auto;
}	

