/* tfMenu */
#menu {
	width: 96.5%;
	background: #46461F url(/uploads/images/terrafirma/a16.gif) repeat-x;
	height: 67px;
	padding: 0px 20px 0px 5px;
	margin: 28px 0px 24px 0px;
}
#barit {
	display: none;
	margin: 9px 0 0;
}
div.clearb {
	clear: both;
	margin: 0px;
}
.menublock1 {
	float: left
}
.menublock1 li {
	display: inline;
	line-height: 52px;
	padding-left: 3px;
}
.menublock1 li.first {
	border-left: 0px;
}
.menublock1 li a {
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 8px 12px 8px 12px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.menublock1 li a:hover {
	background: #fff url(/uploads/images/terrafirma/a18.gif) repeat-x top;
	color: #4A4A24;
	text-decoration: none;
}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
.menublock1 li li {
	width: 200px;
}
/* Unless you know what you do, do not touch this */
.menublock1, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menublock1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menublock1 ul {
	position: absolute;
	top: auto;
	display: none;
	background: #EFEFE8;
	z-index: 10;
}
.menublock1 ul ul {
	margin-top: 1px;
	margin-left: -1px;
	left: 100%;
	top: 0px;
	display: none;
}
.menublock1 li {
	float: left;
}
.menublock1 li li {
	margin-left: 0px;
	line-height: initial;
	float: none;
	display: block;
	position: relative;
	z-index: 10;
}
/* Styling the basic apperance of the menu elements */
.menublock1 a {
	text-decoration: none;
}
.menublock1 li a {
}
.menublock1 li li a {
	display: block;
	background-color: initial;
	background-repeat: initial;
	padding: 8px 12px 8px 12px;
	font-size: 12px;
	color: #4A4A24;
	font-weight: bold;
	padding: 8px 10px;
	border: none;
}
.menublock1 li {
}
.menublock1 ul li a.menuactive {
	text-decoration: underline;
	background: #fff url(/uploads/images/terrafirma/a18.gif) repeat-x top;
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
.menublock1 li.menuactive a.menuactive.parent {
	text-decoration: underline
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
.menublock1 ul li.menuparent a.menuparent,
.menublock1 ul li.menuparent a.menuparent:hover {
	padding-right: 16px;
	background-image: url(/modules/MenuManager/images/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* Styling the apperance of menu items on hover */
.menublock1 li:hover {
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
.menublock1 ul,
.menublock1 li:hover ul,
.menublock1 li:hover ul ul,
.menublock1 li:hover ul ul ul {
	display: none;
}
.menublock1 li:hover ul,
.menublock1 ul li:hover ul,
.menublock1 ul ul li:hover ul,
.menublock1 ul ul ul li:hover ul {
	display: block;
}
/* tfMenu */