.menu_bg_k{
width:952px;
height:39px;
background:url(../images/bg/menu_bg.gif) repeat-x;
margin-top:9px;
}

.menu_k{
width:930px;
height:39px;
}

.menu {
position:relative;
width:930px;
height:39px;/*2em;*/
/*background:url(../drop/top_02.gif) no-repeat;*/
padding-top:0px;
margin-bottom:0px;
}

.menu centerdiv{
	margin:0px auto;
}

* html .menu {padding-bottom:0;}

.menu ul{
list-style-type:none;
margin:0px;
width:930px;
/*padding-left:315px;*/
height:39px;
text-align:center;
}

.menu li{
float:left;
}
.menu ul li {
float:left;
position:relative;
}
.menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu a, .menu :visited {
color:#ffffff;
text-decoration:none;
}
 
.menu a b, .menu :visited b {
display:block;
font-weight: bolder;
float:left;
/*padding:0 10px;*/
height:39px;
width:84px;
font-size:12px;
line-height:39px;
background:url(../images/btn/menu_c1.gif) no-repeat;
/*background:url(../drop/mida.gif);*/
cursor:pointer;
/*border-bottom:1px solid #847;*/
}


.menu ul ul {
visibility:hidden;
position:absolute;
height:39px;
top:0px;
left:0px;
width:84px;
/*border-bottom:1px solid #847;
border-right:1px solid #847;*/
/*background:url(../drop/top_03.gif) no-repeat;*/
/*background:#ccc;*/
}

.menu :hover {
white-space:normal;
}

.menu a:hover b {
color:#ffffff;
background:url(../images/btn/menu_c2.gif) no-repeat;
/*border-bottom-color:#ccc;*/
}

.menu li:hover > a b
{
color:#ffffff;
background:url(../images/btn/menu_c2.gif) no-repeat;
/*border-bottom-color:#ccc;*/
}

.menu ul li:hover ul,
.menu ul a:hover ul{
display:block;
visibility:visible;
top:39px;
/*margin-top:1px;*/
margin:0px;
padding:0px;
}

.menu ul :hover ul li {
display:block; 
/*border-left:1px solid #847;*/ 
/*background:url(../images/member/btn/top_02_01.gif);*/
background:#24c5fc; 
height:31px;
margin:0px;
padding:0px;
width:84px;
}

.menu ul :hover ul li a {
display:block; 
font-size:12px; 
height:25px; 
line-height:25px; 
width:84px; 
float:left; 
color:#ffffff; 
/*padding:0 10px;*/
margin:0;
padding:0;
font-weight:bolder;
}

.menu ul :hover ul li a:hover {
color:#355295;
/*background:url(../images/member/btn/top_02_02.gif);*/
background:#ededed;
margin:0;
padding:0;
}


