html { overflow: scroll; }

#navcontainer li a
{
	background: #333333;
	color: #fff;
}

#navcontainer ul li a
{
	background: #333333;
	color: #fff;
}

#navcontainer ul li a .current {
	background: #800000;
	color: #fff;
}

#navcontainer ul li a:hover {
	color: #fff;
	background: #005700;
	border-color: #227;
	font-weight: bold;
}

#navcontainer ul li a:active {
	color: #fff;
	background: #800000;
	border-color: #227;
	font-weight: bold;
}

#navcontainer li a {
	background: #333333; /* Changes the background color of the tab */
	color: #fff; /* Changes the color of the text */
}
#navcontainer ul li a{
	background: #333333; /* Changes the background color of the tab */
	color: #fff; /* Changes the color of the text */
}

#navcontainer ul li a:hover, #navcontainer ul li a:active {
	color: #fff; /* Changes the color of the text when you hover over the tab*/
	background: #005700; /* Changes the color of the tab when you hover over the tab*/
}
#navcontainer ul li a.current {
	background: #800000; /* Changes the color of the background when this tab is current*/
	color: #fff; /* Changes the color of the text when this tab is current*/
}

#sub-navcontainer ul li a:hover {
	color: #005700;
}

#sub-navcontainer ul li  a.current {
	color: #fff;
}

#sub-navcontainer a:hover {
	color: #fff;
	border: 1px solid #333333;
	border-left: 12px solid #005700;
}

#sub-navcontainer ul ul a {
	border: 1px solid #b2b2b2;
	border-left: 12px solid #333333;
}


#sub-navcontainer ul ul .current {
	border: 1px solid #333333;
	border-left: 12px solid #333333;
	background: #800000;
	color: #fff;

}

