/* Menu Link */
A.MenuLink{
	color:#FF0000;
	width:100%;
	text-decoration: none;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color:#DF0000;
	background-color:#2F0000;
	text-decoration: underline;
}
/* First menu link element */
DIV.FirstMenuElement{
	font-family: Comic Sans MS;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:130px;
	text-align: center;
	background-color:#4F0000;
	border-color:#2F0000;
	border-style:outset;
	border-width:2px;
	display:none;
}
/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
	font-family: Comic Sans MS;
	font-size: 12px;
	position:absolute;
	width:130px;
	padding:3px;
	text-align: center;
	background-color:#2F0000;
	border-color:#4F0000;
	border-style:inset;
	border-width:2px;
}
/* Menu link element */
DIV.MenuElement { 
	font-family: Comic Sans MS;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:100px;
	background-color:#4F0000;
	border-color:#2F0000;
	border-style:outset;
	border-width:2px;
	display:none;
}
/* Menu link element when the mouse is over */
DIV.MenuElementOver { 
	font-family: Comic Sans MS;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:100px;
	background-color:#2F0000;
	border-color:#4F0000;
	border-style:inset;
	border-width:2px;
}

