/* CSS Document */ a {	text-decoration: none;}a:link {	color: #080;}a:visited {	color: #790;}a:active {	color: red;}a:hover {	text-decoration: underline;}ul#nav {	list-style-type: none;	}ul div.navbar {	list-style-type: none;	padding: 0;	margin: 0;}#nav a {	font-weight: bold;	color: green;}#nav a {	text-decoration: none;}#nav li li a {	display: block;	font-weight: normal;	color: #060;	padding: 0em 0px;}#nav li li a:hover {	padding: 0em px;	}li.navbar{	float: left;	position: relative;	width: 10em;	text-align: left;	cursor: default;	background-color: white;}li#first {	border-left-width: 0em;}li#last {	border-right-width: 0em;}li ul {	display: none;	position: absolute;	top: 0;	left: 0;	font-weight: normal;	background-color: #191970;	padding: 1em 0 1em 0;	z-index: 6000;	}li>ul {	top: auto;	left: 0px;	z-index: 6000;}li li {	display: block;	float: left;	background-color: #191970;	border: 0;	z-index: 6000;}li:hover ul, li.over ul {	display: block;}