<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================ 
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:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; position:relative; margin:3px -3px 0 0;}
#menu li.sub {background:#f38722;}

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

#menu li a {background: none repeat scroll 0 0 #F38722;
    color: #FFFFFF;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 16px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    width: 148px;
	text-shadow: 1px 1px 1px #000000;
}
#menu :hover {color:#FFA;}
#menu :hover &gt; a {color:#FFA;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:128px;}

#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; left:125px; top:-3px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}
</pre></body></html>