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

#navigation {
	margin-top:310px;
	width:1000px;
	position:absolute;
	display:inline;  /* <---Solution for bug IE6 */ 
}

.nav li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	margin: 0 8px 0 14px;
	list-style-image: none;
	list-style-type: none;
	display:inline;  /* <---Solution for bug IE6 */ 
}

.nav a {
	text-decoration: none;
    color: #000;
}

.nav a:active {
	color:#FFF;
}

.nav a:hover {
    color: #fff;
}

.nav a:visited {
	color:#000
}

