body { 
margin: 0px 0px 0px 0px;
font-family: arial, verdana, tahoma;
font-size: 12px;
background-color: #ffffff;
color:#003300;
 } 
 h1 { 
 font-size: 200%;
  }
a:hover {  
text-decoration: underline;
font-weight: bold;
}
a {  
text-decoration:none;
font-weight: normal;
}
a:active{
font-weight:bold;
}
a:hover.title {  
text-decoration: underline;
font-weight: bold;
color:#ffffff;
}

a.title {  
text-decoration:none;
font-weight: normal;
color:#ffffff;
}
a:visited.title {  
font-weight: normal;
color:#ffffff;
}
h1{
font-size:18px;
}
p{
font-size:12px;
}



.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #003300;
background: url(images/golferli.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #003300;
font-size: 11px;
}

.arrowlistmenu ul li a:visited{
color: #003300;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #99FF99;
}
.arrowlistmenu ul li a:active{ /*hover state CSS*/
color: #A70303;
background-color: #99FF99;
}

#menu {
	background: #003300;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
font-size:13px;
}
#menu li {
	float: left;
	font: 100% arial bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #003300 url("images/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #99FF66 url("images/hover.gif") bottom center no-repeat;
	color: #003300;
	padding-bottom: 8px;
	}

