#asktonytopbar{
position:absolute;
border-bottom: 1px solid silver;
padding: 4px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
text-align: center;
white-space: nowrap;
clear:both;
}

.topbara {

float: center;
font-size: 14px;
font-family: arial;
font-weight: bold;
color: blue;
text-decoration:  none;
text-align: center;
}

		.topbarleft {
			float: left;
			text-align: center;
			font-family: Arial;
			font-size: 13px;
			font-weight: bold;
			font-style: normal;
			color: #0000FF; 
			width: 80%;
		}

		.topbarcenter {
			text-align: center;
			font-family: Arial;
			font-size: 13px;
			font-weight: bold;
			font-style: normal;
			color: #0000FF; 
			width: 80%;
		}

		.topbarright {
			float: right;
			font-family: Arial, Helvetica, sans-serif;
			text-align: right;
			font-weight: normal;
			font-size: 10px;
			letter-spacing: 0;
			width: 15%;
			white-space: nowrap;
		}