/* 6:12:07 removed the max-width and change the width of the float from PX to EM */
body 
#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}
#aside {float:right;width:125px;margin:6em 20px;display:inline;}
div#bsaz_1241449.adblock {margin-left:20px !important;width:auto !important;} p#cc {margin-top:20px;border-top:1px dotted #999;padding-top:10px;}
/****
keyBoardDropDown
Pure CSS Drop Down Menu [keyBoardDropDown] v1.2
Copyright 2006, Thierry Koblentz - TJKDesign.com - All rights reserved.
Read www.TJKDesign.com/articles/Pure_CSS_dropdown_Menus.asp
****/
/* zeroing padding/margin for all elements */
#dropDownMenu,
#dropDownMenu * { margin:0;padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
/* "Master" UL (the whole Menu) */
#dropDownMenu {position:relative;background:no-repeat 100% 50%;width:100%;max-width:100%;float:left;margin-bottom:3.5em;border:0px solid #666; 
}
/* sub-menu ULs */
#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(/images/clear.gif);
    /* trick to keep'em open */
}
/* All LIs */
#dropDownMenu li {
    position:relative;
    cursor:pointer;
    float:right;
    list-style-type:none;
    font-weight:bold;
    white-space:nowrap; 
    
}
/* sub-menu LIs */
#dropDownMenu li ul li {
    padding:0;
    border:none;
    max-width:120%;
    border:0px solid #333;
    border-top:none;
    border-right: none;
    padding-top:10px;
    background-color:#FFFFFF;
    
}
/* All anchors */
#dropDownMenu li a {
    cursor:default;
    color:#666;
    border-left:1px solid #333;
    text-decoration:none;
    display:block;
    float:left;
    padding:0 .8em;
    /*  uncomment the declaration below if you want to go "full width" */
/*  width:7.47em; */
    height:2em;
    line-height:34px;
    height:34px;
    max-height:34px;
    
    
}



/* sub-menu Anchors */
#dropDownMenu li ul li a {
    
    position:relative !important; /* ie Mac */
    cursor:pointer !important;
    white-space:nowrap;
    line-height:1.7em;
    height:1.7em;
    font-weight:normal;
    border:0px solid #fff;
    color:#666;
    background-position:0 50% !important;
    
}
/* :hover and stuff */
#dropDownMenu li a:hover,
#dropDownMenu li a:focus,
#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 */
#dropDownMenu ul a:hover,
#dropDownMenu ul a:focus,
#dropDownMenu ul a:active {color:#fff !important;background:#c30}
/* display and z-index for the sub-menus */
#dropDownMenu li:hover ul,
#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  */
#dropDownMenu li#AB {z-index:6;}
#dropDownMenu li#CF {z-index:5;}
#dropDownMenu li#GJ {z-index:4;}
#dropDownMenu li#KR {z-index:3;}
#dropDownMenu li#ST {z-index:2;}
#dropDownMenu li#UZ {z-index:1;}

/* Current location - class on Body must match LI's id */
.AB #dropDownMenu li#AB a,
.CF #dropDownMenu li#CF a,
.GJ #dropDownMenu li#GJ a,
.KR #dropDownMenu li#KR a,
.ST #dropDownMenu li#ST a,
.UZ #dropDownMenu li#UZ a {color:#000;}
/* Keeping current menu accessible to JAWS */
.AB #dropDownMenu li#AB ul,
.CF #dropDownMenu li#CF ul,
.GJ #dropDownMenu li#GJ ul,
.KR #dropDownMenu li#KR ul,
.ST #dropDownMenu li#ST ul,
.UZ #dropDownMenu li#UZ ul {display:block;top:-1000px}


/* "trigger" and "msieFix" classes */
#dropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */
#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 #dropDownMenu li#AB ul li a:focus,
.AB #dropDownMenu li#AB ul li a:active,
.CF #dropDownMenu li#CF ul li a:focus,
.CF #dropDownMenu li#CF ul li a:active,
.GJ #dropDownMenu li#GJ ul li a:focus,
.GJ #dropDownMenu li#GJ ul li a:active,
.KR #dropDownMenu li#KR ul li a:focus,
.KR #dropDownMenu li#KR ul li a:active,
.ST #dropDownMenu li#ST ul li a:focus,
.ST #dropDownMenu li#ST ul li a:active,
.UZ #dropDownMenu li#UZ ul li a:focus,
.UZ #dropDownMenu li#UZ ul li a:active {position:absolute !important;top:1028px !important;}
