#WebSplash {
	border: 8px solid #005f98;
	background-color: #cccccc;
	padding: 20px;
}

#SplashClose {
	display: none;
	text-transform: uppercase;
	padding: 5px 10px;
	background-color: #005f98;
}

#SplashClose a {
	display: block;
	color: #fff;
	padding-right: 30px;
	background: url(../images/cross.png) center right no-repeat;
	text-decoration: none;
}

#SplashClose a:hover {
	text-decoration: underline;
}


/*** DO NOT EDIT BELOW THIS LINE ***/
#WebSplash {
	position: absolute;
	background: #ffffff;
	z-index: 90000;
	color:#000000;
	text-align:left;
}

#SplashClose {
	position: inherit;
	bottom: 0;
	right: 0;
}
#WebSplash ul#menusplash{
margin: 0;
padding: 0;
list-style-type: none;
float: left;
display: inline;
width: 886px;
}
#WebSplash ul#menusplash li{
float: left;
width: 247px;
height: 64px;
padding: 10px 20px;
}
#WebSplash ul#menusplash li a {

width: 247px;
height: 64px;
text-decoration: none;
display: block;
line-height: 64px;
text-align: center;
font-size: 150%;
color: black;
}
#WebSplash ul#menusplash li a:hover {

width: 247px;
height: 64px;
color: #345382;
}
