/*   BUTTONS BAR   */
#buttons {
	position: relative;
	top: 14px;
	left: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 730px;
	height: 15px;
	float: left;
}
#buttons p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#buttons img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#buttons ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 730px;
	height: 15px;
	display: inline;
	list-style-type: none;
	text-decoration: none;
	float: left;
}

#buttons ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 15px;
	display: inline;
	list-style-type: none;
	text-decoration: none;
	float: left;
}

#buttons ul li a span, #buttons a span {
	visibility: hidden;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#buttons ul li a#b1 { display: block; width: 132px; height: 15px; background: transparent url(../images/home_btn.jpg) no-repeat; text-decoration: none;}
#buttons ul li a#b1:hover { display: block; width: 132px; height: 15px; background: transparent url(../images/home_ro.jpg) no-repeat; text-decoration: none;}
#buttons ul li a#b2 { display: block; width: 216px; height: 15px; background: transparent url(../images/services_btn.jpg) no-repeat; text-decoration: none;}
#buttons ul li a#b2:hover { display: block; width: 216px; height: 15px; background: transparent url(../images/services_ro.jpg) no-repeat; text-decoration: none;}
#buttons ul li a#b3{ display: block; width: 258px; height: 15px; background: transparent url(../images/value_ro.jpg) no-repeat; text-decoration: none;}
#buttons ul li a#b3:hover { display: block; width: 258px; height: 15px; background: transparent url(../images/value_ro.jpg) no-repeat; text-decoration: none;}
#buttons ul li a#b4{ display: block; width: 123px; height: 15px; background: transparent url(../images/contactus_btn.jpg) no-repeat; text-decoration: none;}
#buttons ul li a#b4:hover { display: block; width: 123px; height: 15px; background: transparent url(../images/contactus_ro.jpg) no-repeat; text-decoration: none;}
