/*   BUTTONS BAR   */
#buttons {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 25px;
	right: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 530px;
	height: 20px;
}

#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 {
	width: 530px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
	float: left;
	text-decoration: none;
}

#buttons ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
 	list-style-type: none; 
 	list-style-position: inside;
	float: left;
	height: 20px;
	text-decoration: none;
}

#buttons ul li a span, #buttons a span {visibility: visible; font-size: 12px; height: 20px; text-decoration: none;}


#buttons ul li a#b1{ display: block; width: 46px; height: 20px; text-decoration: none; color: #FFFFFF;}
#buttons ul li a#b1:hover{ display: block; width: 46px; height: 20px; text-decoration: none; color: #22B3D3;}
#buttons ul li a#b2{ display: block; width: 55px; height: 20px; text-decoration: none; color: #FFFFFF;}
#buttons ul li a#b2:hover{ display: block; width: 55px; height: 20px; text-decoration: none; color: #22B3D3;}
#buttons ul li a#b3{ display: block; width: 80px; height: 20px; text-decoration: none; color: #FFFFFF;}
#buttons ul li a#b3:hover{ display: block; width: 80px; height: 20px; text-decoration: none; color: #22B3D3;}
#buttons ul li a#b4{ display: block; width: 112px; height: 20px; text-decoration: none; color: #FFFFFF;}
#buttons ul li a#b4:hover{ display: block; width: 112px; height: 20px; text-decoration: none; color: #22B3D3;}
#buttons ul li a#b5{ display: block; width: 82px; height: 20px; text-decoration: none; color: #FFFFFF;}
#buttons ul li a#b5:hover{ display: block; width: 82px; height: 20px; text-decoration: none; color: #22B3D3;}
#buttons ul li a#b6{ display: block; width: 65px; height: 20px; text-decoration: none; color: #EB6A20;}
#buttons ul li a#b6:hover{ display: block; width: 65px; height: 20px; text-decoration: none; color: #EB6A20;}
#buttons ul li a#b7{ display: block; width: 80px; height: 20px; text-decoration: none; color: #FFFFFF;}
#buttons ul li a#b7:hover{ display: block; width: 80px; height: 20px; text-decoration: none; color: #22B3D3;}


/*   BUTTONS RIGHT   */
#buttons_right {
	position: relative;
	top: 0px;
	right: 2px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 155px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: right;
}

#buttons_right ul {
	width: 145px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	list-style-type: none;
	float: left;
	text-decoration: none;
}

#buttons_right ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
 	list-style-type: none; 
 	list-style-position: inside;
	float: left;
	height: auto;
	text-decoration: none;
	border-bottom: 1px solid #4CC9E5;
}

#buttons_right ul li a span, #buttons_right a span {visibility: visible; font-size: 12px; height: 20px; text-decoration: none;}

#buttons_right ul li a#b1{ display: block; width: 145px; height: auto; text-decoration: none; color: #CD5916; padding: 5px 0px 5px 10px; background-color: #B6ECF7;}
#buttons_right ul li a#b1:hover{ display: block; width: 145px; height: auto; text-decoration: none; color: #CD5916; padding: 5px 0px 5px 10px; background-color: #B6ECF7;}
#buttons_right ul li a#b2{ display: block; width: 145px; height: auto; text-decoration: none; color: #003268; padding: 5px 0px 5px 10px;}
#buttons_right ul li a#b2:hover{ display: block; width: 145px; height: auto; text-decoration: none; color: #003268; padding: 5px 0px 5px 10px; background-color: #50CFEB;}
