 a		{ color: #003366; }
 td, body	{ font-size: 12px; font-family: Verdana, Arial, Geneva; }
 body { background: #fff url(images/bg.gif) repeat-x; }
 .newshd { font-size: 15px; font-family: Geneva, Arial; font-weight: bold; }
 .noul { color: #000000;  text-decoration: none; }
 .noul:hover { text-decoration: underline; }
 .footer { font-size: 10px; color: #666666; }
 form { display: inline; }
 h1 { font-weight: bold; font-size: 16px; }

.fixed_width { FONT-SIZE: 75%; FONT-FAMILY: fixed-width, monospace }

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: #F9932A url(images/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: #F9932A;
background-color: #F3F3F3;
border-top: 3px solid #F9932A;
padding-top: 0;
padding-bottom: 0;
}

