#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #FFF;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	width:103px;
	padding: 0.3em 1em;
	border-top: .1em solid #fff;
	border-bottom: .1em solid #fff;
	border-left: .1em solid #fff;
	font-weight:bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#navcontainer a:link    { color: #FFF; text-decoration: none;}
#navcontainer a:visited { color: #FFF; text-decoration: none;}
#navcontainer a:hover   { color: yellow; text-decoration: underline;}

#navcontainer li.one a {
        background: red;
}

#navcontainer li.one a:hover {
        background: #D80000;
}

#navcontainer li.two a {
        background: #FFCC00;
}

#navcontainer li.two a:hover {
        background: #E5B800;
}

#navcontainer li.three a {
        background: #FF6600;
}

#navcontainer li.three a:hover {
        background: #DD8500;
}

#navcontainer li.four a {
        background: blue;
}

#navcontainer li.four a:hover {
        background: #0000C2;
}

#navcontainer li.five a {
        background: green;
}

#navcontainer li.five a:hover {
        background: #005E00;
}

#navcontainer li.six a {
        background: purple;
}

#navcontainer li.six a:hover {
        background: #530053;
}

