
body {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 100%;
	background-color: #000000;
	margin: 24px 0;
	padding: 0;
	background-image: url(images/gif2_10.gif);
	background-repeat: no-repeat;
}
#menuwrapper {
	display:inline;
	list-style:none;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding:0 0 7px 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	font-size: .85em;
	font-weight:bold;
	color: #fff;
}

#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}

#p7menubar ul li a  {
	color: #c6f;
	border-right: 0;
	padding: 3px 6px 3px 10px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #c3f;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #ebe6ed!important;
	color: #cc33ff!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;}

