@charset "UTF-8";
#menu a, #menu h2 {
	display: block;
	background-color: #46728B;
	padding-right: 5px;
	padding-left: 15px;
}

#menu a {
	color: #FFFFFF;
	background: #46728B;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu li {position: relative;}
#menu a:hover {
	color: #46728B;
	background: #B2D0E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#submenu a {
	color: #FFFFFF;
	background: #46728B;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 18px;
	margin-left: 15px;
	display: block;
}
#submenu a:hover {
	color: #FFFFFF;
	background: #93ABBA;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.head a:hover, .head a, .head a:visited {
	color: #333333;;
}
