	a,, , a:hover, {color:; text-decoration:none;}
  #menu {position:absolute; bottom:30; left:0; width:100%; display:none;}
/*dock styling...*/
	/*...centre the dock...*/
	#menu div.jqDockWrap {margin:0 auto;}
	/*...set the cursor...*/
	#menu div.jqDock {cursor:pointer;}
/*label styling...*/
	div.jqDockLabel {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: italic;
	white-space: nowrap;
	display: block;
	height: 14px;
	position: absolute;
	top: 17px;
	right: 60px;
	line-height: 14px;
	border: 1;
	color: #D8D8D8;
	background-color: #464646;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	text-shadow: #000 2px 2px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
}
#dock { position: relative; top: 10px; left:-480px;}