/* 
  ------------------------------------
  
  ------------------------------------
*/


#menuwrapper {
	
	border-bottom: 1px solid #60b5d1;
	background-color: #60b5d1;
	background-image: url(/images/menu_bg_blue.gif); 
	background-repeat: repeat-x;


}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	width: 800px;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	color: #F8F8F8;
	font-weight: bold;
}
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
/*	background-image: url(/images/p7PM_dark_south.gif); */
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: left;
	width: 10em;
}
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #996633;
	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;
/*	background-image: url(/images/menu_bg_beige.gif);*/
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #ffffff;
	background-color: #8B7765;
	
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #A68064;
	background-color: transparent;
}
#p7menubar ul a:hover {
	background-color: #ebdaa8!important;
	color: #ffffff!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; }
