
/* top level navigation */
#navigation_top {

    background-color: #0099cc;
} 



#navigation_top ul li a:hover{
    color: #0099cc;
} 

#navigation_top ul li:hover,#navigation_top ul li:hover a {
    color: #0099cc;
} 



#navigation_top ul li.selected {
    color: #0099cc;
}

#navigation_top ul li.selected a {
    color: #0099cc;	 
}  



