#navigation {
	
	text-indent:0px;
}
#navigation a.head {
	cursor:pointer;
	/*background:#5263AB url(collapsed.gif) no-repeat scroll 3px 4px;*/
	color:#535667;
	display:block;
	font-weight:bold;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eeeeee;
	text-decoration: none;
	text-indent: 22px;
}

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

#navigation a#left-nav-active {
	color:#f29400;
}

#navigation a.selected {
	/*background-image: url(expanded.gif);*/
}
#navigation a.current {
	color:#f29400;
}
#navigation ul {
	border-width:0px;
	margin: 10px 0;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#535667;
	display:block;
	height: 20px;
	line-height: 20px;
	text-indent: 32px;
	text-decoration: none;
}
#navigation li li a:hover {
	color:#f29400;
}
