@charset "UTF-8";
/* CSS Document */

.navcontainer-bg {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #99d76c;
	background-image:url(../images/navcontainer_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 190px;
}

.navcontainer {
	margin: 0 auto;
	width: 960px;
}

.navcontainer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 35px;
	position: absolute;
	
}
.navcontainer ul li {
	float: left;
	list-style-type: none;
	padding: 0 10px 0 0;
	
}
.navcontainer ul li a {
	text-decoration: none;
	color: #5b7fa3;
	margin-right: 1px;
	padding: 0 10px 0 10px;
}
.navcontainer-bg .navcontainer ul li a:first-child {
	padding-left: 5px;	
}

.navcontainer ul li a:hover {
	text-decoration: underline;
}

/* Sub navigation */

div.subnav {
	display: none;
	width: 100%;
	clear: right;
}
div.subnav ul {
	height: 20px;
}

.subnav li {
	float: left;
	padding: 0 10px 0 0;
}

ul.subnav li a {
	
}

ul.subnav li a:hover {
	
}

ul.subnav li a:active {
	
}


