body {
	behavior: url(csshover.htc);
	margin-top: 10px;
	margin-bottom: 10px;

}
ul {
	list-style-type:none;
}
ul li {
	display:inline;
}
ul a {
	float: left;
	width: 60px;
	text-decoration:none;
	color:#000000;
	background:none;
	padding:12px 15px 15px;
	text-align: center;

}
ul a:hover, #current {
	color:#FFFFFF;
	background-image: url(images/images/menuselect_06.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
