/*topmenu.css for www.freedom2act.com 2010.06.08 ******************************/#header {  background-color: white;  text-align: left;  width: 100%;  border-bottom: 1px solid #C0C0C0;    /*Gray border */}#header p.logo {  display: inline;  float: right;  top: .5em;  font: italic 16px "Times New Roman", serif;  text-align: right;}#header img.flag {  float: right;  height: 12px;  width: 24px;  margin: 2px 1em 2px 0;}/*top level menu **************************************************************//* CSS Top Menu: Son of Suckerfish Dropdowns*               with up to 3 levels* Orig. by Patrick Griffiths and Dan Webb.******************************************/#nav, #nav ul {  background-color: #EBF3FF;   /*lightblue background */  color: #191970;              /*MidnightBLue characters */  float: left;  line-height: 1em;  list-style: none;  border: 0 solid #C0C0C0;     /*Gray border  */}/*Top level list items ******************************************/#nav li {  float: left;}/*Top level menu link item style*/#nav li a {  display: block;  color: #191970;             /*MidnightBLue characters */  font: 12px Arial, Tahoma, sans-serif;   font-weight: bold;  text-align: center;  text-decoration: none;  padding: 0.5em 1.5em 5px 1.5em;  /*was 3px 0 */  border: 0 solid #DCDCDC;    /*Gainsboro light gray border */  border-width: 1px 0 0 0;}/*Top level menu link items with children*/#nav li a.granddad {   background-image: url('http://www.freedom2act.com/freedom2act/images/rightarrow1.gif');   background-repeat: no-repeat;   background-attachment: scroll; background-position: bottom center;}/*Sub level menu **************************************************************/#nav li ul {  position: absolute; left: -999em;  background-color:#E6E8FA; /*light steel blue background */  font-weight: normal;  height: auto;  width: 14.1em;            /*167was 14.4em */  w\idth: 14em;           /*165was 13.9em */  border-width: 1px;        /*was 0.25em */  margin: 0;}/*Sub level list items ***************************/#nav li li {  width: 14.5em;            /*166was 13em */  w\idth: 13.3em;           /*156was 13em - IE: 163px;/FF: 161px;*/  padding-right: 0.7em;     /*10was 1em - fill out after right-arrow in IE*/                            /*determines coloring hover in FF*/}/*Sub level menu link styles*/#nav li li a, #nav li li li a {  display: block;  color: #191970;            /*MidnightBlue characters */  font: 12px Arial, Tahoma, sans-serif;   font-weight: bold;  text-align: left;   text-decoration: none;  width: 14em;               /*171same as #nav li ul */  w\idth: 13.4em;            /*165same as #nav li ul - no effect in FF */  padding: 3px 0 3px 0.5em;  /*same as #nav li ul */  border: 0 solid #DCDCDC;   /*Gainsboro light gray border */}/*Sub level menu link items with children*/#nav li li a.daddy {   background-image: url('http://www.freedom2act.com/freedom2act/images/rightarrow2.gif');   background-repeat: no-repeat;   background-attachment: scroll; background-position: center right;}/*action and hover ************************************************************/#nav li ul a {  width: 14em;            /*155was 13em */  w\idth: 13.2em;         /*155was 12em - position the right-arrow*/                          /*              determines hover in IE */}#nav li ul ul {  margin: -1.75em 0 0 13.2em;  /*156was -1.6em 0 0 14em */                               /*up and right shift of the son menu */}#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {  left: -999em;}#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {  left: auto;}#nav li:hover, #nav li.sfhover {  background-color: #B0C4DE;    /*Light Steelblue background */}