/* ================================================================ 
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.
=================================================================== */

#menu {list-style-type:none; width:988px; padding:0; margin:0 auto;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; background:#251835; margin:0 0 0 0;position:relative;}
#menu li.sub {background:#f80;}
#menu li, #menu li a {display:block; color:#fff; font-family:Verdana; font-size:13px; line-height:24px;text-decoration:none; text-align:center; cursor:pointer; font-weight:bold;text-indent:5px}
#menu li ul{
border-left:1px outset;
border-right:1px outset;
border-bottom:1px outset;
width:160px;
}
#menu li.sub-item, #menu li.sub-item a {display:block; color:#fff; font-family:Verdana; font-size:13px; line-height:23px; width:160px; text-decoration:none; text-align:left; cursor:pointer; font-weight:bold;margin:0 0 0 0}
#menu li:hover, #menu li a:hover {background:#94BB50;}
#menu ul {position:absolute;left:-9999px;width:128px;}
#menu li.click {background:#94BB50;}
#menu li.click ul{left:0; top:22px; background:url(transparent.gif);} /* the background image is for IE7 */
#menu li#paulsun {width:200px}


