#navcontainer ul
{
	padding: 0;
	margin: 0;
	background: #3299e6;
	background-repeat:repeat-x;
	color:white; 
	float:left; 
	width:100%;
	border-left: 1px solid #3299e6;
	letter-spacing: 1px;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1.5em;
	background: #3299e6;
	color: white;*/
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #0067b4;*/
}

#navcontainer ul li a:hover
{
	background: #0067b4;
	color: white;
}
