/* Start of CMSMS style sheet 'Top Navigation' */
/*hide buttons*/
.hide {
	display:none;
}
#navigation {
	margin:0px;
	padding:58px 0px 5px 0px;
	float: right;
	width:581px;
	list-style: none;
	height:23px;
}
#navigation ul{
	list-style:none;
	height:25px;
	
}
#navigation ul li a{
	height:25px;
	
}
/* Styles for pretty buttons */
#btn_home {
	width: 83px; height: 25px;
	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 {
	background: url(../images/home.png) top right no-repeat;
}
#btn_home .active {
	background: url(../images/home_active.png) top left no-repeat;
}
#btn_library {
	width: 83px; height: 25px;
	background: url(../images/library.png) top left no-repeat;
	float: left;
}
#btn_library a {
	width: 100%; height: 100%;
	background: url(../images/showroom.png) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_library a:hover {
	background: url(../images/library.png) top right no-repeat;
}
#btn_library .active {
	background: url(../images/library_active.png) top left no-repeat;
}
#btn_news {
	width: 83px; height: 25px;
	background: url(../images/news.png) top left no-repeat;
	float: left;
}
#btn_news a {
	width: 100%; height: 100%;
	background: url(../images/news.png) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_news a:hover {
	background: url(../images/news.png) top right no-repeat;
}
#btn_news .active {
	background: url(../images/news_active.png) top left no-repeat;
}
#btn_blog {
	width: 83px; height: 25px;
	background: url(../images/blog.png) top left no-repeat;
	float: left;
}
#btn_blog a {
	width: 100%; height: 100%;
	background: url(../images/blog.png) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_blog a:hover {
	background: url(../images/blog.png) top right no-repeat;
}
#btn_blog .active {
	background: url(../images/blog_active.png) top left no-repeat;
}
#btn_faqs {
	width: 83px; height: 25px;
	background: url(../images/faqs.png) top left no-repeat;
	float: left;
}
#btn_faqs a {
	width: 100%; height: 100%;
	background: url(../images/faqs.png) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_faqs a:hover {
	background: url(../images/faqs.png) top right no-repeat;
}
#btn_faqs .active {
	background: url(../images/faqs_active.png) top left no-repeat;
}
#btn_aboutus {
	width: 83px; height: 25px;
	background: url(../images/aboutus.png) top left no-repeat;
	float: left;
}
#btn_aboutus a {
	width: 100%; height: 100%;
	background: url(../images/aboutus.png) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn_aboutus a:hover {
	background: url(../images/aboutus.png) top right no-repeat;
}
#btn_aboutus .active {
	background: url(../images/aboutus_active.png) top left no-repeat;
}
#btn_contactus {
	width: 83px; height: 25px;
	background: url(../images/contact.png) top left no-repeat;
	float: left;
}
#btn_contactus 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_contactus a:hover {
	background: url(../images/contact.png) top right no-repeat;
}
#btn_contactus .active {
	background: url(../images/contact_active.png) top left no-repeat;
}

/* End of 'Top Navigation' */

