.submenu {position:absolute;background-color:#336699;color:white;}
DIV.submenu {position:absolute;background-color:#336699;color:white;}
A.item:LINK, A.item:VISITED, A.item:ACTIVE, A.item:FOCUS {
color: white;
background-color : #336699;
text-decoration : none;
font-size : 12px;
font-family : sans-serif;
font-style : normal;
}
A.item:HOVER {
background-color : #336699;
color: #EBE898;
text-decoration : underline;
font-size : 12px;
font-family : sans-serif;
font-style : normal;
}



