.mNavWrapper {
	width: 100%;
	background: rgba(141, 24, 18, 0.8);
	height: 50px;
}
.mMenuContent {
	width: 1100px;
	margin: 0 auto;
	list-style: none
}
#sse3 {
	background: #1896D5;
	height: 50px;
	clear: both;
	text-align: center;/*For IE5 or IE No DOCTYPE*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#sses3 {
	margin: 0 auto;/*If you don't want the menu center aligned, remove this line and above text-align:center*/
	border-left: solid 1px #0AE;
}
#sses3 ul {
	font: normal 13px Arial;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}
#sses3 li {
	line-height: 50px;
	position: relative;
	overflow: hidden;/*used to hide slip*/
	z-index: 0;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-right: solid 1px #28a9ee;
}
/*#sses3 li:last-child {
	background: #00496D;
}
*/
#sses3 li.current, #sses3 .slip {
	background: #0575AD
}
#sses3 li a {
	text-align: center;
	text-decoration: none;
	padding: 0 50px;
	color: white;
	display: block;
	z-index: 2;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}
#sses3 li.current a {
	color: white;
}
#sses3 .slip {
	position: absolute;
	top: 0;
	z-index: -1;
}


.sitemap {
    margin: 0 15px;
}
.sitemap ul {
    background: transparent url("../images/site_map_ul.gif") repeat-y scroll 0 -5px !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 5px 4px 6px !important;
    position: relative !important;
}
.sitemap ul li {
    background: transparent url("../images/site_map_list.gif") no-repeat scroll -5px -5px !important;
    line-height: 16px !important;
    padding: 0 0 0 10px !important;
}
.sitemap ul {
    background: rgba(0, 0, 0, 0) url("../images/site_map_ul.gif") repeat-y scroll 10px -5px;
    list-style-type: none;
    margin: 0;
    padding: 0 5px 4px 10px;
    position: relative;
}
.sitemap ul li {
    font: bold 10pt arial;
    margin: 10px 0;
}
.sitemap ul li a {
    color: #0c3156;
    display: inline-block;
    transition-duration: 0.3s;
}
.sitemap ul li a:hover {
    color: #b62614;
    padding-left: 5px;
}
.sitemap ul li ul {
    padding-bottom: 1px;
}
.sitemap ul li ul li {
    font: 10pt arial;
}