/* CSS Document */

#navigation {
	width: 934px;
	height: 34px;
	background: url(../grfx/nav_bg.gif) top left repeat-x;
}	

	#navigation ul {
		font-size: 0.95em;
		margin-left: 120px;
		height: 34px;
	}
		
		#navigation li {
			float: left;
			list-style: none;
			line-height: 34px;
		}
		
		#navigation li a {
			height: 34px;
			display: block;
			color: #fff;
			padding: 0 10px 0 10px;
			text-decoration: none;
		}
		
			#navigation li a:hover {
				background: #fd0101;
			}
			
			#navigation li a.active {
				background: #838385;
			}