
#frame_left{
	float:left;
	width:151px;
}

.menu_left{
	float:left;
	width:10px;
	height:19px;
	overflow:hidden;
	background:url('../images/template/menu_left.gif') no-repeat;
}
.menu_right{
	float:left;
	width:10px;
	height:19px;
	overflow:hidden;
	background:url('../images/template/menu_right.gif') no-repeat;
}
.menu_center{
	float:left;
	width:131px;
	height:19px;
	background:url('../images/template/menu_center.gif') repeat-x;
	
	line-height:19px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height:19px;
	color:#FFFFFF;
}
.menu_h_line{
	height:1px;
	width:151px;
	overflow:hidden;
	background-color:#FF9900;
}

/* Menu selection */
.menu{
	float:left;
	width:151px;
	overflow:hidden;
	height:19px;
}
.menu_highlight{
	float:left;
	width:151px;
	overflow:hidden;
	height:19px;
	cursor:pointer;
}
.menu_highlight .menu_left{
	background:url('../images/template/menu_left_highlight.gif') no-repeat;
}
.menu_highlight .menu_right{
	background:url('../images/template/menu_right_highlight.gif') no-repeat;
}
.menu_highlight .menu_center{
	background:url('../images/template/menu_center_highlight.gif') repeat-x;
	color:#000000;
}


.menu_box{
	float:left;
	width:139px;
	background:rgb(0,0,0);
	border-top:solid #FF9900 1px;
	border-right:solid #FF9900 1px;
	border-left:solid #FF9900 1px;
}
.menu_box_bottom{
	float:left;
	width:150px;
	height:10px;
	overflow:hidden;
	background:url('../images/template/menu_bottom.gif') no-repeat;
}
#external_links a{
	font-size:8pt;
}
