/* Menu Link */
A.MenuLink{
	color:#FFCCFF;
	font-style: italic;
	font-size: 16px;
	width:100%;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color:#fffaff;
	font-size: 16px;
	background-color:#D25192;
	text-decoration: underline;
}
/* First menu link element */
DIV.FirstMenuElement{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position:absolute;
	padding:1px;
	width:150px;
	text-align: left;
	background-color:#D25192;
	border-color:#fffaff;
	border-width:1px;
	display:none;
	font-weight: bold;
}
/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position:absolute;
	width:150px;
	padding:1px;
	text-align: left;
	background-color:#D25192;
	border-color:#fffaff;
	border-width:1px;
}
/* Menu link element */
DIV.MenuElement { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position:absolute;
	padding:1px;
	width:150px;
	background-color:#D25192;
	border-color:#fffaff;
	border-width:1px;
	display:none;
}
/* Menu link element when the mouse is over */
DIV.MenuElementOver { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position:absolute;
	padding:1px;
	width:150px;
	background-color:#D25192;
	border-color:#fffaff;
	border-width:1px;
}

