/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

#background {position:relative;top:171px;width:980px;height:100px;background:transparent;padding:12px 0 0 0;z-index:100;}

#container {width:980px;height:30px;position:relative;background:transparent;}

#nav, #nav ul {padding:0;margin:0;list-style:none;width:100%;}

#nav li {float:left;}
#nav li a {float:left;text-decoration:none;font-family:'Times New Roman',Arial, sans-serif;font-size:18px;font-weight:bold;color:#999;}
#nav li a b {display:block;float:left;height:30px;line-height:28px;padding:0 10px 0 10px;font-weight:normal;cursor:pointer;}
#nav li.sub a b {background:url(http://www.humicflu.com/images/down.gif) no-repeat right 6px;}
#nav li.sub a b {background:transparent}

#nav b.hover {color:#000;}
#nav i.hover {padding:0 4px;color:#fff;background:#000;}
#nav em.hover {color:#ff0;}
#nav ul ul ul a:hover {color:#ff0;}

#nav ul {display:none;}
#nav ul {position:absolute;left:0;top:35px;background:rgb(207,44,44);}
#nav ul li {float:left;position:relative;}
#nav ul li a {display:block;padding:0 10px 0 10px;font-size:14px;font-weight:bold;line-height:25px;color:#fff;cursor:pointer;}
#nav ul li a i {display:block;padding:0 4px;font-style:normal;cursor:pointer;}
#nav ul li a.sub {background:url(http://www.humicflu.com/images/down.gif) no-repeat right 3px;}

#nav ul ul {width:130px;left:-1px;top:30px;}
#nav ul ul li a {display:block;line-height:20px;padding:0 0 0 10px;width:120px;}
#nav ul ul li a.fly {background:url(http://www.humicflu.com/images/right.gif) no-repeat right center;}
#nav ul ul li a em {font-style:normal;display:block;width:150px;cursor:pointer;}

#nav ul ul ul {left:135px;top:0;}
#nav li.right {float:right;}
