.topMenu{
	/* set the width of the column */
	width: 751px;
	height: 40px;
	color: #006699;
}

.topMenu a{
	font: bold 12px Verdana;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	padding: 4px;
	border: thin outset gray;
	text-align: center;
	height: 13px;
}
.topMenu a{
	width: auto;
	background-color: #006699;
	text-align: center;
}

.topMenu a:hover{
background-color: #99ccff;
color: #000000;
}
