/* function_menu */
*{
	margin:0;
	padding:0;
}
#function_menu{
	width:800px;
	margin:0px auto;
	position: relative;
	top: 0px;
	text-align: right;
	background-image: url(images02/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#function_menu ul{
	list-style:none;
}
#function_menu li{
	display:block;
	float:left;
	background-image: url(images02/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 159px;
	position: relative;
	left: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
}
#function_menu li a{
	display:block;
	float:right;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
	width: 159px;
	height: 25px;
	padding: 2px;
}
#function_menu li a span{
	text-align: right;
	vertical-align: middle;

}
#function_menu li a:hover{
	text-decoration:none;
	background-image: url(images02/menu_hover.gif);
	background-repeat: repeat-x;
}
#function_menu  li a:hover span{
	color:#ffd9c7;
}

#function_menu .current span{
	color:#ffd9c7;
	font-size:10px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
