/* CSS Document */

.box {
	width:508px;
	margin:10px;
	border: 2px solid #f09614;
	float:left;
}

.box .header {
	height:23px;
	border-bottom: 1px #fff solid;
}

.box .container {
	border-top:#ddd 1px solid;
	background:#fff;
	padding:8px;
}

/*MENU BUTTON*/
.menu_button {
	width:83px;
	height:63px;
	background:url(../images/layout/button_normal_bg.jpg) no-repeat;
	margin:0 4px;
	float:left;
	display:block;
}

/*MENU HOVER BUTTON*/
.menu_button:hover {
	background:url(../images/layout/button_hover_bg.jpg) no-repeat;
}


/*MENU ACTIVE BUTTON*/
.active {
	background:url(../images/layout/button_active_bg.jpg) no-repeat;
}


.clear {
	clear:both;
	width:0;
	height:0;
	font-size:0;
}