/* CSS Document */

#navlistP {
	margin: 0px;
	padding: 0px;
	height: 52px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#navlistP li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#navlistP a {
	float: left;
	padding: 52px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:52px; /* for IE5/Win only */
}
#navlistP a:hover {
	background-position: 0 -52px;
}
#navlistP a:active, #nav a.selected {
	background-position: 0 -104px;
}
#nav01P a {
	width: 91px;
	background: url(images/BTN-P-01.png) top left no-repeat;
}
#nav02P a {
	width: 90px;
	background: url(images/BTN-P-02.png) top left no-repeat;
}
#nav03P a {
	width: 91px;
	background: url(images/BTN-P-03.png) top left no-repeat;
}
#nav04P a {
	width: 91px;
	background: url(images/BTN-P-04.png) top left no-repeat;
}
#nav05P a {
	width: 90px;
	background: url(images/BTN-P-05.png) top left no-repeat;
}
#nav06P a {
	width: 90px;
	background: url(images/BTN-P-06.png) top left no-repeat;
}
#nav07P a {
	width: 91px;
	background: url(images/BTN-P-07.png) top left no-repeat;
}
