/* 6:12:07 removed the max-width and change the width of the float from PX to EM */
body {margin-top: 0; 
font-size:small;font-family:Georgia, "Times New Roman", Times, serif;color:
#666;padding:0;margin:0;background:#000 }
img {border:0}
#header {font-weight:normal;padding:10px 0 15px 10px;
margin:0; background:#000  100% 7px no-repeat;color:#ffc}
h1 {border-bottom:1px dotted #999;margin:0 0 10px 10px;font-size:1em;line-height:2em;}
h2 {border-left:10px solid 
#c30;color:#c30;padding-left:10px;margin:20px 0 10px 10px;font-size:.9em}
p {margin:0px 10px}
#wrapper {background:#fff;width:50em;/*max-width:100%;*/margin:25px auto;border-left:1px solid 
#fff;border-right:1px solid #999;border-bottom:1px solid #666;padding-bottom:20px}
#header p{color:#333;width:10em;background:#fff;margin:0;padding:5px}
dl {padding:0;margin-left:30px;}
dt {color:#000;margin:15px 0 5px 0;}
dd {margin:10px 30px 0 20px;}
kbd,code {color:#66f;font-size:1.2em}
/* zeroing padding/margin for all elements */
#pbf_dropDownMenu,
#pbf_dropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#pbf_dropDownMenu {position:relative;background:#000 no-repeat 100% 50%;
width:50em;max-width:100%;float:left;margin-bottom:3.5em;border-bottom:1px solid #666;
}
/* sub-menu ULs */
#pbf_dropDownMenu li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
	background:url(/img/spacer.gif);/* trick to keep'em open */
}
/* All LIs */
#pbf_dropDownMenu li {
	position:relative;
	width:8.30em;
	max-width:16.5%;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
}
/* sub-menu LIs */
#pbf_dropDownMenu li ul li {
	width:10em/*FF*/;
	padding:0;
	border:none;
	max-width:160%;
	border:1px solid #333;
	border-top:none;
}
/* All anchors */
#pbf_dropDownMenu li a {
	cursor:default;
	color:#666;
	border-left:1px solid #333;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 .4em;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height:2em;
	line-height:2em;
}
/* sub-menu Anchors */
#pbf_dropDownMenu li ul li a {
	width:9em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	font-weight:normal;
	border:1px solid #fff;
	color:#000;
	background-position:0 50% !important;
}
/* :hover and stuff */
#pbf_dropDownMenu li a:hover,
#pbf_dropDownMenu li a:focus,
#pbf_dropDownMenu li a:active {color:#000}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#pbf_dropDownMenu ul a:hover,
#pbf_dropDownMenu ul a:focus,
#pbf_dropDownMenu ul a:active {color:#fff !important;background:#c30}
/* display and z-index for the sub-menus */
#pbf_dropDownMenu li:hover ul,
#pbf_dropDownMenu li.msieFix ul {display:block;z-index:10;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#pbf_dropDownMenu li#AB {z-index:6;}
#pbf_dropDownMenu li#CF {z-index:5;}
#pbf_dropDownMenu li#GJ {z-index:4;}
#pbf_dropDownMenu li#KR {z-index:3;}
#pbf_dropDownMenu li#ST {z-index:2;}
#pbf_dropDownMenu li#UZ {z-index:1;}

/* Current location - class on Body must match LI's id */
.AB #pbf_dropDownMenu li#AB a,
.CF #pbf_dropDownMenu li#CF a,
.GJ #pbf_dropDownMenu li#GJ a,
.KR #pbf_dropDownMenu li#KR a,
.ST #pbf_dropDownMenu li#ST a,
.UZ #pbf_dropDownMenu li#UZ a {color:#000;}
/* Keeping current menu accessible to JAWS */
.AB #pbf_dropDownMenu li#AB ul,
.CF #pbf_dropDownMenu li#CF ul,
.GJ #pbf_dropDownMenu li#GJ ul,
.KR #pbf_dropDownMenu li#KR ul,
.ST #pbf_dropDownMenu li#ST ul,
.UZ #pbf_dropDownMenu li#UZ ul {display:block;top:-1000px}

/* background colors */
#AB,#AB li a {background-color:#1FA4F0;}
#CF,#CF li a {background-color:#3DAEEF;}
#GJ,#GJ li a {background-color:#6DBEED;}
#KR,#KR li a {background-color:#81C5EC;}
#ST,#ST li a {background-color:#93CBEC;}
#UZ,#UZ li a {background-color:#AFD4EA;}
/* "trigger" and "msieFix" classes */
#pbf_dropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */
#pbf_dropDownMenu li#UZ ul {left:-2.3em !important;}

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #pbf_dropDownMenu li#AB ul li a:focus,
.AB #pbf_dropDownMenu li#AB ul li a:active,
.CF #pbf_dropDownMenu li#CF ul li a:focus,
.CF #pbf_dropDownMenu li#CF ul li a:active,
.GJ #pbf_dropDownMenu li#GJ ul li a:focus,
.GJ #pbf_dropDownMenu li#GJ ul li a:active,
.KR #pbf_dropDownMenu li#KR ul li a:focus,
.KR #pbf_dropDownMenu li#KR ul li a:active,
.ST #pbf_dropDownMenu li#ST ul li a:focus,
.ST #pbf_dropDownMenu li#ST ul li a:active,
.UZ #pbf_dropDownMenu li#UZ ul li a:focus,
.UZ #pbf_dropDownMenu li#UZ ul li a:active {position:absolute !important;top:1028px !important;}