#sub-nav-wrap
{
	position:absolute;
	top:-32px; left:8px; z-index:70;
	width:160px; height:auto; overflow:visible; 		
}	
	#sub-nav
	{
		height:auto; overflow:hidden; -zoom:1; /*needed to keep the subnav from containing the bottom png in ie6*/
		background-color:#2e2e2e;
	}
	
	.my-11 #sub-nav
	{
	    background-color: #232323;
	}
		#sub-nav-wrap h2 span
		{
			display:block;
			text-indent:-10000px;
		}
		
		#sub-nav-hk1
		{
			display:block; width:160px; height:6px; -font-size:1px; -line-height:1px;  
			background:url(/images/sub-nav-b.png) top left no-repeat;				
			*background:none; *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sub-nav-b.png', sizingMethod='crop');
		}
		
	#sub-nav-wrap ul.nav-list
	{
		padding:10px 0;
	}
		#sub-nav-wrap ul.nav-list li
		{
			height:18px; overflow:hidden;
		}
#sub-nav-wrap ul.nav-list li a { width:160px; height:18px; text-indent:-10000px; }
#sub-nav-wrap ul.nav-list li.bigger, #sub-nav-wrap ul.nav-list li.bigger a { height:27px; }