@charset "UTF-8";#navbar {	padding: 10px 20px 0px;	margin-top: 2px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;	position: relative;	top: 128px;	left: 0px;	width: 760px;	height: 25px;	background-color: #7D4829;	text-align: center;	font-size: 0.8em;	color: #6C0;	font-family: Arial, Helvetica, sans-serif;	}.menu ul{	list-style-type:none;	padding:0;	margin:0;}/* make the top level links horizontal and position relative so that we can position the sub level */.menu li{	float:left;	position:relative;	z-index:100;	list-style-type: none;	color: #7BC618;	font-family: Arial, Helvetica, sans-serif;	font-size: 1em;}/* use the table to position the dropdown list */.menu table{position:absolute;border-collapse:collapse;z-index:80;left:-1px;top:25px;}/* style all the links */.menu a, .menu :visited {	display:block;	font-size:12px;	width:150px;	color:#6C0;	text-decoration:none;	text-align:center;	list-style-type: none;	font-weight: bold;	background-color: #7D4829;	border-right-width: 1px;	border-right-style: solid;	border-right-color: #FFF;	padding-top: 0px;	padding-bottom: 0px;}/* style the links hover */.menu :hover{	color:#FFFF00;	background-color: #7D4829;}/* hide the sub level links */.menu ul ul {	visibility:hidden;	position:absolute;	width:149px;	height:0;	background-color: #7D4829;}/* make the sub level visible on hover list or link */.menu ul li:hover ul,.menu ul a:hover ul{	visibility:visible;	background-color: #7D4829;}
