/* 
Drop-Down Menu
*/

#page {
	/*background-color: white;*/
	padding-left: 0;
	text-align: left;
	margin-left:415px;
}

#menuwrapper {
	float: left;
	margin: 0px;
	padding: 0px;
    margin-top: 0px;
	width: 100%;
	border-bottom: 0px solid #CCC;
	background-color: #00589F;
	background-repeat: repeat-x;
}

.devider {
	border-bottom: 1px solid #FFF;
    margin: 3px 1px 3px 1px;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	border-right: 1px solid #FFF;
	font-size: 13px;
    font-weight:bold;
	color: white;
	font-family: "Trebuchet MS";
}

#p7menubar a.trigger {
	padding: 4px 16px 4px 10px;
	background-image: url(../images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 15em;
}

#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 4px 12px 4px 16px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #00589F;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-repeat: repeat-x;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #FFBF00;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: white;	
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #FFBF00!important;
	color: white!important;
	color: #000000!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;}

