






#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .1em .8em;
color: #cccccc;
background-color: transparent;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: transparent;
}



a.menu:link, a.menu:visited, a.menu:active {
	font-size: 15px;
	font-weight: bolder;
	color: #cccccc;
	text-decoration: none;
	background-color: transparent;
}
a.menu:hover {
	font-size: 15px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: underline;
	background-color: transparent;
}


