#NewsBoxOuter {
position: relative;
color: #174051;
padding: 0;
font-weight: normal;
text-align: left;
margin: 15px 0 0 0;
background-color: #bbe0e3;
}

#NewsBoxOuter span {
position: absolute;
line-height: 30px;
left: 4px;
padding-left: 20px;
font-family: Palatino Linotype; 
}

#NewsBox {
text-align: left;
height: 30px;
overflow: hidden;
position: relative;
margin-left: 130px;
font-family: Palatino Linotype;
}

#NewsContent {
position: absolute;
left: 1px;
white-space: nowrap;
line-height: 30px;
}

#NewsContent a {
color: #174051; 
text-decoration: none;
margin-right: 2em;
}

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

}

#NewsBox ul li {
float: left;
list-style-type: none;
padding-right: 1em;
background-image: none;
white-space: nowrap;
}

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

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