/* The top div will contain the logo, menu items, and optional flags for translations */
.moduletable_zeitgeist_top {
	color:#CCCCCC;
	font-size: 90%;
}

.moduletable_zeitgeist_top h3 {
	padding:0.25em 0;
	text-align:center;
	font-size:1.1em;
	margin:0;
}

/* Main drop-down menu headings */
.moduletable_zeitgeist_top ul {
	list-style: none;
	padding: 0;
	margin:0;
}

.moduletable_zeitgeist_top li {
	float: left;
	margin: 0px 1px 0px 0px;
}

/* The drop downs */
.moduletable_zeitgeist_top li ul {
	position: absolute;
	width: 135px;
	left: -999em;
	border: 1px solid black;
	background-color:white;
	border-bottom: none;
	top: 110px;
}

.moduletable_zeitgeist_top li:hover ul {
	left: auto;
}

.moduletable_zeitgeist_top li ul li {
	width: 135px;
	padding: 0;
	border-bottom: 1p000000000000000x solid black;
}

/* Background and layout for the menus */
.moduletable_zeitgeist_top li a {
	display: block;
	padding: 8px;
	text-align:center;
	background: url(images/menu.gif) repeat-x #cccccc;
	color: #ffffff;
	/* font-weight: bold; */
	text-decoration: none;
	border-right:1px solid #333;
	font-size:1.2em;
}

html>body .moduletable_zeitgeist_top li a {
	width: auto;
}

.moduletable_zeitgeist_top li ul li a {
	width: 125px;
	background: white;
	color: black;
	text-align:left;
}

.moduletable_zeitgeist_top li a:hover, a#active_menu:link, a#active_menu:visited {
	color: white;
	background: url(images/menuon.gif) repeat-x #cccccc;
	text-decoration: none;
	text-align:left;
}

.moduletable_zeitgeist_top li ul li a:hover {
	background: #cccccc;
	color: #fff;
}

.moduletable_zeitgeist_top li:hover ul, .moduletable_zeitgeist_top li.sfhover ul {
	left: auto;
}

.moduletable_zeitgeist_top ul li.active a {
	color: #000;
	text-decoration: none;
}

.moduletable_zeitgeist_top li.parent.active a {
	color: #8BC1AD;
	text-decoration: none;
}

.moduletable_zeitgeist_top li.parent.active a:hover {
	color: #e22f00;

}

.moduletable_zeitgeist_top li.parent.active ul li a {
	color: black;
	text-decoration: none;
}

.moduletable_zeitgeist_top li.parent.active ul li a:hover {
	color: #fff;
	text-decoration: none;
}

