#navbar {	padding-top: 5px;	padding-bottom: 5px;	background-color: #44367e;	height: 20px;	text-align: center;	font-size: 12px;	color: #e2cda6; }#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;	/*background-image: url(images/arrow_none.gif);	background-repeat: no-repeat;	background-position: left center; */	padding: 0px 0px;	margin: 0;	display: block;}/*#navbuttons a.current {	background: url(images/arrow.gif) no-repeat;	background-position: left center;}*/#navbuttons a:link {	color: #f1dbaa;}#navbuttons a:visited {	color: #f1dbaa;}#navbuttons a:hover {	color: #e69946;}#navbuttons a:active {	color: white;}#navbuttons li li a {	display: block;	font-weight: normal;	color: white;	border-bottom: 1px #44367e solid;	/*background-image: url(images/arrow_none.gif);	background-repeat: no-repeat;*/	padding: 5px 5px;	text-decoration: none;	margin: 0;	text-align: left;	width: 120px;}#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;}