#description {border-top:10px solid #333333; padding:0;}
#descScroll {max-height:80px; overflow-x:hidden; overflow-y:auto;}
#descInner {padding:5px 0;}
/*position and hide the menu initially...*/

#page {
	position: relative;
	width: 1000px;
/*	margin-left: 0px;*/
/*	margin-right: auto;*/
/*	margin: 0 auto;*/
	text-align: center;
	height: 80px;
	overflow: hidden;
	bottom: 33px;
	display: block;
	clear: both;
	background-image: url(./images/subnav.png);
	background-repeat: repeat-x;
	}

#menu {position:absolute; bottom:0; 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 {padding:10px 0px; font-size: 12px; font-weight:bold; /*font-style:italic;*/ white-space:nowrap; color:#ffffff; cursor:pointer;}