@charset "UTF-8";
/* CSS Document -- Fab Navbar */

ul#navrow {
	padding: 0;
	margin: 0 18px 0 23px;
	list-style: none;
	height: 57px;
}
ul#navrow li {
	float: left;
}
.button-text {
	text-align:center;
	padding-top:15px;
	color:#000;
	text-shadow:#FFF -1px -1px 0;
	font-family:"Myriad Pro", Arial, Gadget, sans-serif;
	font-size:20px;
	font-weight:bold;
}
ul#navrow li a.first {
	display: block;
	width: 130px;
	height: 56px;
	overflow:hidden;
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat 0 0;
}
ul#navrow li a.second {
	display: block;
	width: 127px;
	height: 56px;
	overflow:hidden;
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -130px 0;
}
ul#navrow li a.third {
	display: block;
	width: 127px;
	height: 56px;
	overflow:hidden;
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -257px 0;
}
ul#navrow li a.fourth {
	display: block;
	width: 127px;
	height: 56px;
	overflow:hidden;
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -384px 0;
}
ul#navrow li a.fifth {
	display: block;
	width: 127px;
	height: 56px;
	overflow:hidden;
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -511px 0;
}
ul#navrow li a.sixth {
	display: block;
	width: 129px;
	height: 56px;
	overflow:hidden;
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -638px 0;
}
ul#navrow li a.first:hover {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat 0 -56px;
}
ul#navrow li a.second:hover {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -130px -56px;
}
ul#navrow li a.third:hover {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -257px -56px;
}
ul#navrow li a.fourth:hover {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -384px -56px;
}
ul#navrow li a.fifth:hover {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -511px -56px;
}
ul#navrow li a.sixth:hover {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -638px -56px;
}
ul#navrow li a.first:active {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat 0 -112px;
}
ul#navrow li a.second:active {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -130px -112px;
}
ul#navrow li a.third:active {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -257px -112px;
}
ul#navrow li a.fourth:active {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -384px -112px;
}
ul#navrow li a.fifth:active {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -511px -112px;
}
ul#navrow li a.sixth:active {
	background: url(../images/ffp/ffp_navsprite.gif) no-repeat -638px -112px;
}



