<style type="text/css">
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/magic_menu_one.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#outer {width:820px; height:0px;  border-top:10px solid #666; position:relative;}

.menu {list-style-type:none;padding:0;margin:0 2px;}
.menu ul {list-style-type:none;padding:0;margin:0;}
.menu li {float:left;background:#1D3679;margin:1px 0px 0 0;position:relative;}
.menu li.sub {background:#1D3679;}
.menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}
.menu li a {display:block;color:#fff;font-family:arial,    Arial;font-size:11px;line-height:20px;width:130px;text-decoration:none;text-align:center;}
.menu :hover{color:#000;background:#1F4AFF;}
.menu :hover > a {color:#000; background:#1F4AFF;}
.menu ul, .menu :hover ul ul {position:absolute;left:-9999px;width:130px;}
.menu :hover ul{left:0px;top:18px;background:#ffffff;();} /* the background image is for IE7 */
.menu :hover ul :hover ul {padding:0 0px;left:130px;top:-3px;}
</style>