/* Menubar */

div#menubar {
	height: 225px;
	position: relative;
	background-color: #3F5448;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C3AC80;
	border-right-color: #C3AC80;
	border-bottom-color: #C3AC80;
	border-left-color: #C3AC80;
	margin: 0px;
	width: 100%;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #EAE8BF;
	text-align: left;
}

div#menubar-core {
	position: relative;
	height: 100%;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3F5448;
}

div#menubar #col-1 {
	position: absolute;
	height: 150px;
	width: 170px;
	top: 2px;
	margin-right: auto;
	margin-left: auto;
	left: 20px;
}
div#menubar #col-2 {
	position: absolute;
	height: 150px;
	width: 170px;
	left: 200px;
	top: 2px;
}
div#menubar #col-3 {
	position: absolute;
	height: 150px;
	width: 170px;
	left: 380px;
	top: 2px;
}
div#menubar #col-4 {
	position: absolute;
	left: 560px;
	top: 2px;
	width: 170px;
	height: 150px;
}
div#menubar #col-5 {
	position: absolute;
	left: 740px;
	top: 2px;
	width: 170px;
	height: 150px;
}

div#menubar p.menubar-title {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #EAE8BF;
	font-weight: bold;
	background-image: none;
	text-align: left;
	background-color: #143723;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}
div#menubar p.menubar-item {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #EAE8BF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
div#menubar a:link, div#menubar a:visited {
	text-decoration:none;
	color: #EAE8BF;
}
div#menubar a:hover, div#menubar a:active {
	text-decoration:underline;
	color: #FFFFFF;
}
div#menubar img {
	margin: -2px;
}
