/* ================================================================ 
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:898px; height:0px; border:0px solid #CC0000; border-width:0px 0px 0px; position:relative;}

#menu {list-style-type:none; width:800px; padding:0; margin:0 auto;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; background:#F8F183; color:#CC0000; margin:1px 1px 1px 1px; position:relative; padding:1px 5px 0px 5px;}
#menu li.sub {background:#FFe000;}
#menu li, #menu li a {display:block; font-family:arial, sans-serif; font-size:12px; line-height:20px; width:140px; text-decoration:none; text-align:center; cursor:pointer; font-weight:bold;}
#menu li:hover {background:#CC0000;color:#FFE000;}
#menu li a:hover {background:#CC0000;color:#FFE000;}
#menu ul {position:absolute;left:-9999px;width:128px;}
#menu li.click {background:#c00;}
#menu li.click ul{left:0; top:24px; background:url(transparent.gif);} /* the background image is for IE7 */


