h2 {
	color: #4F789F;
}
#sub_navigation{
	background-color: #4F789F;
	padding: 5px;
}
#sub_navigation li.active{
	background-image: url(../images/solutions_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	color: #FFCC00;
	font-size: 0.85em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8DAFCA;
	display: block;
	padding-bottom: 4px;
}

#sub_navigation li a {
	background-image: url(../images/solutions.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .85em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8DAFCA;
	display: block;
	padding-bottom: 3px;
}
#sub_navigation li a:hover {
/*	background-image: url(../images/solutions.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
*/	color: #C2DCF8;
}
.solutions_active {
	background-color: #4F789F;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	font-size: .95em;
	width: 70px;
	text-align:center;
}
