@charset "utf-8";
/* CSS Document */
.box_style1{
	border:1px solid #c8c8c8;
	background-color:#FFF;
}
.box_style1 .box_header{
	padding:7px 5px 5px 5px;
	background:url(submenu/box_style1_header.jpg) top repeat-x;
	height:20px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.box_style1 .box_content{
	margin:5px;
}

.box_style1_menu{
	padding: 7px 0px 0px 28px;
	height:21px;
}
.box_content a{
	color: #000000;
}
.box_style1_normal{
	background:url(submenu/box_style1_normal.jpg) top left no-repeat;
}
.box_style1_normal:hover { 
	background:url(submenu/box_style1_select.jpg) top left no-repeat;
}
.box_style1_normal:hover a{
	color: #FFFFFF;
}
.box_style1_select{
	background:url(submenu/box_style1_select.jpg) top left no-repeat;
}
.box_style1_select a{
	color: #FFFFFF;
}
.box_style1_sub{
	padding: 7px 0px 0px 40px;
	height:21px;
	background:url(../img/tinkhac.gif) 25px 12px no-repeat;
	color: #cade81;
}
.box_style1_sub_select{
	padding: 7px 0px 0px 40px;
	height:21px;
	background:url(../img/tinkhac.gif) 25px 12px no-repeat;
	color: #cade81;
	font-weight:bold;
}