/*Styles for the dropdown menu*/

#menubar {
	width: 800px;
	left: 0px;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	z-index: 10;
	/*border: solid 1px #fff;*/
}

#menubar a {
	margin: 0px;
	/*color:#E4BB85;*/
	color: #FFCC66;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
}

#menubar a:hover {
	color: #fff;
}

.menu .options {
	margin-right: 1px;
	margin-bottom: 1px;
	border: 1px solid #BB4511;
	background-color:#ECE7D1;
}

.menu a {
	color:#333;
	display:block;
	padding: 2px 10px;
	text-decoration:none;
	background-color:transparent;
}

.menu a:hover {
	background-color: #BB4511;
	color:#FFF;
}

#menubar ul {
  list-style: none;
  display: inline;
}

#menubar ul a {
  background-repeat: no-repeat;
} 

#menu_list li {
  display: inline;
}

#menu_list {
  font-size: 12px;
  line-height: 20px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}

#menu_list img {
  margin: 0px 5px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#dropdowns {
	position: relative;
	display: block;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	z-index: 2000;
}