
#navigation {
	border:1px solid #BFE186;
	margin:0px;
	padding:1px;
	text-indent:0px;
	background-color:#F4F9ED;
	width:540px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #fff;
	background:#BFE186 url(http://westcoastweb.com/2010/style/accordian/collapsed.gif) no-repeat scroll 8px 11px;
	color: #3a3a3a;
	font-family: Helvetica, Arial, Geneva, "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 15px;
	line-height: 28px;
	display:block;
	margin:0px;
	padding:3px;
	text-indent:20px;
	text-decoration: none;
}

#navigation a.head:hover {
	color:#000;
}

#navigation a.selected {
	background-image: url(http://westcoastweb.com/2010/style/accordian/expanded.gif);
	background-color: #89B73A;
	color:#000;
}

#navigation a.current {
	background-color:#89B73A;
	color:#000;
}


#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#89B73A;
	color:#FF0000;
}

#navigation p {padding-left: 25px; padding-right: 25px; padding-top: 25px;}

