#nav {
	background: url(images/gold_nav_bg_breit.png) 0px 0px no-repeat;
/*	width:620px;*/
	width: 960px;
	height: 27px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 27px;
	text-align: center;
	color: #000000;
}

.fakeitem {
	width: 91px;
	text-align: center;
	float: left;
}

.navsearch {
	width: 305px;
	text-align: left;
	float: right;
	clear: none;
}

.navitem {
	width: auto!important;
	border-right: solid 1px #f2e7c9 !important;
	text-align: center;
	float: left;
}


.navitem a,
.navitem a:visited {	
	padding: 5px 10px;
	color: #fbfcf7;
	letter-spacing: 0.1em;
}
.navitem a:hover,
.navitem a:visited:hover {	
	background: url(images/css-nav-bg.png) 0px -31px repeat-x;
	color: #000;
}

.navitem a:focus,
.navitem a:active {
	outline: none;
}


.navitem.active:hover,
.navitem.active {
	background: url(images/css-nav-bg.png) left top no-repeat;
}

.navactivestart {
	padding: 5px 10px 0px 0px;
	background: url(images/css-nav-bg.png) left top no-repeat;
}

.navactiveend {
	padding: 5px 0px 0px 10px;
	background: url(images/css-nav-bg.png) right top no-repeat;
}

