html, body { 
	height:100%;
}

ul, ol { 
	list-style:none;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container {
	width:980px;
	margin:0 auto;
	font-size:.75em;
	position:relative;
	top: -5px;
	left: 10px;
}



	.nav {
		font-size:15px;
		font-weight: bold;
		line-height:1.2em;
		color:#262626;
		width:100%;
		overflow:hidden;
		padding:15px 0 0 0;
	}
		.nav li {
			float:left;
			background:url(images/divider.gif) no-repeat left 12px;
			padding:0 3px 0 7px;
		}
		.nav li.first {
			background:none;
		}
			.nav li a {
				color:#262626;
				text-decoration:none;
				float:left;
			}
				.nav li a em {
					float:left;
				}
				.nav li a b {
					float:left;
					padding:9px 20px 12px 20px;
					font-style:normal;
					font-weight:normal;
					cursor:pointer;
				}
			.nav li a:hover, .nav li a.current {
				color:#fff;
				background:url(images/nav-bg.gif) left top repeat-x;
			}
				.nav li a:hover em, .nav li a.current em {
					background:url(images/nav-left.gif) no-repeat left top;
				}
				.nav li a:hover b, .nav li a.current b {
					background:url(images/nav-right.gif) no-repeat right top;
				}
