/* CSS Document */
.menu_img{
	float:left;
		
	background-image:url(../images/head_0.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:224px;
	background-color:#FFFFFF;
}

.box_top_left{
	background-image:url(../images/left_top.jpg);
	background-repeat:no-repeat;
	width:187px;
	height:24px;
	color:#272727;
	text-align:left;
	padding:5px;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:10px;
	margin:0px;
	margin-top:15px;
	font-weight:bold;
	line-height:24px;
	float:left;
}

.box_top_right{
	background-image:url(../images/right_top.jpg);
	background-repeat:no-repeat;
	width:173px;
	height:24px;
	color:#272727;
	text-align:left;
	padding:5px;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:10px;
	margin:0px;
	margin-top:15px;
	font-weight:bold;
	line-height:24px;
	float:left;
}
#navigation li li a:hover {
	background-color:#F5a700;
	
}

#navigation a.current:hover {
	color:#000000;
}

#navigation a.current {
	color:#F5a700;
}

