
/* ### -- -- -- -- -- Page Menu Styles -- -- -- -- -- ### */

/* 

File: pageMenu.css 
Copyright 2006 by WoltLab GmbH. 

*/

/* ### -- -- -- -- -- Page Menu -- -- -- -- -- ### */

.pageMenu { 
	text-align: left;
}

.pageMenu ul {
	font-weight: normal !important;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pageMenu ul li {
	border: 0;
	float: none !important;
}

.pageMenu a, .popupMenu .pageMenu li a {
	text-decoration: none !important;
	background-image: none;
	border-width: 0 1px 1px 0 !important;
	border-style: solid !important;
	margin: 0 !important;
	padding: 3px 4px !important;
	float: none !important;
	height: auto !important;
	display: block !important;
}

/* ### -- -- -- -- -- Pop Up Menu -- -- -- -- -- ### */

.popupMenu {
	white-space: nowrap;
	border-width: 1px;
	margin: 2px 0 10px 0;
	padding: 1px 0px 0px 1px;
	position: absolute;
	z-index: 30;
	opacity: .9 !important; /* css 3 */
}

.popupMenu a {
	background-image: none !important;
}

.popupMenu .pageMenu a {
	text-align: left !important;
}

/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
