#navigation {
	padding:10px;
	text-indent:0px;
	color: #CC0000;
}
#navigation a.head {
	cursor:pointer;
	color:#CC0000;
	display:block;
	font-weight:bold;
	margin:0px;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(collapsed.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-indent: 20px;
	padding: 0px;
}
#navigation a.head:hover {
	text-align: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-indent: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#CCCCCC;
	color: #CC0000;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	text-indent:0px;
	padding: 0px;
}
#navigation li {
	display:inline;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#navigation li li a {
	color:#CCCCCC;
	display:block;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#navigation li li a:hover {
	background-color:#cc0000;
	color:#FFFFFF;
}