/* CSS Document */#navbar {	margin: 5px 5px 5px 5px;	padding: 0px 0px 0px 0px;}ul {  font-family: Arial, Verdana;  font-size: 14px;  margin: 0;  padding: 0;  list-style: none;}ul li {  display: block;  position: relative;  float: left;}li ul { display: none; }ul li a {  display: block;  width: 110px;  text-decoration: none;  text-align: center;  font: italic 9pt Clearly Gothic, serif;  color: #da0;  border: 1px solid #aaa;  padding: 1px 2px 1px 2px;  background: #fff;  margin: 0px 2px 1px 5px;  white-space: nowrap;}#drop a:hover { background: #fff;				color: #da0;				}li:hover ul {  display: block;  position: absolute;  color: #da0;   }#no_drop a:hover {	color: #f00;}li:hover a { background: #fff;}li:hover li a:hover { background: #fff; color: #f00;}						}