@charset "UTF-8";
#submenuwrap
{
	margin: 0;
	width: 940px;
	background-color: #243f92;
	color: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F3B83A;
}

.submenu_heading_text {
	display: block;
	font-size: 22px;
	text-align: center;
	color: #F2B938;
	line-height: 40px;
}

#submenucontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 18px;
	line-height: 45px;
}

#submenucontainer li {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	width: 25%;
	background-color: #c2d7fd;
} 


#submenucontainer a
{
	display: block;
	color: #FFF;
	background-color: #9DB2DF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0 auto;
	display: block;
	text-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6E4FF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4B939;
	border-bottom-color: #F1B730;
}


#submenucontainer a:hover
{
	background-color: #F0BB37;
	color: #FFF;
}

#active a
{
	display: block;
	color: #FFF;
	background-color: #243F92;
	width: 100%;
	text-decoration: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4B436;
	border-bottom-color: #F4B436;
}
