.menuHeadline {
	width: 230px;
	padding: 3px;
	padding-right: 5px;
	text-align:right;
	background-color: #00AFFE;
	color: white;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:13px;
	font-weight: bold;
	margin-bottom: 4px;
}	
	.menuHeadlineLink:Link, .menuHeadlineLink:Active, .menuHeadlineLink:Hover, .menuHeadlineLink:Visited {
		color: white;
		font-family: Verdana, "Bitstream Vera Sans", sans-serif;
		font-size:13px;
		font-weight: bold;
		text-decoration: none;
	}
.menuActive {
	width: 230px;
	padding: 3px;
	padding-right: 5px;
	text-align:right;
	background-color: #C5EAFC;
	color: #18609B;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:13px;
	font-weight: bold;
	margin-bottom: 4px;
}
	.menuActiveeLink:Link, .menuActiveLink:Active, .menuActiveLink:Hover, .menuActiveLink:Visited {
		color: #18609B;
		font-family: Verdana, "Bitstream Vera Sans", sans-serif;
		font-size:13px;
		font-weight: bold;
		text-decoration: none;
	}
.menuNormal {
	width: 230px;
	padding: 3px;
	padding-right: 5px;
	text-align:right;
	background-color: white;
	color: #18609B;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:13px;
	font-weight: bold;
	margin-bottom: 4px;
}
	.menuNormalLink:Link, .menuNormalLink:Active, .menuNormalLink:Hover, .menuNormalLink:Visited {
		color: #18609B;
		font-family: Verdana, "Bitstream Vera Sans", sans-serif;
		font-size:13px;
		font-weight: bold;
		text-decoration: none;
	}
	.menuNormalLink:Hover {
		color: #18609B;
		font-family: Verdana, "Bitstream Vera Sans", sans-serif;
		font-size:13px;
		font-weight: bold;
		text-decoration: underline;
	}
	