

.menubar {
	width: 					100%;
	font-family: 			verdana;
	font-weight: 			bold;
	font-size: 				8pt;
	color: 					black;
	border-style: 			outset;
	border-width: 			1px;
	border-color: 			silver;
	background-image:		url('images/menubar.gif');
	background-repeat: 		repeat-x;
	background-color: 		#FFFFFF;
}
.menubar tr {
}
.menubar td {
	border-right-style: 	groove;
	border-right-width: 	2px;
	border-right-color:		silver;
	text-align: 			center;
	height:					20px;
}
.menubar td a {
	color: 					black;
	text-decoration: 		none;
	margin-left:			10px;
	margin-right:			10px;
}
.menubar td a:hover {
	color: 					#930451;
}
.menuitems {
	font-family: 			verdana;
	font-size: 				8pt;
	font-weight:			bold;
	border-style: 			solid;
	border-color: 			black;
	border-width: 			1px;
	background-color: 		#DDDDDD;
	color: 					black;
}
.menuitems td a {
	color:					black;
	text-decoration: 		none;
}
.menuitems td a:hover {
	color:					#930451;
}

