
#menuz {
	float: right;
	list-style: none;
	margin: 0px 0 2px 0;
	padding: 0;
	text-align: left;
	font-size: 8pt;
	width: 900px;
	height: 42px;
	background: transparent url('images/navi-shadow.gif') bottom left repeat-x; 
	}
	
	
#menuz li {
	float: right;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;

	}
	
#menuz a {
	text-align: left;
	color: #29597B;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	border-left-style: solid ; 
	border-color: #C0C0C0; 
	border-width: 1px; 
	text-transform: uppercase;
	}

#menuz a.selected {
	background: #C0C0C0 url("images/hover_top.gif") top center no-repeat;
	color: #fff;
	padding-bottom: 8px;	
	}
	
#menuz a:hover {
	background: #C0C0C0 url("images/hover_top.gif") top center no-repeat;
	color: #fff;
	padding-bottom: 8px; 
	}
