/* ================================================================ 
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/tree_frog_horizontal.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:750px; height:400px; border:1px solid #ddd;}

#menu {list-style-type:none; padding:0 0 20px 0; margin-left:14px; width:900px;margin-top:0px; position:absolute;}
#menu ul {list-style-type:none; padding:0; margin:0; background:#fff;}
#menu li {float:left; background:#F6AB0B; position:relative;}
#menu li.sub {background:#86110E; margin-right:1px; }

#menu li, #menu li a {display:block; color:#fff; font-family:arial, sans-serif; font-size:11px; line-height:24px; width:108px; text-decoration:none; text-align:center; cursor:pointer; font-weight:bold;}

#menu ul li a {text-align:left; text-indent:5px;border-top:1px solid #fff;  text-align:center;}


#menu li.hover {background:red z-index:500;}
#menu li.click {background:#F6AB0B;}

#menu li.sub  a:hover{background:red}
#menu li.sub  a:hover#hover{background:red z-index:500;}

