#menuList {

	margin: 0px;

	padding: 0px;

	padding-top: 6px;

	text-align: center;

}

* html #menuList {

	margin-top:6px;

	padding:0; /* msie only */

}

#menuList ul {

	margin: 0px;

	padding: 0px;

}

#menuList li {

	display:inline;

	list-style: none;

}

a.starter, a.starter:link, a.starter:visited {

	background-color:#26546c;

	color: #f0e000;

	font-weight: bolder;

	margin: 0px;	

	padding: 6px 33px 6px 33px; /*adjust (L & R) to fit tab text */

	text-decoration: none;

	font-size: 12px;

}

a.starter:hover, a.starter:active {

	background-color: #f0e000;

	color: #26546c;

	margin: 0px;

	padding: 6px 33px 6px 33px; /*adjust (L & R) to fit tab text */

	image: url(../images/gold.gif);

} 


