
/**************************/
/*****NAVIGATION***********/
/**************************/


#menuwrapper 
{
	background-color: #fff;
	margin-left:0px;
	border-right: solid 1px white;

}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	/*width: 50em;*/
}
#p7menubar, #p7menubar ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	color: Black;
}
#p7menubar a 
{
	font-weight: bold;
    
	display: block;
	text-decoration: none;
	padding: 5px 10px 3px 10px;
	/*border-top: 1px solid #be4800;
	border-left: 1px solid silver;*/
	color: white;
}
#p7menubar a.trigger 
{
    
	z-index: 100;
	/*background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}

#p7menubar a.trigger:hover {
	z-index: 100;
	/*background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}
#p7menubar li {
	float: left;
	width: 9em;
}
#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: 18em;
}

#p7menubar li ul
{
    font-size:90%;
    position: absolute;
    display: none;
    background-color: #E4D572;
    border-right: 1px solid #B59A2D;
    border-left: 1px solid #B59A2D; /*background-image: url(images/p7exp_mgrad.jpg);*/
    font-weight: normal;
    z-index:100;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fff;
	background-color:#B59A2D;
	padding-top:3px;
	height:22px;
	border-top: solid 2px #B59A2D;
	border-bottom: none;
	border-left: none;
	text-align: left;
	z-index:100;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
	border-top:none;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #391700;
	background-color: transparent;
	border-bottom: 1px solid black;
	border-top:none;
	font-weight: normal;
}
#p7menubar ul a:hover {
	background-color: #EBE7CB !important;
	color: #000000 !important;
	z-index:100;
}
/**************************/
/*****NAVIGATION***********/
/**************************/
