ul { 
	width:194px;
	margin:0; 
	padding:0px 0px 0px 0px;
}
	
ul li {
	list-style:none; 
	display:inline;
}
	
ul li.menu_title {
	display:block;
	width:194px;
	height:24px;
	background: transparent url(../img/metal.gif) left top no-repeat;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align:center;
	padding:4px 0px 0px 0px;
	text-decoration:none;
}

ul li.selected a {
	display:block;
	width:194px;
	height:24px;
	background: transparent url(../img/btn01_selected.gif) left top no-repeat;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	padding:4px 0px 0px 0px;
	text-decoration:none;
}

ul li.selected a:hover {
	display:block;
	width:194px;
	height:24px;
	background: transparent url(../img/btn01_selected.gif) left top no-repeat;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	padding:4px 0px 0px 0px;
	text-decoration:none;
}

ul li a {
	display:block;
	width:194px;
	height:24px;
	background: transparent url(../img/btn01_off.gif) left top no-repeat;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	padding:4px 0px 0px 0px;
	text-decoration:none;
}

ul li a:hover {
	display:block;
	width:194px;
	height:24px;
	background: transparent url(../img/btn01_on.gif) left top no-repeat;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	padding:4px 0px 0px 0px;
	text-decoration:none;
}

a.page {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-align:center;
	text-decoration:none;
}

a.page:hover {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-align:center;
	text-decoration:none;
}

a.pageSelected {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
	text-decoration:none;
}

a.pageSelected:hover {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
	text-decoration:none;
}