﻿@charset "utf-8";
/* CSS Document */

ul#list-nav {
list-style:none;
margin:0px;
padding:0;
width:1000px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	width: 109px;
	color: #eee;
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
	background-color: #000;
	height: inherit;
	vertical-align: middle;
	font-size: small;
	line-height: 40px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-indent: 0px;
	white-space: normal;
	overflow: auto;
	position: inherit;
	right: 0px;
}

ul#list-nav li a:hover {
	color:#000;
	background-color: #FC0;
}

