/* Start of CMSMS style sheet 'Navigation' */
/* Styles for pretty buttons */
.hide{
	display:none;
}
#nav_wrapper{
	float:left;
	padding:0px;
	margin:0px;
	width:1024px;
}
#nav{
	margin:0px;
	padding:15px 78px;
}
#nav li {
	margin-right:20px;
	list-style:none;
}
#btn_home {
	width: 154px; height: 29px;
	background: url(../images/home.jpg) top left no-repeat;
	float: left;
}
#btn_home a {
	width: 100%; height: 100%;
	background: url(../images/home.jpg) 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.jpg) top right no-repeat;
}
#btn_abou {
	width: 154px; height: 29px;
	background: url(../images/about_us.jpg) top left no-repeat;
	float: left;
}
#btn_abou a {
	width: 100%; height: 100%;
	background: url(../images/about_us.jpg) 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_us.jpg) top right no-repeat;
}
#btn_serv {
	width: 154px; height: 29px;
	background: url(../images/services.jpg) top left no-repeat;
	float: left;
}
#btn_serv a {
	width: 100%; height: 100%;
	background: url(../images/services.jpg) 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.jpg) top right no-repeat;
}
#btn_port {
	width: 154px; height: 29px;
	background: url(../images/portfolio.jpg) top left no-repeat;
	float: left;
}
#btn_port a {
	width: 100%; height: 100%;
	background: url(../images/portfolio.jpg) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_port a:hover, #btn_port .active {
	background: url(../images/portfolio.jpg) top right no-repeat;
}
#btn_cont {
	margin-right:0px;
	width: 154px; height: 29px;
	background: url(../images/contact_us.jpg) top left no-repeat;
	float: left;
}
#btn_cont a {
	width: 100%; height: 100%;
	background: url(../images/contact_us.jpg) 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_us.jpg) top right no-repeat;
}

/* End of 'Navigation' */

