#menuwrapper {
	background-color: #D7D7D7;
	background-image: url(menuimg/bgOFF.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #39F;

}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	line-height: 26px;
	background-repeat: repeat-x;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
#p7menubar a.trigger {
	background-repeat: repeat-x;
	background-position: right center;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 24px;
}
#p7menubar li {
	float: right;
	width: 8em;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 17em;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	width: 25px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(../images/tab/l.jpg);
	background-repeat: repeat-x;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #AAAAAA;
	width: auto;
	text-align: left;
}
#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: #333333!important;
	color: #FFFFCC !important;
}

