@charset "utf-8";

#p7PMnav {
	margin: 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #003333;
	font-size: 12pt;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 12em;
}

#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	font-size: 12pt;
}


#p7PMnav ul a:hover {
	background-color: #003333;
	letter-spacing: 0.01px;
	color: #ffffff;
}




#p7PMnav ul li {
	background-color: #003333;
	font-size: 12pt;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99cccc;
}
#p7PMnav ul li {
	float: none;
}

/* 1st Level Dropdown - Bridal Finery and others */

#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 4px 8px 4px 16px;
	line-height:1;
}
#p7PMnav ul a {
	padding: 4px 12px 4px 16px;
	line-height:1;
	color: #cccc99;
}
#p7PMnav ul ul a {
	padding: 4px 12px 4px 10px;
	line-height:1;
	background-color: #003333;
}

#p7PMnav ul ul a:hover {
	color: #ffffff;
	background-color: #003333;
	letter-spacing: 0.01px;
}




/* ------ This is the hover border for each item------ */

#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover, 
#p7PMnav .p7PMon:active {
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
	font-weight: normal;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link  */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:hover, #p7PMnav .p7PMtrg:active, #p7PMnav .p7PMon {
	padding-top: 11px;
	text-align: center;
	color: #cccc99;
}
.top_link {
	color: #330000;
	height: 28px;

}
.top_navcolor {
	color: #cccc99;
}


/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}


/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 16em;
	color: #cccc99;
}


#top_link a:link {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-style: none;
}


#top_link a:hover{
	border-bottom-width: 0px;
}
.right_border {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccc99;
}
