#topnav {
	font: normal 12px/12px arial,helvetica,sans-serif;
	background: transparent;
	text-transform:uppercase;
	text-align:center;
	margin:0; padding:0; border:0;
	height:22px; width:781px;	
	clear:both;
	position:absolute; bottom:0; left:0;
	}


	#topnav ul {
		list-style: none;
		border:0; margin:0; padding:0;
		text-align:center;
		display:inline;
		}
			
	#topnav li {
		list-style-type:none;
		list-style-image:none;
		margin:0;
		line-height:normal;
		float:left;
		width:111px;
		}
	
	/* below is where you specify the height of the block and the display */
			
	#topnav li a {
			background: url(/_img/tab.gif) no-repeat;
			display: block;
			color: #fff;
			text-align:center;
			text-decoration: none;
			padding:5px 0; margin:0;
			height:12px;
			}
	
		html>body #topnav li a {
			width: auto;
			}
	
			#topnav li.wide {
			width:136px;
			}

			#topnav li.short {
			width:90px;
			}
	
		#topnav li a:hover {
			color:#fff;
			display:block;
			text-decoration:underline;
			}
	
		#topnav li#active a {
			text-decoration: underline;
			}
			
			
	li#subactive {
		font-weight:bold;
		}