/* Styles for pretty buttons */
.hide{
	display:none;
}
#nav{
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav_wrapper{
	float:right;
	padding:19px 39px 0px 0px;
	margin:0px;
	width:732px;
}
#btn_floo {
	width: 98px; height: 33px;
	background: url(../images/floo.gif) top left no-repeat;
	float: left;
}
#btn_floo a {
	width: 100%; height: 100%;
	background: url(../images/floo.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_floo a:hover, #btn_floo .active {
	background: url(../images/floo.gif) top right no-repeat;
}
#btn_how {
	width: 152px; height: 33px;
	background: url(../images/how.gif) top left no-repeat;
	float: left;
}
#btn_how a {
	width: 100%; height: 100%;
	background: url(../images/how.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_how a:hover, #btn_how .active {
	background: url(../images/how.gif) top right no-repeat;
}
#btn_spec {
	width: 115px; height: 33px;
	background: url(../images/spec.gif) top left no-repeat;
	float: left;
}
#btn_spec a {
	width: 100%; height: 100%;
	background: url(../images/spec.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_spec a:hover, #btn_spec .active{
	background: url(../images/spec.gif) top right no-repeat;
}
#btn_reso {
	width: 89px; height: 33px;
	background: url(../images/reso.gif) top left no-repeat;
	float: left;
}
#btn_reso a {
	width: 100%; height: 100%;
	background: url(../images/reso.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_reso a:hover, #btn_reso .active {
	background: url(../images/reso.gif) top right no-repeat;
}
#btn_phot {
	width: 118px; height: 33px;
	background: url(../images/phot.gif) top left no-repeat;
	float: left;
}
#btn_phot a {
	width: 100%; height: 100%;
	background: url(../images/phot.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_phot a:hover, #btn_phot .active {
	background: url(../images/phot.gif) top right no-repeat;
}
#btn_faq {
	width: 47px; height: 33px;
	background: url(../images/faq.gif) top left no-repeat;
	float: left;
}
#btn_faq a {
	width: 100%; height: 100%;
	background: url(../images/faq.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_faq a:hover, #btn_faq .active {
	background: url(../images/faq.gif) top right no-repeat;
}
#btn_test {
	width: 108px;
	height: 33px;
	background: url(../images/test.gif) top left no-repeat;
	float: left;
}
#btn_test a {
	width: 100%; height: 100%;
	background: url(../images/test.gif) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_test a:hover, #btn_test .active {
	background: url(../images/test.gif) top right no-repeat;
}

