/* ================================================================ 
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/hover_drop_2.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.
=================================================================== */



.pad1 {width:50px; height:25px; background:#baa; display:inline; float:left; }
.pad2 {width:50px; height:25px; background:#baa; display:inline; float:left; }

#menu {list-style-type:none; padding:0; margin:0;margin-top:5px;}
#menu ul {list-style-type:none; padding:0; margin:0;margin-top:-1px;}
#menu li {float:left; background:#fff;  position:relative;}
#menu li.sub {background-color:#fff;}

/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}

#menu li a {display:block; padding-left:5px; color:#68177f; font-family:arial, sans-serif; font-size:11px; line-height:24px; width:85px; text-decoration:none; text-align:left;}
#menu :hover {color:#68177f; background:#f7c224;}
#menu :hover > a {color:#68177f; background-color:#f7c224;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px;  border:1px solid #f7c224;} /* width:90px; */

#menu :hover ul{left:0;top:25px; } /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 3px; background-color:#fff; left:90px; top:0px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; background-color:#fff; left:-131px; top:0px;}
