/* CSS Document */


#links {
	float:left;
	width:100%;
	line-height:normal;
	font-size:13px;
	font-weight:bold;
	height:30px;
	}

#links ul {
	margin:0;
	padding:10px 0px 0 0px;
	list-style:none;
	}
    
#links li {
	display:inline;
	margin:0;
	padding:0;
}

#links a {
	float:left;
	margin-right:7px;
	padding:0 0 0 4px;
	text-decoration:none;
	color:#fff;
	height:26px;
	
	}
    
#links a span {
	float:left;
	display:block;
	padding:3px 9px 4px 7px;
	height:22px;
	}

#links a span {
	float:none;
	}

#links a:hover span {
	color:#000000;
	}

#links a:hover {
	background:url("../graphics/navigation-left.png") no-repeat left top;
	color:#c6c6c6;
	}
	
#links a:hover span {
	background:url("../graphics/navigation-right.png") no-repeat right top;
	color:#000;
	}
	
#links .current, #links .current:hover {
	background:url("../graphics/navigation-left.png") no-repeat left top;
	color:#000000;
	}
	
#links .current span, #links .current span:hover {
	background:url("../graphics/navigation-right.png") no-repeat right top;
	color:#000000;
	}
