/* Basic code - don't modify */
 
 #menu {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#menu li {
	display: block;
	list-style: none;
	list-style-image:none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#menu a {
	display: block;
}
#menu ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #menu ul {
	line-height: 0;
} /* IE6 "fix" */
#menu ul a {
	zoom: 1;
} /* IE6/7 fix */
#menu ul li {
	float: none;
}
#menu ul ul {
	top: 0;
}
/* Essentials - configure this */

#menu ul {
	width: 130px;
	left: 5px;
}
#menu ul ul {
	left: 131px;
}
/* Everything else is theming */
 
#menu {
	background-color: #464343;
	height: 24px;
	border-left: 1px solid #d3692b;
	border-right: 1px solid #d3692b;
	width: 747px;
}
#menu ul li {
	margin-bottom: 5px;
	list-style: none
}
#menu *:hover {
	background-color: none;
}
#menu a { /*border-right: 1px solid white;*/
	color: white;
	font-size: 10px;
	padding: 0px;
	line-height: 1.2;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 2px;
	text-decoration: none;
}
#menu li.hover a {
	background-color: none;/*#fc7c00;*/
}
#menu ul {
	top: 25px;
	background-color: #464343;
}
#menu ul li a {
	background-color: none; /*#fff2d4;*/
}
#menu ul a.hover {
	color: #fc7c00;
	background-color: #6F6868;
	padding-left: 2px;
}
#menu ul a { /*border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90);*/
}
/* #menu ul a { border-bottom: none; } - I also needed this for IE6/7 */
