#navigation {
	border:4px solid #fff;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#1B1111;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border-top:1px solid #272727;
	background-color:#1B1111;
	color:#fff;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:7px 0px 0 0;
	text-indent:10px;
	text-decoration: none;
	height:23px;
	font-size:12px;
}
#navigation a.head:hover {
	color:#fff;
	background:#353535;
}
#navigation a.selected {
	color:#fff;
 	background:#F9B70A url(../image/accordion/collapsed.gif) no-repeat scroll 10px 9px;
	text-indent:23px;
}
#navigation a.current {
	background-color:#FFFF99;
}
#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:#FFFF99;
	color:#FF0000;
}
