﻿*{
margin:0px;
padding:0px;
}
a{
color:#3399FF;
text-decoration:none;
}
a:hover{
color:#3399FF;
text-decoration:underline;
}
body{
font-family:Arial, Tahoma, Verdana, MingLiU;
font-size:12px;
color:#4f4f4f;
margin:0 auto;
}


/* 头部 */
.header .inner {position:relative;width:440px; height:31px; margin:0 auto; }

.header .inner .nav { position:absolute; top:16px; left:45px; }
.header .inner .nav a {
    float:left; height:27px; text-align:center; 
}
.header .inner .nav a:hover{
    float:left; height:27px; text-align:center;
    background:url(hkin_06_a.gif) no-repeat; background-position:bottom center; 
}
.header .inner .nav a strong {
    display:block; width:86px; height:30px; line-height:27px; font-weight:normal; font-size:14px; 
    color:#000; cursor:pointer; 
}
.header .inner .nav a:hover {text-decoration:none; background:none; }
.header .inner .nav a.current {
    position:relative; top:0px;background:url(hkin_06_a.gif) no-repeat; background-position:bottom center;
}
.header .inner .nav a.current:hover {
    position:relative; top:0px; background:url(hkin_06_a.gif) no-repeat;background-position:bottom center;
}
.header .inner .nav a.current strong {
    height:30px; line-height:30px; overflow:hidden; color:#1FB3FE; font-weight:normal; 
}


