#nav, #nav ul {
  margin:0;
  padding:0;
  font-size: 11px; color:#000000;
  list-style:none;
  width:144px; /* Width of Menu Items */
}

#nav li {
  position:relative;
}
  
#nav li ul {
  position:absolute;
  left:143px; /* Set 1px less than menu width */
  top:0;
  display:none;
}

/* Styles for Menu Items */
#nav li a   { color: ##ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background: #323d65; display: block; padding: 8px; border-bottom: 1px solid #ffffff }

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float:left; height:1%; }
* html #nav li a { height:1%; }
/* End */

#nav li a:hover { color:#ffffff; background:#69729F; } /* Hover Styles */
    
#nav li ul li a { padding:7px 5px; } /* Sub Menu Styles */
    
#nav li:hover ul, #nav li.over ul { display:block; } /* The magic */

div.sponsortxt { color: white; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: normal; margin-bottom: 6px }
div.bodytxt  { font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: normal }
div.bodylink { color: blue; font-size: 13px }
div.smlhead  { color: #183b6e; font-size: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: normal }
div.header     { color: #183b6e; font-size: 19px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: normal }
div.smltxt { font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: normal }
div.scroll      { background-color: #ffffff; padding: 8px; width: auto !important; height: 150px; overflow: auto; border: solid 4px #ffad00 }
.tablewht  { border-right: 1pt solid #fff; border-bottom: 1pt solid #fff; border-left: 1pt solid #fff }
div.bannertxt { color: #fff; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; font-stretch: wider }
div.scrolltxt { font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: normal }
div.smlwhttxt { color: #fff; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: normal }
#container {
 min-width: 600px;
 width:expression(document.body.clientWidth < 600? "600px": "auto" );
}