.menu_g {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	background-image: url(images/menugrad.gif);
	background-repeat: repeat-x;
	text-align: right;
	letter-spacing: 2px;
	margin: auto;
	padding-right: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #163E58;
	border-bottom-width: 1px;
}
.txtgrad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/menutxtgrad.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-top-style: solid;
	border-top-color: #163E58;
	padding: 3px;
	border-top-width: 1px;
}
.titlegrad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #507894;
	background-image: url(images/menutitlegrad.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #163E58;
	font-weight: normal;
	letter-spacing: 2px;
	word-spacing: 3px;
}
.plaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	border-top-style: none;
	padding: 3px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

