.woahbar
	{
	  position: fixed;
	  top: 0px;
	  left: 0px;
	  width: 100%;
	  height: 35px;
	  z-index: 9999;
	  padding: 5px 0 5px 0;
	  text-align: center;
	  font-size: 110%;
	  color: #fff;
	  background-color: red;  /* << set custom bar color here */
	  box-shadow: 0px 0px 5px #888888;
	  -moz-box-shadow:0px 0px 5px #888888;
	  -webkit-box-shadow:0px 0px 5px #888888;
	  border-bottom: 3px solid #fff;
	}
	 
	.woahbar-stub
	{
	  position: fixed;
	  top: -10px;
	  left: 0px;
	  width: 100%;
	  height: 35px;
	  z-index: 200;
	  padding: 7px 0 5px 0;
	  text-align: center;
	}
	 
	.woahbar span
	{
	  float: left;
	  width: 95%;
	  text-align: center;
	  padding-top: 2px;
	}
	 
	.woahbar-link
	{
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	 
	  background: #4c4c4c; /* Old browsers */
	  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	  background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
	  background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
	  background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39);
	  box-shadow: 1px 1px 3px rgba(0,0,0,0.28);
	  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.28);
	  -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.28);
	  color: white;
	  padding: 2px 8px 1px 8px;
	}
	 
	.woahbar-down-arrow:hover {
	  background-color: transparent; /* << set custom hover bar color here */
	}
	 
	.woahbar-up-arrow:hover {
	  background: url(woahbar-up-arrow-hover.png);
	}
	 
	.woahbar-link:hover
	{
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	 
	  background: #5c5c5c; /* Old browsers */
	  background: -moz-linear-gradient(top, #5c5c5c 0%, #696969 12%, #777777 25%, #575757 39%, #3c3c3c 50%, #111111 51%, #111111 60%, #3b3b3b 76%, #2c2c2c 91%, #232323 100%); /* FF3.6+ */
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(12%,#696969), color-stop(25%,#777777), color-stop(39%,#575757), color-stop(50%,#3c3c3c), color-stop(51%,#111111), color-stop(60%,#111111), color-stop(76%,#3b3b3b), color-stop(91%,#2c2c2c), color-stop(100%,#232323)); /* Chrome,Safari4+ */
	  background: -webkit-linear-gradient(top, #5c5c5c 0%,#696969 12%,#777777 25%,#575757 39%,#3c3c3c 50%,#111111 51%,#111111 60%,#3b3b3b 76%,#2c2c2c 91%,#232323 100%); /* Chrome10+,Safari5.1+ */
	  background: -o-linear-gradient(top, #5c5c5c 0%,#696969 12%,#777777 25%,#575757 39%,#3c3c3c 50%,#111111 51%,#111111 60%,#3b3b3b 76%,#2c2c2c 91%,#232323 100%); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top, #5c5c5c 0%,#696969 12%,#777777 25%,#575757 39%,#3c3c3c 50%,#111111 51%,#111111 60%,#3b3b3b 76%,#2c2c2c 91%,#232323 100%); /* IE10+ */
	  background: linear-gradient(top, #5c5c5c 0%,#696969 12%,#777777 25%,#575757 39);
	  box-shadow: 1px 1px 3px rgba(0,0,0,0.28);
	  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.28);
	  -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.28);
	  color: white;
	  padding: 2px 8px 1px 8px;
	  text-decoration: none;
	}
	 
	.close-notify
	{
	  float: right;
	  margin-right: 22px;
	  color: #fff;
	  width: 17px;
	  height: 19px;
	  text-decoration: none;
	  background-color: red; /* << set custom bar color here */
	  cursor:pointer;
	}
	 
	.show-notify
	{
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border: 3px solid #fff;
	  box-shadow: 0 0 5px rgba(0,0,0,0.35);
	  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
	  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
	  float: right;
	  margin-right: 10px;
	  color: #fff;
	  width: 35px;
	  height: 33px;
	  text-decoration: none;
	  background-color: red; /* << set custom bar color here */
	  cursor:pointer;
	}