.navcontainer {
	background: url(../../images/menu_bkg_wood_goo.jpg) no-repeat;
}

.navcontainer .current {
	background: url(../../images/menu_inset.png) no-repeat;
}

.navcontainer a:hover{
	text-decoration: none;
	display: inline-block;
	color: #350000;
	font-weight: bold;
	text-shadow: #a97e6c 0 1px 0;
	text-align: center;
}

.navcontainer a{
	color: #fff;
}

.navcontainer a:visited{
	color: #fff;
}

.navcontainer a:active {
	color: #fff;
}

#breadcrumb {
	margin-right: auto;
	margin-left: auto;
	height: 33px;
	margin-top: 36px;
	background: url(../../images/menu_bkg_wood_goo.jpg) no-repeat 0 center;
	padding-top: 1px;
	padding-left: 34px;
}

#breadcrumb a {
	display: inline;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumb a:hover {
	display: inline;
	color: #350000;
	text-shadow: #a97e6c 0 1px 0;
	text-align: center;
	text-decoration: none;
}

.divider {
	background: url(../../images/divider.png) no-repeat;
	width: 15px;
	height: 33px;
	float: left;
	display: inline;
}