/* Menu Link */
A.MenuLink{
	color:#ffffff;
	width:100%;
	text-decoration: none;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color:#1D2123;
	background-color:#B1CEF9;
	text-decoration: underline;
}
/* First menu link element */
DIV.FirstMenuElement{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:192px;
    height:21px;
	text-align: left;
	background-color:#6A9EE9;
	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: 12px;
	position:absolute;
	width:192px;
    height:21px;
	padding:3px;
	text-align: left;
	background-color:#B1CEF9;
	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:160px;
	background-color:#2E5B9D;
	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:160px;
	background-color:#B1CEF9;
	border-color:#ffffff;
	border-style:solid;
	border-width:2px;
}

