* { padding:0px; margin:0px; }

#menu {
	float: left;
	height: 19px;
	width: 908px;
	background-color: #871811;
	padding-top: 8px;
	padding-left: 4px;
}
#nav { list-style:none; }
#nav li {
	float: left;
	text-align: center;
}
#nav li a {
	display: block;
	text-decoration: none;
	color: #D7BF60;
	font-size: 12px;
	height: 13px;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7BF60;
	padding-right: 10px;
	padding-left: 10px;
}
#nav li a:hover {
	color: #9D8D2F;
	font-size: 12px;

}
/* Submenu */
#nav ul.submenu {
	position: absolute;
	list-style: none;
	width: auto;
	min-width: 150px;
	max-width: 300px;
}
#nav  ul.submenu  li {
	width: auto;
	min-width: 150px;
	max-width: 300px;
	float: none;
	text-align: left;
}
#nav  ul.submenu  li a{
	width: auto;
	min-width: 140px;
	max-width: 290px;
	padding-right: 5px;
	padding-left: 8px;
	color: #D7BF60;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #75140F;
	text-transform: none;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 4px;
}
#nav  ul.submenu  li a:hover{
	color: #B3A048;

}
/* Subsubmenu */
#nav ul.subsubmenu { 
	border:1px solid #000000;
	position:absolute;
	list-style:none;
	background-color:#FFFFFF;}
#nav ul.subsubmenu li { 
	float:none;
	background-image:none;
	width:200px;
	font-size: 90%;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6633;
	min-width:200px;
}
