/* Styles for pretty buttons */
.hide{
	display:none;
}
#nav_wrapper{
	float:right;
	padding:25px 25px 0px 0px;
	margin:0px;
	width:571px;
	
}
#nav{
	margin:0px;
	padding:0px;
	height:29px;
}
#nav li {
	margin:0px;
	list-style:none;
}
#btn_home {
	width: 82px; height: 29px;
	background: url(../images/home.png) top left no-repeat;
	float: left;
}
#btn_home a {
	width: 100%; height: 100%;
	background: url(../images/home.png) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_home a:hover, #btn_home .active {
	background: url(../images/home.png) top right no-repeat;
}
#btn_abou {
	width: 73px; height: 29px;
	background: url(../images/about.png) top left no-repeat;
	float: left;
}
#btn_abou a {
	width: 100%; height: 100%;
	background: url(../images/about.png) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_abou a:hover, #btn_abou .active {
	background: url(../images/about.png) top right no-repeat;
}
#btn_serv {
	width: 92px; height: 29px;
	background: url(../images/services.png) top left no-repeat;
	float: left;
}
#btn_serv a {
	width: 100%; height: 100%;
	background: url(../images/services.png) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_serv a:hover, #btn_serv .active{
	background: url(../images/services.png) top right no-repeat;
}
#btn_case {
	width: 126px; height: 29px;
	background: url(../images/case_studies.png) top left no-repeat;
	float: left;
}
#btn_case a {
	width: 100%; height: 100%;
	background: url(../images/case_studies.png) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_case a:hover, #btn_case .active {
	background: url(../images/case_studies.png) top right no-repeat;
}
#btn_reso {
	width: 106px; height: 29px;
	background: url(../images/resources.png) top left no-repeat;
	float: left;
}
#btn_reso a {
	width: 100%; height: 100%;
	background: url(../images/resources.png) 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/resources.png) top right no-repeat;
}
#btn_cont {
	width: 92px; height: 29px;
	background: url(../images/contact.png) top left no-repeat;
	float: left;
}
#btn_cont a {
	width: 100%; height: 100%;
	background: url(../images/contact.png) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_cont a:hover, #btn_cont .active {
	background: url(../images/contact.png) top right no-repeat;
}
