
table.menu2 {
	display: block;
	line-height: 42px;
	background: #fed657 url(../images/menuOn.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
} 

table.menu2 a { 
	display: block;
	background: #fed657 url(../images/menuOff.gif);
	background-repeat: repeat-x;
	text-decoration: none;
} 

div.menu2 {
	color: #FFFFFF; 
}

div.menu2 a {
	color: #FFFFFF; 
}

div.menu2 a:hover {
	background: #fed657 url(../images/menuOn.gif);
	background-repeat: repeat-x;
}

