/* ================================================================ 
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; margin:3px 3px 0 3px;}
.pad2 {width:50px; height:25px; background:#baa; display:inline; float:left; margin:3px 3px 0 0;}



#menu {list-style-type:none; padding:0; margin:0;}

#menu ul {list-style-type:none; padding:0; margin:0;}

#menu li {float:left; background:#353535; margin:0px 0px 0 0; position:relative;}




/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:500;font-size:1em;}



#menu li a {display:block; width:150px;  height:28px; line-height:22px; color:#ffffff; font-size:14px; text-decoration:none; text-align:left;padding: 0 2px 0 5px; }


#menu li.top a {font-weight:bold; line-height:12px;width: 80px; padding-top: 5px;background:#353535;border-left: 1px solid #656565;border-right: 1px solid #656565;}

#menu li.sub a {font-weight:bold; width:200px; background:#252525; height: 14px;}


#menu :hover, #menu li :hover {color:#909090; background:#252525;}
#menu :hover > a, #menu li :hover > a {color:#909090; background:#252525;}






#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul {position:absolute; left:-9999px; width:200px;}

#menu :hover ul{left:0;top:31px; }

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 0px; left:200px; top:3px;}


