	
	#navigation {
		clear:left;
		padding: 0px 0px 0px 16px;
		background:#fff url(/ows/images/common/spacer_333333.gif) bottom repeat-x;
		overflow:hidden;
		font-family:Verdana, Geneva, sans-serif;
	}
	
	#navigation ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		/* left:50%; */
		text-align:center;
	}
	
	#navigation ul li {
		display:block;
		float:left;
		list-style:none;
		margin:1px 5px 0 0;
		padding:0;
		position:relative;
		/* right: 50%; */
		font-weight: bold;
	}
	
	#navigation ul li a {
		display:block;
		float:left;
		margin:0 1px;
		padding:5px 10px;
		background:#BBBBBB;
		text-decoration:none;
		color:#444444;
		border-top:1px solid #369;
		border-left:1px solid #369;
		border-right:1px solid #369;
		position:relative;
		bottom:1px;
	}
	
	#navigation ul li a:hover {
		background:#4D0A0A;
		color:#fff;
	}
	
	#navigation ul li.active {
		margin-top:0px;
	}
	
	#navigation ul li.active a,
	#navigation ul li.active a:hover {
	    padding-bottom: 6px;
		position:relative;
		bottom:0;
		background:#D9C9C4;
		color:#000;
	}

