/* Menu
---------------------------------------------------------------------------------------- */
#menu { width: 100%; margin: 0; padding: 0; list-style: none; font-size: 100%; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
/* Clearfix */
#menu:after {
	content: "&nbsp;";
	clear: both;
	visibility: hidden;
}
#menu li { color: black; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; float: left; margin: 0; padding: 0; position: relative; }
#menu a { color: black; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; float: left; text-decoration: none; padding-top: 7px; padding-right: 20px; padding-bottom: 7px; }
#menu a:hover { color: #541539; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
/* The Drop Down: */
#menu .parent a { color: black; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; }
#menu .activeParent a { color: #541539; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; }
#menu .parent ul { color: black; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; display: none; } /* Hides the dropdown */
#menu .activeParent ul { color: black; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; background-color: transparent; float: left; width: 12em; /* The width of the dropdown */
	margin: 0; padding: 0; position: absolute; bottom: 20px; /* You may need to change this if you change font-size or padding on the menu */
	left: 0; list-style: none; z-index: 1000; }
#menu .activeParent li { color: black; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; background-color: transparent; float: left; margin: 0; padding: 0; }
#menu .activeParent li a { color: black; float: left; width: 12em; /* The width of the dropdown */
	margin: 0; display: block; background: transparent; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; padding-top: 0; padding-right: 8px; padding-bottom: 0; }
#menu .activeParent li a:hover { color: #541539; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; background: transparent; }