/* Location */

#location {
	height: 23px;
	width: 100%;
	padding-left: 18px;
	clear: left;
}
#location li {
	background-image: url(../images/navigation/alextrack_sprite.png);
	background-repeat:no-repeat;
	background-position:-1px -47px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:12px;
	color: #FC3;
	line-height:23px;
	display:inline;
	margin-right: 6px;
}
#location a {
	text-decoration : none;
	color: #FFF;
}
#location a:hover {
	color: #FC3;
}
#location.section1 {
	background-color: #FC3;
}
#location.section2 {
	background-color: #09C;
}
#location.section3 {
	background-color: #933;
}
#location.section4 {
	background-color: #393;
}
#location.section5 {
	background-color: #93C;
}
#location.section6 {
	background-color: #099;
}
#location.section7 {
	background-color: #C60;
}