/* Menu Link */
A.MenuLink{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1D2123;
	width:100%;
	text-decoration: none;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color:#AA0000;
	background-color:gold;
	text-decoration: none;
}
/* First menu link element */
DIV.FirstMenuElement{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:221px;
	text-align: center;
	background-color:gold;
	border-color:#800000;
	border-style:solid;
	border-width:2px;
	display:none;
}
/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	width:222px;
	padding:2px;
	text-align: center;
	background-color:gold;
	border-color:#800000;
	border-style:solid;
	border-width:3px;
}
/* Menu link element */
DIV.MenuElement { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:270px;
	background-color:gold;
	border-color:#800000;
	border-style:solid;
	border-width:2px;
	display:none;
}
/* Menu link element when the mouse is over */
DIV.MenuElementOver { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:2px;
	width:270px;
	background-color:gold;
	border-color:#800000;
	border-style:solid;
	border-width:3px;
}

