/* common styling */
#menu {
	font-family: verdana, sans-serif; 
	width:850px; 
	position:relative; 
	font-size:12px;
	text-transform:uppercase;
	z-index:100;
}

#menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	z-index:100;
}

#menu ul li {
	float:left;
	position:relative;
	z-index:100;
	background:none;
	padding:0;
	margin:0;
}

#menu ul li a, #menu ul li a:visited {
	display:block; 
	font-family:"Times New Roman", Times, serif;
	color:#241b07;
	font-size:16px;
	float:left;
	width:150px;
	height:40px;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	padding:0 8px 0 8px;
	z-index:10;
	text-decoration:none;
}
* html #menu ul li a, #menu ul li a:visited {
	width:150px;
	w\idth:150px;
}

#menu ul li ul {
	display: none;
	margin-top:6px !important;
}

table {
	margin:0px; 
	border-collapse:collapse;
	font-size:1em;
	padding:0;
}

/* specific to non IE browsers */
#menu ul li:hover a, #menu ul li a:hover {
	color: #be9e52;
	background:url(images/spacer.gif);
	text-decoration: none;
}
#menu ul li:hover ul, #menu ul li a:hover ul {
	display:block; 
	position:absolute; 
	top:35px;
	margin:0;
	left:0; 
	width:150px;
}

* html #menu ul li a:hover ul {
	margin-top:0;
	marg\in-top:1px;
}
#menu ul li:hover ul li a, #menu ul li a:hover ul li a {
	display:block; 
	background:#fff; 
	font-family:"Times New Roman", Times, serif;
	color:#7f7d7d;
	margin:0;
	height:11px;
	padding:5px;
	width:250px;
	text-align:left;
	font-size:14px;
	text-transform:none;
	font-weight:normal;
}

* html #menu ul li a:hover ul li a {
	width:250px;
	w\idth:249px;
	height:11px !important;
	padding:5px;
	color: #be9e52; text-decoration: none;
}

#menu ul li:hover ul li a.drop, #menu ul li a:hover ul li a.drop {
	background:#c9c9a7 bottom right no-repeat;
}

#menu ul li:hover ul li a:hover, #menu ul li a:hover ul li a:hover {
	background:#e1e0da; 
	color:#d16f30;
}

#menu ul li:hover ul li, #menu ul li:hover ul li a, * html #menu ul li a:hover ul li, * html #menu ul li a:hover ul li a {
	margin:0 !important;
}
#menu ul li.last a {
	color:#d16719 !important;
}
