
#menu1Content, #menu2Content, #menu3Content, #menu4Content, #menu5Content {
	font:10px Verdana, sans-serif;
	background-color:#cccccc;
	color:#000000;
}	
.menustyle1 a, .menustyle1 a:visited, .menustyle1 a:active {
	text-decoration: none;
	border-right-style:solid;
	border-color:#999999;
	color:#000000;	
}
.menustyle2 a, .menustyle2 a:visited, .menustyle2 a:active {
	text-decoration: none;
	border-bottom-style:solid;
	border-color:#ffffff;
	color:#000000;
	width: 150px;
}
.menustyle1 a:hover {
	background-color:#7dc622;
	text-decoration: none;	
	color:#ffffff;
}

.menustyle2 a:hover {
	background-color:#7dc622;
	text-decoration: none;	
	color:#ffffff;
	width: 150px;	
}

