/*Bar along the menu*/
div#setbar{
	display:block;
	padding-left: 0;
	margin-left: 0;
	margin-right: -2px;
	margin-top: -2px;
	margin-bottom: -2px;
	background-color: #919396;
	color: #06132E;
	font-weight: bold;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 0.2em 0.0em;
}
#menuwrapper {
	padding-left: 0;
	margin-left: auto;
	margin-right:auto;
	margin-top: -2px;
	_margin-top: -26px;
	margin-bottom: -2px;
	background-color: #919396;
	color: #06132E;
	font-weight: bold;
	float: inherit; 
	width: 836px;
	font-family: arial, helvetica, sans-serif;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-repeat: repeat-x;

}
#menuwrapper ul {
	padding-left: 0;
	margin-left: 0px;
	margin-top: -26px;
	_margin-top: -2px;
	margin-bottom: -2px;
	background-color: #919396;
	color: #06132E;
	font-weight: bold;
	float: left;
	/*width: 100%;*/
	font-family: arial, helvetica, sans-serif;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;

}
#menuwrapper ul li { display: inline; }

#menuwrapper ul li a:hover
{
	background-color: #06132E;
	color: #919396;
}
/*Clears the floated menu items.*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

a:link {
   color: #fff;
}

a:hover {
   text-decoration: none;
   color: #919396;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	list-style: none;
}
/*Old
#p7menubar, #p7menubar ul {
	padding-left: 0px;
	margin-left: 0px;;
	margin-top: -2px;
	margin-bottom: -2px;
	background-color: #919396;
	color: #06132E;
	font-weight: bold;
	float: left;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	
	
	padding-left: 0;
	margin-left: 0;
	margin-top: -2px;
	margin-bottom: -2px;
	background-color: #919396;
	color: #06132E;
	font-weight: bold;
	float: left;
	font-family: arial, helvetica, sans-serif;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#p7menubar {width: 100%;}
*/
#p7menubar a {
	display: block;
	text-decoration: none;
}

#p7menubar a.trigger {
	background-repeat: no-repeat;
	background-position: right center;
}

#p7menubar li {
	float: left;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 150px;
	border-left:2px solid #000;
	margin-left: -2px;
}

#p7menubar ul li a {
	padding: 0.2em 0.5em;
	background-color: #919396;
	color: #06132E;
	text-decoration: none;
	float: left;
	border-right:2px solid #000;
	border-bottom:0px solid #000;
	width: 150px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-repeat: repeat-x;
	width: 166px;
	margin-left: -2px;
}
#p7menubar li a{ 	
	padding: 0.2em 0.5em;
	background-color: #919396;
	color: #06132E;
	text-decoration: none;
	border-right: 2px solid #000;
	border-left: 0px solid #000;
	width: 150px;
}
#p7menubar #current{
	border-left: 2px solid #000;
}
/*Top level menu, when hovered*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	background-color: #919396;
	color: #06132E;
}

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

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

#p7menubar ul li a:hover
{
	background-color: #06132E;
	color: #919396;
}

#p7menubar ul a:hover {
	background-color: #06132E;
	color: #919396;
}
/* 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;}
#p7menubar ul li {display: inline; }
#p7menubar li {display: inLine;}
