﻿#menu {
	
	margin-top: 50px;
	margin-right: 0px;
	float: right;
	text-align: left;
height: 28px;
	width: 481px;
	font-size: small;
	margin-bottom:0px;
	padding-bottom:0px;
}
#menu a, #menu a:hover {
margin:0px; padding-left:10px; padding-right:10px;
padding-top:5px;
padding-bottom:0px;
	font-family: arial;
	color: #7c1d03;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 17px;
	height: 23px;
	font-weight: normal;
background-image: url('butbk2.png');
	background-repeat: repeat-x;
float:left;
	
}
#menu a:hover {
	color: #fdfbd8;
	background-image: url('butbkover.png');
}
#dropmenudiv {
	position: absolute;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	margin-top:0px;
}
#dropmenudiv a, #dropdown a:hover {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-top: 1px solid #d4ce8b;
	font-family:Arial;
	color: #7c1d03;
	text-decoration: none;
	background-image:url('butbkdrop.png');
	background-repeat:repeat-x;
	padding: 5px 0px 5px 0px;
	line-height: normal;
	font-size: 12px;
	line-height: 22px;
	height: 19px;
	text-transform: capitalize;
	border-left: solid #d3cc89 1px;
	border-right: solid #d3cc89 1px;
	border-top: solid #d3cc89 0px;
	border-bottom: solid #d3cc89 1px;
	
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	
	top: 450px;
	left: 110px;
}
#dropmenudiv a:hover {
	background-color: #fbf8d3;
	background-image:none;
}

