
#navigation {     
width: 140px ;     
list-style:  none ;     
margin-left: 10px ;     
padding: 2px ;     
}
#navigation li {     
background:  #d0deee; 
font-family:  "GE Bailiff Caps";    
color: black;     
border: ridge;     
margin-bottom: 1px ;     
}
#navigation li a {  

   height: 26px;
   text-align:  center;
    font-family:  "GE Bailiff Caps";      
display: block ;     
background:#dcdcdc  ;     
color: #222222;   
font:  "GE Bailiff Caps"
line-height: 1em ;     
text-align: center ;     
text-decoration: none ;     
   
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active 
{     background: #d0deee;     
text-decoration: underline ;     
}
