#dd
{	margin: 0;
	padding: 0}

#dd li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font: normal 15px Trebuchet MS, Arial, Helvetica, sans-serif} /* Style, size and typeface of main button labels */

#dd li a.menu
{	display: block;
	text-align: center;
	background: #666666; /* Background color for main buttons */
	padding: 4px 10px 4px 10px 4px 10px; /* top, right, bottom, and left padding around main button labels. */
	margin: 0 15px 0 0; /* top, right, bottom, and left margins around main buttons.  ADJUST THESE TO SPACE OUT THE MAIN BUTTONS */
	color: #ffffff;		/* Text color for top-level buttons */
	text-decoration: none}

#dd li a.menu:hover
{	background: #788B90} /* Color of main menu rollover/highlight */

.submenu
{	background: #393D40; /* Background color for drop-downs */
	border: 1px solid #788B90; /* Thickness, style and color of the outline around the drop-downs */
	visibility: hidden;
	position: absolute;
	z-index: 3}

	.submenu a
	{	display: block;
		font: 13px Trebuchet MS, Arial, Helvetica, sans-serif; /* Style, size and typeface of submenu text */
		text-align: left;
		text-decoration: none;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 5px;
		padding-right: 5px;
		color: #ffffff; /* Color of submenu text */
		border-color: #ffffff; /* Color of separators between submenu options */
		border-style:solid;
		border-top-width:1px;
		border-bottom-width:0px;
		border-left-style:none;
		border-right-style:none;}

	.submenu a:hover
	{	background: #788B90; /* Color of submenu rollover/highlight */
		color: #ffffff} /* Color of submenu text when rolled over/highlighted */