h1#webbanner {
	margin: 0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

h1#webbanner a{
	font-family:Verdana;
	color: #0d324f;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

#submenu {
	background: #0d324f;
	border-bottom: none;
	margin: 0;
	padding: 3px 1em 0 1em;
}

#submenu li {
	display: inline;
	line-height: 170%;
	list-style: none;
	text-align: center;
}

#submenu .current {
	font-weight: bold;
	background: #f9fcfe;
	border-top: 1px solid #045290;
	border-right: 2px solid #045290;
	border-bottom: 2px solid #f9fcfe;
	color: #000;
}

#submenu a {
	border: none;
	color: #fff;
	font-size: 10px;
	padding: .3em .2em .33em;
	text-decoration: none;
}

#submenu a:hover {
	background: #ddeaf4;
	color: #393939;
}
