#main_menu li 	{
	float:left;
	position:relative;
	height: 38px; 
	width: 90px;
	text-align: center;
}

#main_menu li.active 	{
	float:left;
	position:relative;
	background: url('../images/menu_hover.png') 0px 0px; 
	background-repeat: no-repeat; 
	height: 38px; 
	width: 101px;
}

.box_t	{
	background-image: url('../images/box_t.png'); 
	background-repeat: repeat-x; 
	height:18px;
}

.box_tl	{
	background-image: url('../images/box_tl.png'); 
	background-repeat: no-repeat; 
	height:18px;
	width: 18px;
}

.box_tr	{
	background-image: url('../images/box_tr.png'); 
	background-repeat: no-repeat; 
	height:18px;
	width: 18px;
}

.box_bl	{
	background-image: url('../images/box_bl.png'); 
	background-repeat: no-repeat; 
	height:18px;
	width: 18px;
}

.box_br	{
	background-image: url('../images/box_br.png'); 
	background-repeat: no-repeat; 
	height:18px;
	width: 18px;
}

.box_b	{
	background-image: url('../images/box_b.png'); 
	background-repeat: repeat-x;
	height:18px;
}

.box_l {
	background-image: url('../images/box_l.png'); 
	background-repeat: repeat-y; 
	width: 18px;
}

.box_r	{
	background-image: url('../images/box_r.png'); 
	background-repeat: repeat-y;
	width: 18px;
}

.box_content	{
	background-color: #fefdf7; 
	padding:7px;
	font-size: 12px;
	line-height: 18px;
}