
#news {
	float: right;
	margin-top: 170px;
	padding-right: 0px;
	width: 200px;
	height: auto;
	text-align: left;
	margin-right: 0;
	font-size: 11px;
	padding-left: 1px;
}

#newshead {
    width:100%;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	white-space: nowrap;
}
#newshead ul {
      margin:0;
      padding: 0;
      list-style:none;
}

#newshead li {
	position:  relative;
	float:left;
	background: url(../img/navi/news/l_both.png) no-repeat left top;
	margin: 0 0 0 -9px;
	padding: 0 0 0 10px;
}



#newshead li.newsfirst {
		position:  relative;

	background: url(../img/navi/news/l_both_first.png) no-repeat left top;
	padding: 0 0 0 5px;
}


#newshead a {
		position:  relative;

      float:left;
      display:block;
      width: .1em;
      background:url(../img/navi/news/r_both.png) no-repeat right top;
      padding: 5px 10px 3px 6px;
      text-decoration:none;
      color: white;
      }
    #newshead > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #newshead a {float:none;}
    /* End IE5-Mac hack */
    #newshead a:hover {
      color: #e10022;
      }
/*   
    #home #nav-home, #news #nav-news,
    #products #nav-products, #about #nav-about,
    #contact #nav-contact {
      background-position:0 -22px;
      border-width:0;
      }
    #home #nav-home a, #news #nav-news a,
    #products #nav-products a, #about #nav-about a,
    #contact #nav-contact a {
      background-position:100% -22px;
      padding-bottom:5px;
      color: #e10022;
      }
*/
    #newshead li:hover, #newshead li:hover a {
		position:  relative;

      background-position:0% -22px;
      color: #e10022;
      }
  #newshead li:hover a {
      background-position:100% -22px;
      }

#newshead #current {
      background-position:0% -22px;
      color: #e10022;
}

#newshead #current a {
      background-position:100% -22px;
      color: #e10022;
}

#news p {
	margin: 0;
	padding: 0;
}
