/* CSS Document */


/*
Courtesy of Projectseven.com this is the popup express menu that is free of charge! It has been modified by Georg Gunlaug removed .clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
} menuwrapper {/* expand to contain - replaces -clearing-; added display: table; 
height: 1%; 
}. */

#menuwrapper {
	width: 100%;
	border: thin solid #FF0000;
	left: 0px;
	z-index: 15;
	background-image:  url(images/ggr20.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: table;
	height: 1%;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	border-right: 1px solid #666666;
	font-size: 0.7em;
	color: #000066;
	font-weight: bold;
}

#p7menubar a.trigger {
	padding: 5px 16px 5px 5px;
	background-image:  url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000066;

}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 15em;
	z-index: 16;
}

#p7menubar ul li a  {
	color: #333333;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: #000066;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #0066CC;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
	color: #333333;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #333333;
}

#p7menubar ul a:hover {
	color: #0000FF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}
/* end of menu */
