/* ================================================================ 
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; background:none; margin:0; position:relative; }



/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:-14px;left:0;z-index:500;font-size:1em; padding: 0; margin: 0}
#menu table td {height:0px;  width:120px; padding: 0; margin: 0; background-color: red}



#menu li a {display:block; width:120px;  height:29px; line-height:12px; color:#ffffff; font-family:arial, sans-serif; text-decoration:none; text-align:center; padding: 3px 5px 0 5px;}


#menu li.top a {font-weight: normal; font-size:13px; height:29px;  text-align:center; background-color:none}

#menu li.sub a {font-weight: bold; font-size:12px;  height:14px; width: 180px; text-align:left; background-color:#fffB02; color:#080a5d}



 
#menu li.top a:hover {color:#fffB02;}
#menu li.sub a:hover {color:#fffB02; background-color:#080a5d; }

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

#menu :hover ul{left:0;top:31px; }

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0px; left:185px; top:2px; z-index:1000; }