﻿DIV.news-bar {
  background-image: url(../images/newsbar/newsbar-bg.gif);
  background-repeat:no-repeat;
  background-position: bottom left;
  float:right;
  width:204px;
  margin:0 0 10px 20px;
}
DIV.news-bar H2{
  text-indent:-5000px;
  line-height:0px;
  font-size:0px;
  height:44px;
  background-image: url(../images/newsbar/newsbar-top.gif);
  background-repeat:no-repeat;
  background-position: top left;
  width:204px; 
  padding:0;
  margin:0;
}
DIV.news-bar UL {
  width:204px;
  float:right;
  margin:0;
  padding:0;
  overflow:hidden;  
  height:expression(this.offsetHeight < 100?"101px":"auto");
  min-height:100px;
}
DIV.news-bar ul li {
  display:block;
  list-style:none;
  float:none;
  clear:both;
  padding:0 5px 5px 20px; 
  margin:0 0 0 15px;
  background-image: url(../images/newsbar/newsbar-bullet.gif);
  background-repeat:no-repeat;
  background-position:  0px 5px;
}
DIV.news-bar ul li a {
  text-decoration:none;
  font-weight:bold;
  color: #e7a832;
}
DIV.news-bar ul li a:hover {
  text-decoration:underline;
}
DIV.news-bar ul li div.news-item-summary {
  color:#fff;
  font-weight:normal;
  font-size:11px;
}
DIV.news-bar ul li div.news-item-summary p{
  margin:0;
  padding:0 5px 5px 0;
}