* {padding:0; margin:0}
.menu { width:900px; height:0px; position:relative; top:-65px;left:90px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.dropdown {float:left; }
.dropdown dt {
        width:130px;
        padding:8px;
        font-weight:bold;
        cursor:pointer;
        text-align:center;
        color: #000;
        height:16px;
	    margin:0px;
		font-size:13px;
    }
.dropdown dt:hover {
        background:url(../images/bg_4.jpg);
        color:#000;
	    margin:0px;
	    height:16px;
    }
.dropdown dd {
        position:absolute;
        overflow:hidden;
        width:146px;
        display:none;
        z-index:200;
		margin-left:0px;
    }
/**/
.line dt {
        width:8px;
        padding:8px;
        font-weight:bold;
        cursor:pointer;
        text-align:center;
        color: #000;
        height:18px;
		font-size:13px;
    }
.line dd {
        position:absolute;
        overflow:hidden;
        width:146px;
        display:none;
        z-index:200;
}
	
	
.dropdown ul {list-style:none; margin-top:-7px;}
html>/**/body .dropdown ul{ list-style:none; }/* for firefox */
.dropdown li {display:inline;text-align:center;}
html>/**/body .dropdown li {display:inline;text-align:center; height:25px; }/* for firefox */
html>/**/body #line{ height:10px;}
html>/**/body #line-up{ height:15px;}
.dropdown ul li {float:left; position:relative;width:146px; background:#228DF5;}
.dropdown a {
	display:block;
	padding:5px 5px 5px 0;
	font-weight:bold;
	text-align:center;
	color:#000;
	text-decoration:none;
	width:146px;
	font-size:12px;
	
}
.dropdown a:visited {color:#000; font-size:12px;}
.dropdown a:active{}
.dropdown a:hover { color:#000; background:#FFCC3F;}

.dropdown .none a { background:none; margin:0 0 0 3px; font-size:13px; display:inline;}
.dropdown .none a:visited {color:#000;}
.dropdown .none a:active{}
.dropdown .none a:hover { color:#000;background:none;}
