.expstickybar{
	position:fixed;
	color: white;
	right:0; /*horizontally center bar in window*/
	left:0; /*horizontally center bar in window*/
	visibility:hidden;
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #FFFFFF 20%, #FFFFFF90%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(20%,#f6f6f6), color-stop(90%,#f6f6f6), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#FFFFFF 20%,#FFFFFF 90%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e6e6 0%,#FFFFFF 20%,#FFFFFF90%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#FFFFFF 20%,#FFFFFF90%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #e6e6e6 0%,#FFFFFF 20%,#FFFFFF90%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
	/*background: #e6e6e6;*/
	z-index: 10000;
	width:auto;	 /*set width of bar to width of entire window*/
	font-weight:bold;
}

.expstickybar a{
    color: #8C8C8C;
	font-size: 11px;
	letter-spacing: 2px;
	font-family: 'MyriadWebProRegular', Helvetica, sans-serif;
	vertical-align: middle;
	}