#green_bar {
    overflow:hidden;
    position:absolute;
    width: 769px;
    height:28px;
    top:97px;
    left:5px;
    font-weight:bold;
    color:#ffffff;
    font-size:14px;
    text-align:justify;
    padding: 5px 0px 5px 0px;
    font-family:arial;
	background-image: url('../images/top_bg.jpg');
	background-repeat:no-repeat;
	background-color:#ffffff;
}	

.highlighted
{
color: blue; 
}
.normal
{
color: white;
}



#green_bar a {
    color:#ffffff;
    text-decoration: none;
}
#green_bar a.highlight_on { color:#ffd639; text-decoration:none; }
#green_bar a.highlight_ooff { color:#fffff; text-decoration:none; }

#section_highlight {
             color:blue;}

