#sub-navcontainer {
	background-color: #dbe4e8;
}

#sub-navcontainer #current {
	background: #4d7fb9 left center;
}

*html #sub-navcontainer #current {
	background: #4d7fb9 none no-repeat;
}

#sub-navcontainer a:hover {
	background: #33679f no-repeat left center;
	color: #f3f3f3;
}
*html #sub-navcontainer a:hover {
	background: #33679f none;
	color: #f3f3f3;
}

#sub-navcontainer ul ul a {
	background-color: #0069bb;
	}

#sub-navcontainer ul ul .current {
	background-color: #4d7fb9;
}

*html #sub-navcontainer ul ul .current {
	background-image: none;
	background-color: #4d7fb9;
}
