@charset "UTF-8";
/* CSS Document */

/* Navigation CSS */

a{
	text-decoration:none;
}

/* For Main Navigation CSS - see pro_dropdown_2.css */



.ftrnav ul{
	margin: 0;
	list-style-type: none;
	color: #F0DEC6;
	font: normal 12px arial, helvetica, sans-serif;
	text-align: center;
	padding: 0;
}



li.ftrnav{ display: inline; }

li.ftrnav a{
	text-decoration: none;
	color: #E6E1CC;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid;
	border-right-color: #956442;
}

li.ftrnav a:hover{
	background-color: #516F8A;
	color: #fff;
}


a.facebtn{
	width:113px;
	height:113px;
	display:block;
	background-image:url(../images/facelinkro.png)
}

a.facebtn:hover{
	background-position: 0 -113px;
}

a.breastsbtn{
	width:113px;
	height:113px;
	display:block;
	background-image:url(../images/breastslinkro.png)
}

a.breastsbtn:hover{
	background-position: 0 -113px;
}

a.bodybtn{
	width:113px;
	height:113px;
	display:block;
	background-image:url(../images/bodylinkro.png)
}

a.bodybtn:hover{
	background-position: 0 -113px;
}

a.skinbtn{
	width:113px;
	height:113px;
	display:block;
	background-image:url(../images/skinlinkro.png)
}

a.skinbtn:hover{
	background-position: 0 -113px;
}

