<!--
/* ================================================================ 
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.
=================================================================== */

#menu {list-style-type:none; padding:0px; margin:0px;}
#menu ul {list-style-type:none; padding:0px; margin:0px; display:list-item;}
#menu li { margin:0px; position:relative; text-align:left}


/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0px;left:0;z-index:80;}

#menu li a {display:block;height:11px; line-height:-1px; width:80px; text-decoration:none; text-align:left;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position: absolute; left:-9999px; width:75px;}

#menu :hover ul{left:90px;top:-15px;} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {display:block;padding:0px; left:74px; top:-40px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {display:block;padding:0px; left:-131px; top:-3px;text-indent:5px;}

<!--try this-->
#menu2 { left:-40px;;list-style-type:none; padding:0px; margin:0px; list-style:none;}
#menu2 ul {left:-40px;list-style-type:none; padding:0px; margin:0px; display:list-item; list-style:none;}
#menu2 li { left:-40px; top:-20px;margin:0px; position:relative; text-align:left; list-style:none;}


/* for IE5.5 and IE6 only */
#menu2 table {border-collapse:collapse;position:absolute;top:0px;left:0;z-index:80;}

#menu2 li a {display:block;height:11px; line-height:-1px; width:80px; text-decoration:none; text-align:left;}

#menu2 ul, 
#menu2 :hover ul ul,
#menu2 :hover ul :hover ul ul,
#menu2 :hover ul :hover ul ul.left {position: absolute; left:-9999px; width:400px;}

#menu2 :hover ul{left:120px;top:-38px;} /* the background image is for IE7 */

#menu2 :hover ul :hover ul,
#menu2 :hover ul :hover ul :hover ul {display:block;padding:0px; left:74px; top:-40px;}

#menu2 :hover ul :hover ul.left,
#menu2 :hover ul :hover ul :hover ul.left {display:block;padding:0px; left:-131px; top:-3px;text-indent:5px;}
-->