/* CSS Document */
ul.bmtop, 
div.bmtop{
    list-style: none;
    display: block;
    float: left;
    width: 165px; 
    margin: 0px;
    padding: 0px;
}
ul.bmtop li.bmtop{
	position:relative;
	width:165px;
	border-bottom: 1px solid #99d0d4;
}
ul.bmtop li.bmtop a,
div.bmtop a
{
	font: normal 11px/30px Arial;
	display:block;
	text-decoration:none;
	color:#003352;
	height:30px;
	background:#e2f6f8 url(image/csub_bg.jpg) no-repeat 20px center;
	padding-left: 30px;
}
div.bmtop a{
	border-bottom: 1px solid #99d0d4;
}

li.bmtop ul.bmsub{
 margin: 0px;
 padding: 0px;
 list-style: none;
 position:absolute;
 left:165px;
 top:0px;
 display: none;
 border: 1px solid #99d0d4;
 width: 155px;
 border-bottom: none;	
}

ul.bmsub li{
	position:relative;
	width:155px;
	border-bottom: 1px solid #99d0d4;
}
/*--- 44ÐÐÌí¼ÓÁËul.bmtop ---*/
ul.bmtop ul.bmsub li a{
	background-color:#e2f6f8;
	background-image: none;
	padding-left: 15px;
	height:29px;
	font: normal 11px/29px Arial;
}
ul.bmtop ul.bmsub li a:hover{
  background:#e2f6f8 url(image/news_bg.jpg) repeat-x 10px center;
}

li.bmtop:hover ul.bmsub{
 display: block;
}
