@charset "UTF-8";
/* CSS Document */
body  { /* temporary*/
	font: 100% MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
}
.jquerycssmenu{
	padding-left: 32px;
	width: 64.5em; /* change menu and header to 66em*/
	margin: 0 auto 0 auto;
	height: 1.3em;
	background-color: #666666; /* update width IE*/
	padding-right: 20px;
	vertical-align: top;
}
.jquerycssmenu ul{
	margin: 2px 0;
	padding: 2px 0 0 0;
	list-style-type: none;
	font-size: 0.82em;
	color: #fff; /* position for top of submenu */
}
/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding: 5px 3px 4px 3px;
	font: inherit;
	height: 1.3em; /* position for top of submenu */	/*border: solid red 1px; */
}
/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	margin-right: 3px; /*spacing between tabs*//*border: 1px solid #778; border-bottom-width: 0; color: #2d2b2b; */
	text-decoration: none;
	color: #fff;
	font-size	: 0.82em;
	font: inherit;
	height: 1.3em;
}
.jquerycssmenu ul li a:hover{
	color: #ccc;
} 
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute; 
	left: 0;
	top: 50%;
	display: block;
	visibility: hidden;
	border-top: none; /*border-top: 1px solid black; */
	text-align: left;
	font: inherit;
	 margin: 2px 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
	border-bottom: solid 1px #666;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 0;
	font-size: 0.82em;
	font: inherit;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top: 0;
	left: 0;
}
/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	width: 115px; /*width of sub menus set 160 default*/
	background: white;
	color: black;
	padding: 4px 5px;
	margin: 0;
	font-size: 0.82em;
	font: inherit;
}
.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background: #A8A9AD;
	color: #fff;
	margin: 0;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
	position: absolute;
	top: 7px;
	right: 5px;
}
.rightarrowclass{
	position: absolute;
	top: 5px;
	right: 5px;
}
.text {
	padding: 0px; /* tbd this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	width: 20em;  /* bc template */
	text-align: right;
	float: right;
	display: inline;
	vertical-align: top;
}
#menuwrapper {
	/* background:none repeat scroll 0 0 #A8A9AD; padding: 0; /* tbd this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#666;
	margin: 76px auto 0 auto;
	height: 32px;
	width: 100%;  /* bc template */
	border-bottom: 1px solid #000;
	padding: 0; /* update for IE widths, original padding: 6px 0;*/
	position: absolute;
	top: 0px;
	overflow: visible;
	left: 0px;
}
#search-label {
    display: block;
    float: left;
    margin-left: -5000px;
}