#navigationNews {width:150px; font-size:12px;}
#navigationNews ul
 {margin:0px; padding:0px; background-color:#1F1F1F;}

#navigationNews ul li {
height:25px;
line-height:25px;
list-style:none;
padding-left:10px;
color:#FFF;
border-top:#fff solid;
border-bottom:#fff solid;
border-width:1px;
cursor:pointer;
}

#navigationNews ul li:hover {background-color:#366; position:relative;}

#navigationNews ul ul {
display:none;
position:absolute;
left:95px;
top:5px;
border:#fff solid;
border-width:1px;
background-color: #006633;
}
#navigationNews ul li:hover ul {display:block;}

#navigationNews ul ul li {border:none; width:150px; float:left; display:inline;} 
#navigationNews ul ul li:hover {text-decoration:underline; border:none;}

#navigationNews li:hover ul li ul {display:none;}
#navigationNews ul ul li ul {left:110px; background-color:#0099CC;}
#navigationNews ul ul li:hover ul {display:block;}
