/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */





/* ----[ LINKS ]----*/
* {
margin: 0px;
padding: 0px;
-webkit-padding-start: 0px;
}

/* all menu links */
#nav a, #subMenusContainer a{
	text-decoration:none;
	display:block;
	/*padding:2px 5px;*/
	/*background-color:#fff ;*/
	background-color: #fff19d;
	/*-moz-border-radius: 7px;
	-webkit-border-radius: 7px;*/
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
	float:left;


	background:transparent url() no-repeat scroll 0 0;
	color:#000000;

	font-size:0.95em;
	font-weight:bold;

	
	margin-left: 3px;
	text-decoration:none;
	text-transform:capitalize;
	margin-top: 15px;
	padding:0px 3px 7px 3px;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
	font-weight: bold;
	/*font-family: Verdana,"Myriad Pro";*/
	font-size: 0.85em;
	min-height: 18px;
	line-height: 11px;
	padding-top: 4px;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	/*background-color:#F6C739 ;*/
	background-color: #ffde16;
	/*color:#FFF;*/
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	/*background-color:#F6C739 ;*/
	background-color: #ffde16;
	/*color:#FFF;*/
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: url(../img/arrow_right.gif) right center no-repeat;
	min-width: 125px;
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	background: url(../img/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
	 background: url(../img/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	background: url(../img/arrow_down_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:-5px 0 0 -2px;
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	/*background:#fff;*/
	background-color: #fff19d;
	border:0px solid #C3D46A;
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#nav{
	display:block;
	position: relative;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	/*top:15px;*/
	/*left:50%;*/
	text-align: center;
	display:block;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ /*margin-left: 0;*/ }
#nav li li:hover a:focus + ul { margin-left: 10em; }



/* all menu links */
.dropdown a, #dropDownContainer a{
	text-decoration:none;
	display:block;
	/*min-height: 18px;*/
}
.dropdown a{
	
	color: #ffffff !important;
	/*font-family: "HelveticaBold";*/
	font-size: 9px;
	font-width: bold;
	border-color: #3F484F;
	border-style: none;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	/*width: 125px;
	height: 17px;*/
	padding:3px 8px 0px 8px;
	text-align: left;
	background: transparent url('../img/pack1.png') no-repeat;
	background-position: -6977px 0px;
	width: 126px;
	height:14px;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
.dropdown a{
	margin:0px 0px 3px 0px;
	float:left;
}

/* Just sub menu links */
#dropDownContainer a, .dropdown li li a{
	text-align:left;
	font-weight: bold;
	font-size: 0.8em;
	/*min-height: 20px;*/
	line-height: 11px;
	padding: 7px 7px 2px 2px;
	
	font-stretch:ultra-condensed;
	width: inherit;
	/*overflow: hidden;*/
}

/* All menu links on hover or focus */
.dropdown a:hover, .dropdown a:focus, #dropDownContainer a:hover, #dropDownContainer a:focus, .dropdown a.mainMenuParentBtnFocused, #dropDownContainer a.subMenuParentBtnFocused{
	/*background-color:#F6C739 ;*/
	/*background-color: #748491;*/
	/*color:#FFF;*/
}

/* parent menu links on hover or focus */
.dropdown li a:hover,
.dropdown li a:focus{
	/*background-color: #748491;*/
}
/* sub menu links on hover or focus */
#dropDownContainer a:hover, 
#dropDownContainer a:focus,  
#dropDownContainer a.subMenuParentBtnFocused{
	background-color: #ffde16;
}
#dropDownContainer a:hover, 
#dropDownContainer a:focus, 
.dropdown a.mainMenuParentBtnFocused, 
#dropDownContainer a.subMenuParentBtnFocused,
.dropdown li a:hover,
.dropdown li a:focus{
	
	/*background-color: #ffde16;*/
	
	/*color:#FFF;*/
}

/* Parent Sub Menu Links ---[javascript users only]*/
#dropDownContainer .subMenuParentBtn{ 
	background: url(../img/SearchBoxSelectArrow.gif) right center no-repeat;
	/*padding: 2px 20px;*/
	/*background-color: blue;
	overflow: hidden;*/
	
}
a.subMenuBtn{ 
	display: block;
	/*padding:4px 15px 0px 15px;*/
	/*padding:2px 7px 2px 2px;*/
	
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	/*background: transparent url(../img/arrow_right_over.gif) right center no-repeat;*/
	background: url(../img/SearchBoxSelectArrow.gif) right center no-repeat;
	/*padding: 2px 20px;*/
}

/* Parent Main Menu Links ---[javascript users only]*/
.dropdown .mainMenuParentBtn{	
	 /*background: url(../img/protolocation/triangle.gif) right center no-repeat;*/
	background: transparent url('../img/pack1.png') no-repeat;
	background-position: -6977px 0px;
	width: 126px;
	height: 20px;
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.dropdown .mainMenuParentBtnFocused{	
	/*background: url(../img/arrow_down_over.gif) right center no-repeat;*/ 
	background: transparent url('../img/protolocation/dropdown-button.gif') no-repeat;
	width: 126px;
	height: 20px;
	border-style: none;
	
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0px 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
.dropdown, .dropdown ul, .dropdown ol, #dropDownContainer ul, #dropDownContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
.dropdown ol, .dropdown ul, #dropDownContainer ul, #dropDownContainer ol {	
	/*border around submenu goes here*/	 
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	/*background:#fff;*/
	background-color: #fff19d;
	/*border-top:1px solid #abb4ba;
	border-left:1px solid #abb4ba;
	border-right:1px solid #abb4ba;*/
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
.dropdown li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#dropDownContainer li{
	list-style: none;
	/*border-bottom-color: #E5E6E7;*/
	/*border-bottom-color: #4A5559;*/
	border-bottom-color: #abb4ba;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 20px;
}

/* main menu ul or ol elment */
.dropdown{
	display:block;
	position: relative;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	/*top:15px;*/
	/*left:50%;*/
	text-align: center;
	display:block;
}

#dropDownContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
.dropdown li li{	float:none; }

.dropdown li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

.dropdown li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
.dropdown li ul ul { margin: -1em 0 0 -1000em; }
.dropdown li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
.dropdown li:hover ul{	margin-left: 0; }
.dropdown li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
.dropdown li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
.dropdown li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
.dropdown li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
.dropdown li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
.dropdown li:hover a:focus{ margin-left: 0; }
.dropdown li li:hover a:focus + ul { margin-left: 10em; }

#subMenusContainer li a 
{
	padding-left: 10px;
	padding-right: 10px;
}

#dropDownContainer li a
{
	padding-left: 5px;
	padding-right: 12px;
}


