#horizontal_menu_box .frame{
	width:658px;
	height:31px;
}

#horizontal_menu_box .frame .top_left{
	background:url(../images/template/horizontal_menu/top_left.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#horizontal_menu_box .frame .top{
	background:url(../images/template/horizontal_menu/top.gif) top left no-repeat;
	width:648px; 
	height:5px;
}

#horizontal_menu_box .frame .top_right{
	background:url(../images/template/horizontal_menu/top_right.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#horizontal_menu_box .frame .left{
	background:url(../images/template/horizontal_menu/left.gif) top left repeat;
	width:5px; 
	height:21px;
}

#horizontal_menu_box .frame .right{
	background:url(../images/template/horizontal_menu/right.gif) top left repeat;
	width:5px; 
	height:21px;
}

#horizontal_menu_box .frame .bottom_left{
	background:url(../images/template/horizontal_menu/bottom_left.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#horizontal_menu_box .frame .bottom{
	background:url(../images/template/horizontal_menu/bottom.gif) top left no-repeat;
	width:648px; 
	height:5px;
}

#horizontal_menu_box .frame .bottom_right{
	background:url(../images/template/horizontal_menu/bottom_right.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#horizontal_menu_box .frame .center{
	background-color	: #ccffcc;
	text-align			: center;
	color				: #336666;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: bold;
}

#horizontal_menu_box a{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: bold;
	color				: #336666;
	text-decoration		: none;
	display:block;
	float:left;
	padding-left:5px;
	padding-right:5px;
}

#horizontal_menu_box a:hover, #horizontal_menu_box a.selected{
	color				: #000000;
}