<style>
<!--

none {;}

#buttonbar a:link {
color: #333333;
text-decoration: none;
}

#buttonbar a:hover {
color: #000000;
text-decoration: none;
font-weight: bold;
}

#buttonbar a:visited {
color: #333333;
text-decoration: none;
}

#buttonbar a:visited:hover {
color: #000000;
text-decoration: none;
font-weight: bold;
}

#m1 {
background: #transparent;
margin: 0px 0 0 0;
visibility: hidden;
font-family: arial;
font-weight: bold;
font-size: 12px;
position: absolute;
top: 30px;
left: 0px;
}

#m2 {
background: #transparent;
margin: 0px 0 0 0;
visibility: hidden;
font-family: arial;
font-weight: bold;
font-size: 12px;
position: absolute;
top: 30px;
left: 0px;
}



#m3 {
background: #transparent;
margin: 0px 0 0 0;
visibility: hidden;
font-family: arial;
font-weight: bold;
font-size: 12px;
position: absolute;
top: 30px;
left: 0px;
}

	
	#m3 ul {
	list-style: none;
	background: #transparent;
	margin: 0px 0 0px 0px;
	padding: 0px;
	position: relative;
	clear: left;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
	
	#m3 li {
	border: 1px solid #999999;
	background: url('buttons/smallbuttonback.png');
	text-align: left;
	padding: 2px 23px 2px 4px;
	margin: 0px;
	z:index: 2;
	position: relative;
	}
	
	#m2 ul {
	list-style: none;
	background: #transparent;
	margin: 0px 0 0px 0px;
	padding: 0px;
	position: relative;
	clear: left;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
	
	#m2 li {
	border: 1px solid #999999;
	background: url('buttons/smallbuttonback.png');
	text-align: left;
	padding: 2px 8px 2px 4px;
	margin: 0px;
	z:index: 2;
	position: relative;
	}
	
	
	#m1 ul {
	list-style: none;
	background: #transparent;
	margin: 0px 0 0px 0px;
	padding: 0px;
	position: relative;
	clear: left;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
	
	#m1 li {
	border: 1px solid #999999;
	background: url('buttons/smallbuttonback.png');
	text-align: left;
	padding: 2px 25px 2px 12px;
	margin: 0px;
	z:index: 2;
	position: relative;
	}

-->
</style>