.menu:visited, .menu:active, .menu:link {
	display: block; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FEF3D9;
	text-decoration: none;
	height:25px;
	width:120px;
	background-image: url(images/summit01_09.gif);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 25px;
}
.menu:hover{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FEF3D9;
	text-decoration: none;
	line-height:25px;
	height:25px;
	width:120px;
	background-image: url(images/summit01_10.gif);
	background-repeat: repeat-x;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
