#nav {
	padding:0; list-style:none; position:relative; z-index:500;
	background:none; display:inline; float:left;
	}
	
#nav li.top {display:inline; float:left; }
#nav li a.top_link {
	display:inline; margin:0 20px 0 0; float:left; color:#FFF; text-decoration:none; cursor:pointer; height:20px
	}

#nav li:hover a.top_link {text-decoration:underline; color:#edffc7 }

#nav li a.top_link_last {
	display:inline; float:left; cursor:pointer; height:20px; width:20px; background:url(../img/bt-morecat.gif) top left no-repeat;
	}

#nav li:hover a.top_link_last { background:url(../img/bt-morecat.gif) top right no-repeat;}

/* Default list styling */


#nav li:hover ul.sub {  /*first-level list */
	top:20px; left:-10px; padding-bottom:5px; width:960px; z-index:300; height:auto; background:#f2f9ff; border-bottom:2px solid #d3dde6; display:block;}
#nav li:hover ul.sub li {
	display:inline; height:15px; font-weight:normal; width:187px; padding:10px 0 0 5px; float:left;
	}
#nav li:hover ul.sub_last {  /*first-level list */
	top:20px; left:0; padding-bottom:5px;width:170px;  z-index:999999; height:auto; background:#f2f9ff; border-bottom:1px solid #d3dde6; display:block; position:absolute}
#nav li:hover ul.sub_last li {
	display:block; height:15px; font-weight:normal; width:170px; padding:10px 0 0 5px; float:none;
	}

#nav li:hover ul li a {color:#333;text-decoration:none;font-size:11px; display:block; width:100%; height:100%}
#nav li:hover ul li a:hover { font-weight:bold;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
	{ position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
