/* 
	LEVEL ONE
*/
ul.dropdown                         { display:inline-block; width:980px; height:33px; display:inline; float:left; margin-left:10px;}
ul.dropdown li                      { float:left; width:96px; position: relative;background-image:url(../images/menulibg.jpg); background-repeat:no-repeat; background-position:left center;}
ul.dropdown li.home{ background-image:none;}
ul.dropdown a:hover		            { color: #000;}
ul.dropdown li a                    { display:block; color:#000; font-size:12px; width:96px; margin-top:1px; height:32px; line-height:33px; text-align:center; position: relative; z-index: 2000; font-family:"ËÎÌå";}
ul.dropdown li a:hover,ul.dropdown li a.hover { position: relative; border-bottom:0px; border-right:0px; color:#fff;background-image:url(../images/menufocusbg.jpg); background-repeat:no-repeat;}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ display: none; position: absolute; top:0; left:0; width:120px;z-index:1000; padding-top:20px;}
ul.dropdown ul li 					{ font-weight: normal; background:#1C5478; width:120px; border:0px;border-left:1px solid #3D4D5F;border-right:1px solid #3D4D5F; border-bottom:1px solid #3D4D5F;}
ul.dropdown ul li a					{ display: block;width:120px; height:28px; font-weight:normal; display:block; border:0px; color:#fff; font-size:12px;line-height:28px; background-image:none;} 
ul.dropdown ul li a:hover,ul.dropdown ul li a.hover{ display: block; border:0px; background-image:none;}
ul.dropdown ul li a:hover{ color:#000; background-color:#ffffff;}