#NewsBoxOuter {
position: relative;
color: #fff;
background-color: #004b8d;
padding: 0;
font-weight: bold;
text-align: left;
margin: 1px 4px 0 4px;
text-transform: uppercase;
border-bottom: 1px solid #004b8d;
border-top: 1px solid #004b8d;
font-size: 0.9em;
}

#NewsBoxOuter span {
position: absolute;
line-height: 15px;
left: 4px;
}

#NewsBox {
text-align: left;
height: 15px;
overflow: hidden;
position: relative;
margin-left: 10em;
}

#NewsContent {
position: absolute;
left: 1px;
}

#NewsBox ul {
margin: 0;
padding: 0;
}

#NewsBox ul li {
float: left;
list-style-type: none;
padding-right: 1em;
line-height: 15px;
}

#NewsBox ul li a {
color: #fff;
text-decoration: none;
}

#NewsBox ul li a:hover {
text-decoration: underline;
}


/*
#NewsEntry1, #NewsEntry2 {
position: absolute;
white-space: nowrap;
margin: 0;
}

#NewsEntry1 A, #NewsEntry2 A {
text-decoration: none;
color: #fff;
}
*/