@charset "utf-8";
.menu {
	font-family: Georgia;
	color: #d07e10;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	padding-right: 3px;
	letter-spacing: 2px;
	vertical-align: bottom;
	padding-bottom: 2px;
	background-image: url(../images/horizontal-line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
}

a.menu:hover {
	color: #666666;
	text-decoration: none;


}
.submenu {
	font-family: Georgia;
	color: #d07e10;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: left;
}
a.submenu:hover {
	color: #666666;
	text-decoration: none;
}
