
#navigation {
 margin: 6px 2px 0px 10px;
 width: 200px;
 float: left;
 min-height: 300px;
}
* html #navigation {height:300px} /* IE Min-Height Hack */ 
#navigation .xboxcontent {padding: 0 8px;}

 
#navigation h2 { left: -9999px; overflow: hidden; position: absolute; width: 1px; }

#navigation h3 { font-size: 0.8em; margin: 0 0 5px 0; } 

#navigation h3 a { font-weight: normal; }

#navigation h3, #navigation p { margin-left: 80px; } 

#navigation li { height:78px; padding: 10px; border-bottom: 1px solid #20387b;} 
#navigation li.bottom {border:none;}

#navigation li:active, #navigation li:focus, #navigation li:hover, #navigation li.selected { background-color: #20387b; } 

#navigation p { font-size: 11px; line-height: 13px; } 

#navigation p a { color: #999; } 

#navigation p a, #navigation span a { border-bottom-style: none; text-decoration: none; } 

#navigation span { float: left; } 

#navigation span, #navigation span a { display: block; height: 75px; width: 75px; } 

#navigation a:hover {display: block; background-color: #20387b;}

#navigation ul { list-style-type: none; margin: 0; padding:0;} 

#navigation img {border:none;}

/* #navigation ul:after { clear: both; content: ""; display: block; height: 0; overflow: hidden; visibility: hidden; } */