@charset "utf-8";
/* CSS Document */

ul.navigation {
	font-size: 12px;
	color: #aad6fb;
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
}

ul.navigation li {
	display: block;
	float: left;
}

ul.navigation li a {
	color: #aad6fb;
	text-decoration: none;
}
ul.navigation li a:hover {
	text-decoration: underline;
}

li.space {
	width: 14px;
	height: 12px;
}

li.space2 {
	width: 6px;
	height: 12px;
}
li.bold {
	font-weight: bold;
	color: #fff;
}