#navcontainer ul
{
	padding: 0;
	margin: 0;
	background: #0067b4;/*#3299e6;*/
	background-repeat:repeat-x;
	color:white; 
	float:left; 
	width:100%;
	/*border-left: 1px solid #3299e6;*/
	letter-spacing: 1px;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1.0em;
	background: #0067b4;/*#3299e6;*/
	color: white;*/
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #3299e6;/*#0067b4;*/
}

#navcontainer ul li a:hover
{
	background: #3299e6;/*#0067b4;*/
	color: white;
}

td.greennav {
	width: 170px;
	background: #E1FFE1;
	border-right: 3px solid #009900;
	}

#tblgreen td{
	vertical-align: top;
	padding: 10px;
	border-collapse: collapse;
	}