@charset "utf-8";
/* CSS Document */

* { outline: none; }

.Navigation { width: 95%; font-family: arial; font-size: .7em; }

.Navigation a { 
color: #000;
display: block; 
background: #999; 
height: 100%; 
text-indent: 1em; 
text-decoration: none; 
border-top: 1px solid #999; 
border-left: 1px solid #999; 
border-bottom: 1px solid black; 
border-right: 1px solid black;}

.Navigation a:hover {
color: #f4f4f4;
background: #4f4f4f;
border-top: 1px solid black; 
border-bottom: 1px solid #acacac; 
border-left: 1px solid black; 
border-right: 1px solid #acacac;}

.Navigation tr {}
.Navigation td { height: 18px; vertical-align: middle; }