#navbar {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #9a6a25;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: #44367e; 
}

#navbar ul {
	padding: 0px;
	margin: 0;
	line-height: 200%;
}

#navbuttons li {
  	padding-left: 8px;
  	margin: 0;
	list-style-type: none;
	float: left;
	position: relative;
	left: 0px;
	white-space: nowrap;
	width: auto;
	border: none;
}

* html #navbuttons li {
	width: 1%;
}

#navbuttons li ul {
	position: absolute;
	left: 0px; 
	display: none;
	font-weight: normal;
	background: #9b9dc3;
	padding: 0;
	margin: 0;
	width: 130px;
	line-height: 120%;
	border: 1px #44367e solid;
	border-bottom: none; 
}

#navbuttons li > ul { /*IE cannot read this rule*/
   top: auto;
}

#navbuttons li:hover ul, #navbuttons li.over ul { 
	display: block;
}

#navbuttons li li {
	display: block;
	margin: 0;
	padding: 0;
	clear: left;
	border: none;
	white-space: normal; 
}

#navbuttons a {
	text-decoration: none;
	padding: 0px 0px;
	margin: 0;
	display: block;
	/*background-image: url(images/arrow_none.gif);
	background-repeat: no-repeat;
	background-position: left center; */
}

/*#navbuttons a.current {
	background: url(images/arrow.gif) no-repeat;
	background-position: left center;
}*/

#navbuttons a:link {
	color: white;
}

#navbuttons a:visited {
	color: white;
}

#navbuttons a:hover {
	color: black;
}

#navbuttons a:active {
	color: white;
}

#navbuttons li li a {
	display: block;
	font-weight: normal;
	color: white;
	text-decoration: none;
	border-bottom: 1px #44367e solid;
	padding: 5px 5px;
	margin: 0;
	text-align: left;
	width: 120px;
	/*background-image: url(images/arrow_none.gif);
	background-repeat: no-repeat;*/
}

#navbuttons li li a:link {
	color: white;
}

#navbuttons li li a:visited {
	color: white;
}

#navbuttons li li a:hover {
	background-color: #9d9fc3;
	color: #44367e; 
}

#navbuttons li li a:active {
	color: #44367e;
}
