* 									{ margin: 0; padding: 0; }
#daohang							{ width:1002px;float:left;height:32px; background:url(../images/top_06.jpg) no-repeat;margin:0; } 
#daohang a{text-decoration:none; font-family:"Arial";	color:#ffffff;font-size:15px;}
#daohang a:hover{text-decoration:none;font-family:"Arial";	color:#fcfd00;font-size:15px;}
a									{ text-decoration: none; }
ul									{ list-style: none; }
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { float: left; width:103px; text-align:center; line-height:28px; zoom: 1; background:none; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: black; position: relative; }
ul.dropdown li.hover a              { color: #000000; }

.styrr a{font-size:12px; color:#000;}
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 180px; visibility: hidden; position: absolute; top: 100%; left: 0;}
ul.dropdown ul li 					{ font-weight: normal; background: #cdcdcd; color: #000;width: 180px; border-bottom: 1px solid #6f6e6e;border-left: 1px solid #6f6e6e;border-right: 1px solid #6f6e6e; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; color:#000; }
ul.dropdown ul li:hover			{ font-weight: normal; background: #b7b6b6; color: #000;width: 180px; border-bottom: 1px solid #6f6e6e;border-left: 1px solid #6f6e6e;border-right: 1px solid #6f6e6e; float: none; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/*Popup*/
#popup { width:275px; height:auto; position:absolute; right:0; bottom:0; border:1px solid #999999; margin:0; padding:1px; overflow:hidden; display:none; POSITION: fixed; background:#FFFFFF}
#popup .title { width:100%; height:35px; line-height:35px; background:#1492e7; font-size:12px; color:#FFF}

#popup .con1 {
	width:auto;
	height:260px;
	font-size:15px;
	padding-top: 200px;
	color:#000;
	background-image: url(../images/popup-bg.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}

.close { position:absolute; right:4px; top:-1px; color:#FFFFFF; cursor:pointer}

.buybutton {
	font-size:18px;
	float: right;
	padding-right: 20px;	
}
.buybutton a { float:right; background: #F0A43B; display:block; height:35px; width:210px; text-align:center; line-height:35px; color:#FFF; font-weight:bold; font-size:16px;
*-moz-box-shadow:2px 2px 5px #333333; -webkit-box-shadow:2px 2px 5px #333333; box-shadow:2px 2px 5px #333333;
} 
.buybutton a:hover { color:#fff;}
/*Popup End*/