/* CSS Document */

#navigation {
	height: 43px;
	width: 960px;
	background: #54aacb;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 4px #87215f;
}

	#navigation ul {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 0;
		height: 36px;
}

		#navigation li {
			line-height: 36px;
			list-style: none;
			float: left;
		}
		
		#navigation li a {
			color: #fff;
			text-decoration: none;
			font-weight: bold;
			padding: 0 9px 0 9px;
			margin: 0 12px 0 12px;
			border: 0px;
			height: 36px;
			display: block;
			float: left;
		}
		
		* html #navigation li a {
			padding: 0 9px 0 9px;
			margin: 0 6px 0 6px;
		}
		
		#navigation li a:hover, #navigation li a.active {
			background: #2b8eb5;
		}

