
#navi {
       font:11px verdana, arial, sans;
       background:#ffffff;
}

#navi li a {
       display:block;
       color:white;
       text-decoration:none;
       border-right:0px #4c4c4c solid;
       padding:0px 0px;
}

#navi li a:hover,#navi li a.hover  {
       background:#00ccff;
}

#navi li ul {
       background:#00008B;
}

#navi li li a {       
       width:150px;
       border:0;
       background:#00008B;
}

#navi li li a:hover {
       background:#7b7b7b;
}



