#navcontainer {
	margin-left: auto;
	margin-right: auto;
	background-color: #006699;
	width: 1000px;
	top: 0px;
	text-align: center;
}

#navcontainer ul
{
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
    margin-left: 0;
	/* background-color: #333333; */
	color: white;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 7px;
padding-right: 7px;
padding-bottom: 4px;
padding-top: 5px;
color: #FFFFFF;
text-decoration: none;
/* border-right: 1px solid #fff; */
}

#navcontainer ul li a:hover
{
 /* background: #B8C7C9; */
 text-decoration: underline;
}

#navcontainer ul li a.current {
	background: #B8C7C9;
	color: #333; }

.anylinkcss{
	position:absolute;
	visibility: hidden;
	/* border-bottom-width: 1px;
	border-top-width: 0; */
	/* font:normal 12px Verdana;
	line-height: 16px; */
	z-index: 100;
	background-color: #006699;
	/* width: 800px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	left: 143px;
	top: 203px;
	padding-right: 4px;
	margin: 0px;
	/* border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000; */
}

.anylinkcss a{
	width: 100%;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*	font-weight: bold; */
	text-indent: 3px;
	text-align: left;
	color: white;
	font-weight: bold;

}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #18ADAD;
	color: white;
	text-decoration: none;
}

