#hpNavigation
{
	width: 150px;
	height: 194px;
	display: block;
	background-image: url(../images/hpNavigation/hpNavigation.gif);
	background-repeat: no-repeat;
	margin: 194px auto 0px auto;
	background-color: #fff;
}

ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 15px;
	padding: 81px 0px 0px 0px;
}

li
{
	width: 120px;
	display: block;
}

li a
{
	display: block;
	width: 120px;
}

li#beauty a
{
	height: 29px;
}

li#beauty a:hover
{
	background-image: url(../images/hpNavigation/hpNavigationOn.gif);
	background-repeat: no-repeat;
	background-position: -15px -81px;
}

li#fashion a
{
	height: 25px;
}

li#fashion a:hover
{
	background-image: url(../images/hpNavigation/hpNavigationOn.gif);
	background-repeat: no-repeat;
	background-position: -15px -110px;
}

li#advertising a
{
	height: 18px;
}

li#advertising a:hover
{
	background-image: url(../images/hpNavigation/hpNavigationOn.gif);
	background-repeat: no-repeat;
	background-position: -15px -135px;
}

li#contact a
{
	height: 23px;
}

li#contact a:hover
{
	background-image: url(../images/hpNavigation/hpNavigationOn.gif);
	background-repeat: no-repeat;
	background-position: -15px -153px;
}

