#navcontainer
{
	background: white;
/*	border-top: 1px solid #9CC;*/
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

#navlist
{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
	bottom: 0;
	display: inline;
	line-height: 0px;
	margin: 0;
	padding: 0;
	position: relative;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	background: #A4D2FF;
	border: 1px solid #FFF;
	bottom: 15px;
	color: #333;
	cursor: pointer;
	display: inline;
	height: 1em;
	margin: 0;
	padding: 3px 5px 3px 5px;
	position: relative;
	right: 2px;
	text-decoration: none;
}

#navlist a:hover
{
	background: #fff;
	bottom: 15px;
	color: #333;
	position: relative;
	right: 1px;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

#navlist a:active
{
	background: White;
	bottom: 15px;
	color: #333;
	position: relative;
	right: 0px;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

#navlist li.active
{
	background: red;
	bottom: 12px;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}

html>body #navlist li.active
{
	background: transparent;
	margin: 0 4px 0 4px;
}

#navlist li.active a, #navlist li.active a:link, #navlist li.active a:visited, #navlist li.active a:hover
{
	background: white;
	border-bottom: none;
	border-left: 1px solid #9CC;
	border-right: 1px solid #9CC;
	border-top: 1px solid #9CC;
	bottom: 0;
	color: #000;
	cursor: text;
	margin: 0;
	padding: 2px 5px 1px 5px;
	position: relative;
	right: 0;
}