#menu_menu{
	visibility: hidden;
	line-height: 30px;
	z-index: 1000;
	background-color: #E3E8EE;
	width: 515px;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3C5E96;
	position:absolute;
}
#menu_menu  a{
	color: #3C5E96;
	text-decoration: none;
}
#menu_menu  a:hover{ /*hover background color*/
	color: #6E1D34;
}
#menu_seguin{
	visibility: hidden;
	line-height: 30px;
	z-index: 100;
	background-color: #E3E8EE;
	width: 265px;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3C5E96;
	position: absolute;
}
#menu_seguin  a{
	color: #3C5E96;
	text-decoration: none;
}
#menu_seguin  a:hover{ /*hover background color*/
	color: #6E1D34;
}
#menu_about{
	visibility: hidden;
	line-height: 30px;
	z-index: 100;
	background-color: #E3E8EE;
	width: 280px;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3C5E96;
	position: absolute;
}
#menu_about  a{
	color: #3C5E96;
	text-decoration: none;
}
#menu_about  a:hover{ /*hover background color*/
	color: #6E1D34;
}
#menu_contact{
	visibility: hidden;
	z-index: 100;
	background-color: #E3E8EE;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3C5E96;
	position: absolute;
	width: 480px;
	line-height: 30px;
}
#menu_contact   a{
	color: #3C5E96;
	text-decoration: none;
}
#menu_contact   a:hover{ /*hover background color*/
	color: #6E1D34;
}
