/* CSS Document */

#navlist {
	margin: 0px;
	padding: 0px;
	height: 52px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#navlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#navlist a {
	float: left;
	padding: 52px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:52px; /* for IE5/Win only */
}
#navlist a:hover {
	background-position: 0 -52px;
}
#navlist a:active, #nav a.selected {
	background-position: 0 -104px;
}
#nav01 a {
	width: 91px;
	background: url(images/BTN-01.png) top left no-repeat;
}
#nav02 a {
	width: 90px;
	background: url(images/BTN-02.png) top left no-repeat;
}
#nav03 a {
	width: 91px;
	background: url(images/BTN-03.png) top left no-repeat;
}
#nav04 a {
	width: 91px;
	background: url(images/BTN-04.png) top left no-repeat;
}
#nav05 a {
	width: 90px;
	background: url(images/BTN-05.png) top left no-repeat;
}