/* ================================================================ 
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.stunicholls.com/menu/simple.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:775px; height:0px; background: no-repeat right bottom; position:relative}

#menu {list-style-type:none; width:775px; padding:0; margin:0 0;  border-top:5px solid #A00000; border-bottom:5px solid #A00000; background-color: #660000;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; background:#660000; margin: 1px 1px 0 0;position:relative;}
#menu li.sub {background:#660000;}
#menu li, #menu li a {display:block; color:#fff; font-family:arial, sans-serif; font-size:11px; line-height:24px; width:154px; text-decoration:none; text-align:center; cursor:pointer; font-weight:bold;}
#menu li:hover, #menu li a:hover {background:#A00000;}
#menu ul {position:absolute;left:-9999px;width:128px;}
#menu li.click {background:#A00000;}
#menu li.click ul{left:0; top:24px; background: ;} /* the background image is for IE7 */



