

.nav {
	height: 62px;
	width: 960px;
}

ul.nav  {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*.scrollable {
	position:relative;
	overflow:hidden;
	width: 868px;
	height: 70px;
	float: left;
}

.scrollable .items {
	width:20000em;
	position:absolute;
}*/

.browse {
	float: left;
	width: 36px;
	height: 70px;
	cursor: pointer;
}

/*.left {
	background: transparent url(../img/arrow-no-focus.png) 10px center no-repeat;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	outline: none;
}

.left:hover {
	background: transparent url(../img/arrow-focus.png) 10px center no-repeat;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
}

.right {
	background: transparent url(../img/arrow-no-focus.png) 10px center no-repeat;
}

.right:hover {
	background: transparent url(../img/arrow-focus.png) 10px center no-repeat;
}*/


ul.nav li {
	float: left;
	margin: 4px;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 2px #000;
	font: normal normal bold 15px/133% "Georgia", "Times New Roman", serif;
	height: 62px !important;
}

	ul.nav li img {
		float: left;
		visibility: hidden;
	}
	
	ul.nav li div.menu-center {
		float: left;
		height: 62px;
	}
	
	ul.nav li div.menu-center.one {
		width: 113px;
	}
	
	ul.nav li div.menu-center.two {
		width: 86px;
	}
	
	ul.nav li div.menu-center.three {
		width: 100px;
	}
	
	ul.nav li div.menu-center.four {
		width: 107px;
	}
	
	ul.nav li div.menu-center.five {
		width: 90px;
	}
	
	ul.nav li div.menu-center.six {
		width: 136px;
	}
	
	ul.nav li div.menu-center.seven {
		width: 97px;
	}
	
	ul.nav li div.menu-center.eight {
		width: 82px;
	}




ul.nav li a {
	color: #fff;
	text-decoration: none;
	height: 62px;
	display: block;
	padding-top: 6px;
}


ul.nav li.current a {
	color: #fff;
	height: 62px;
}

ul.nav li.current div.menu-center,
ul.nav li:hover div.menu-center {
	background: transparent url(../img/menu-bg.png) center top no-repeat;
}

ul.nav li.current img,
ul.nav li:hover img
{
	visibility: visible;
}


ul.list li {
	padding: 10px 0 10px 20px;
}

ul.list a {
	color: #000;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9), 1px 1px 1px rgba(0,0,0,.9);
	font: normal normal bold 12px/100% "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: capitalize;
}

ul.list li.current a {
	color: #003d51;
}

ul.list li a:hover {
	color: #003d51;
}