/* ================================================================ 
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 0 0 12px; margin:0;}

#menu ul {list-style-type:none; padding:0; margin:0;}

#menu li {float:left; background:#191E6F; 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:75px;  color:#ffffff; font-size:11.5px; text-decoration:none; text-align:left; padding: 8px 0 0 0px}


#menu li.top a {height:22px; line-height:12px; background:#191E6F;}

#menu li.sub a {height:12px; width: 150px; line-height:12px; padding: 0 0 10px 8px; background:#191E6F;}





#menu :hover, #menu li :hover {color:#FF6600; background:#191E6F;}
#menu :hover > a, #menu li :hover > a {color:#FF6600; background:#191E6F;}




#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul {position:absolute; left:-9999px; width:89px;}

#menu :hover ul{left:0;top:31px; }



#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 0px; left:158px; top:3px;}


