@charset "utf-8";
/* CSS Document */

.nav{
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	padding-right:7px;
	height:60px;
	width:440px;
	float:right;
	}

ul{
	text-align:center;
}

.nav ul{
	list-style:none;
	margin:0px;
	margin-top:10px;
	text-align:center;
}
.nav li{
	display:block;
	float:left;
	line-height:16px;
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	
}



.packages1
{
    background-image:url(../images/pircing-big.jpg);
    background-repeat:no-repeat;
    background-position:center;
}

.nav li a{
	display:block;
	width:80px;
	height:37px;
	color:#FFF;
	font-size:17px;
	text-decoration:none;

}


    

.nav li a:hover{
	background-image:url(../images/nav_over_arrow.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-decoration:none;
	color:#FF9;
}
	
.nav li a:active{
	text-decoration:none;
}
.nav li a:visited{
	text-decoration:none;
}

