/* Menu Link */
A.MenuLink{
	color:#800000;
	font-style: italic;
	width:100%;
	text-decoration: none;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color:#AA0000;
	background-color:#FFFF99;
	text-decoration: underline;
}
/* First menu link element */
DIV.FirstMenuElement{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	position:absolute;
	padding:3px;
	width:190px;
	text-align: left;
	background-color:#e5e595;
	border-color:#ffffff;
	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: 15px;
	position:absolute;
	width:190px;
	padding:3px;
	text-align: left;
	background-color:#e5e57b;
	border-color:#ffffff;
	border-style:solid;
	border-width:2px;
}
/* Menu link element */
DIV.MenuElement { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:150px;
	background-color:#e5e595;
	border-color:#ffffff;
	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:3px;
	width:150px;
	background-color:#FFFF99;
	border-color:#ffffff;
	border-style:solid;
	border-width:2px;
}

