﻿/* the news box */
#news{position:relative;overflow:hidden;font-family: Arial,sans-serif;}
#news a { color:#000;}
#news ul { margin: 0;padding:0; }
#news li { }
#news li a { color: #000000; text-decoration: none; text-transform: uppercase; font-weight:bold; }
#news li a:hover { color: #024978; text-decoration: underline; }

/* the news box when JavaScript is available */
#news.hasJS { height:75px;	overflow:hidden; position:relative; }

/* The nested UL when JavaScript is available */
#news.hasJS ul { position:absolute;	top:120px; left:0; margin:0 .5em 0 .5em; padding:0;}





