#navbox {	right: 0px;	height: 200px;	position: absolute;	width: 143px;	top: 125px;	z-index: 1;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #000000;}#nav {	float: right;	list-style: none outside;	width: 143px;	margin: 0;	color: #ffc;	font: normal 10px geneva, verdana, sans-serif;	text-align: center;	}#nav li {	display: block;	font: normal 10px geneva, verdana, sans-serif;	text-align: center;	padding: 0px;		}#nav li a {	display: block;	margin: 0;	color: #333333;	text-decoration: none;	padding: 0px;	font-style:normal;	font-variant:normal;	font-weight:normal;	font-family:Arial, Helvetica, sans-serif;	border-bottom-style: solid;	border-bottom-color: #000000;	border-bottom-width: 1px;	font-size: 12px;	background-attachment: fixed;	background-repeat: no-repeat;	background-position: right bottom;	background-image: url(../graphics/nav.gif);	}#nav li a:hover {	background-attachment: fixed;	background-repeat: no-repeat;	background-position: right bottom;	background-image: url(../graphics/nav_over.gif);	}#nav li a:active {	background-attachment: fixed;	background-repeat: no-repeat;	background-position: right bottom;	background-image: url(../graphics/nav_down.gif);	color: #CCCCCC;	}