#navcontainer {
	position:relative;
	width:900px;
	height:23px;
	z-index:10;
	left: 0px;
	top: 0px;
	background-color: #6484A4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e88333;
}

#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: 10px;
padding-right: 10px;
padding-bottom: 4px;
padding-top: 5px;
color: #FFFFFF;
text-decoration: none;
/* border-right: 1px solid #fff; */
}

#navcontainer ul li a.current {
	color: #FFFFFF;
	background-color: #E88333;
}

#navcontainer ul li a:hover
{
 background-color: #E88333; 
 color: #FFF; 
/* text-decoration:underline; */
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 1px;
	border-top-width: 0px;
	/*	font:normal 12px Verdana;
	line-height: 16px; */
	z-index: 100;
	background-color: #6484A4;
	/* width: 800px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
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;
padding-right: 4px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	font-weight: bold; */
	text-indent: 5px;
	text-align: left;
	color: white;

}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #E88333;
	color: white;
	text-decoration: none;
}

