/* ***************************************** START: Newsticker ***************************************** */

/* Basic code - don't modify */

 #nav_ticker { display: block; margin: 0; padding: 0; position: relative; }
  #nav_ticker li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav_ticker a { display: block; }
  #nav_ticker ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  /* html #nav_ticker ul { line-height: 0; } /* IE6 "fix" */
     #nav_ticker ul a { zoom: 1; } /* IE6/7 fix */
    #nav_ticker ul li { float: none; }
    #nav_ticker ul ul { top: 0; }

/* Essentials - configure this */

#nav_ticker ul { width: 220px; }
#nav_ticker ul ul { left: -111px;top:18px;width:170px; }



/* Everything else is theming */
#nav_main_ticker {background-color:none;color:#525252;}
#nav_main_ticker a {background-color:none;color:#525252;}
#nav_main_ticker li a.hover {background-color:none;color:#525252;}

#nav_ticker { background-color:none; height: 15px;font-family:verdana, Arial,sans-serif; }
#nav_ticker *:hover { background-color:none; }
#nav_ticker a { border-right: 0px solid white; color:#525252;  padding: 6px; line-height: 0;}
  #nav_ticker li.hover a { background-color:none; }
  #nav_ticker ul { top: 15px; left:-5px;}
    #nav_ticker ul li a { color:#525252;background-color: #fff; border-style:solid;border-width:1px;border-color:#525252;line-height: 1;border-collapse:collapse;margin:1px;vertical-align:middle;}
      #nav_ticker ul a.hover { color:#fff;background-color: #525252; font-weight:normal;border-style:solid;border-width:1px;border-color:#525252;opacity: 1.0; filter: alpha(opacity=100);text-decoration:none;}
   #nav_ticker ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav_ticker ul a { border-bottom: none; } - I also needed this for IE6/7 */
