﻿
.menu {
	background-image: url('images/menu_bkg_1.jpg');
	height: 304px;
	width: 100%;
}
.menu a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: right;
	font-size: small;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A4B3BD;
	height: 23px;
	width: 169px;
	padding-top: 4px;
	padding-right: 4px;
	font-family: Cambria;
	font-size: small;
	padding-bottom: 2px;
}
.menu a:hover {
background-image:url('images/black_transp.png');
}
.style1 {
	color: #993300;
}
