/* ================================================================ 
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_1.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:100%; height:350px; position:relative;}
.pad1 {width:32px; height:22px; background:#336699; float:left; margin-top:3px; margin-right:3px; border:1px solid #000;}
.pad2 {width:32px; height:22px; background:#336699; float:left; margin-top:3px; border:1px solid #000;}
.topline {width:100%; height:3px; border:1px solid #000; background:#336699; font-size:1px;}

#menu {list-style-type:none; padding:0; margin:0 0 0 3px;}
#menu ul {list-style-type:none; padding:0; margin:0;z-index: 100;}
#menu li {float:left; background:#ffcc66; margin:2px 3px 0 0; border:1px solid #000; width:133px; height:22px;}
#menu li.sub {background:#6699cc;}

#menu li.sub a{color:#fff;}
11:40 20/04/2010
#menu li.sub a:hover,
#menu li.sub li a{color:#000;}

/* for IE5.5 and IE6 only */

#menu li a {display:block; color:#000; height:22px; font-family:arial, sans-serif; font-size:11px; line-height:24px; width:133px; text-decoration:none; text-align:center;}
#menu li a table {position:absolute; left:0; top:-1px; border-collapse:collapse; width:0; height:0;}

#menu :hover {color:#000; background:#eee; position:relative;}
#menu :hover > a {color:#000; background:#eee;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {visibility:hidden; width:0; height:0; overflow:hidden;}

#menu :hover ul {visibility:visible; overflow:visible; position:absolute; height:auto; width:128px; left:-1px;top:24px; background:url(images/transparent.gif);} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {visibility:visible; overflow:visible; height:auto; width:128px; padding:9px 3px; left:100px; top:0;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {visibility:visible; overflow:visible; height:auto; width:128px; padding:9px 3px; left:-106px; top:0;}