
/*-CSS Reset-------------------------------------------------------------------------------------------------------------------------------------------*/
html{color:#000;background:#000; font-size:12px; font-family:"华文黑体";}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE <HOWLKING YUI趨100% Ϊ80%ʱFFͬ />*/
input,textarea,select{*font-size:12px;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
a{ color:#0132CC;}




h1{ font-size:26px; font-weight:bold;}
.relat ul{ width:150px; border:1px solid #CCCCCC; position:absolute; top:-1px; left:150px; font-size:12px; font-family:"华文黑体";}/*子菜单的宽，边框，定位*/
.relat li{ position:relative; background: #CCCCCC; height:20px;}/*子菜单项的高度，背景色*/
.relat li.hovechild{ *top:3px; *margin-top:-3px;}/*IE空白BUG*/
.relat ul a{ display:block;}
.relat a{ text-decoration:none; height:17px; padding-left:10px; padding-top:3px; *height:16px; *padding-top:4px; color: #FFFFFF; font:"华文黑体";}/*菜单中文字位置*/
.relat a:hover{ background-color:blue; color:#FFFFFF;}


.relat{ width:600px; background-color:#000000; border:none; height:25px; padding-left:440px; padding-top:2px; font-size:14px; font-family:"华文黑体"; margin-left:100px;}/*主菜单*/
.relat .relat_li{ float:left; background-color:#000000; padding-top:5px; padding-left:5px; padding-right:15px; width:80px;}/*主菜单项*/
.relat .relat_ul{ top:25px; left:0px;}/*主菜单项下第一个子菜单的位置*/
.relat .relat_ul a{ color:#000000;}
.relat .relat_ul a:hover{ color: #FFFFFF;}

