/***************************************************************/
/** BEER BUSINESS DAILY sub navigation stylesheet             **/
/** Contains styles that are valid only for the sub nav       **/
/** Created: 02/16/2006 by Vlad Vlasceanu                     **/
/***************************************************************/

.sub_nav {
  width: 120px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-align:right;
  background:url(/images/subnav_bg.gif);
  background-repeat: repeat-y;
  color:#ffffff;
}
td.sub_nav a,
td.sub_nav a:visited,
td.sub_nav a:link {
  padding: 3px 10px 4px 10px;
  color:#ffffff;
  display:block;
  margin:0px;
}
td.sub_nav a:active,
td.sub_nav a:hover,
td.sub_nav a.on {
  background-color:#cc0000 !important;
}
* html .sub_nav td a {
  width:100%; /* ie only */
}
