#ddmenu_container {
	/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	width:900px;
	height:650px;
	text-align:left;
}

#ddmenu_galleries_container {
/* This ID is related to the master menu div for menu Mddmenu_galleries_container and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:504px;
	top:156px;
	visibility:hidden;
	z-index:300;
}

#ddmenu_galleries {
/* This class defines things about menu ddmenu_galleries' div. */
	position:relative;
	left:0px;
	top:0px;
	visibility:hidden;
	width:152px;
	height:45px;
}

a#ddmenu_galleries_1 {
/* Unique ID for gallery 1 */
	left:0px;
	top:0px;
	width:152px;
	height:22px;
	background: url(../images/navbar/gallery-ceremony.gif);
	display:block;
}

a#ddmenu_galleries_1:hover {
/* Unique ID for gallery 1 for rollover */
	background: url(../images/navbar/gallery-ceremony-rollover.gif);
}

a#ddmenu_galleries_2 {
/* Unique ID for gallery 2 so we can set its position */
	left:0px;
	top:23px;
	width:152px;
	height:21px;
	background: url(../images/navbar/gallery-reception.gif);
	display:block;
}

a#ddmenu_galleries_2:hover {
/* Unique ID for gallery 2 for rollover */
	background: url(../images/navbar/gallery-reception-rollover.gif);
}
a#ddmenu_galleries_3 {
/* Unique ID for gallery 3 so we can set its position */
	left:0px;
	top:44px;
	width:152px;
	height:21px;
	background: url(../images/navbar/gallery-brides.gif);
	display:block;
}

a#ddmenu_galleries_3:hover {
/* Unique ID for gallery 1 for rollover */
	background: url(../images/navbar/gallery-brides-rollover.gif);
}

#ddmenu_galleries_container img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}
