/* 
  -----------------------------------
marilynmonteiro.com menu css
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: .1em;
}

#p7PMnav li ul {
	list-style-type: none;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background-color: #f4edd6;
}

#p7PMnav a {
	text-decoration: none;
	color: #990000;
}

#p7PMnav ul a {
	font-family:Georgia, "Times New Roman", Times, serif;
}


#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active {
	color: #5d3320;
	text-decoration: none;
	color:#e7230f;
	background-image: url(images/bg-navtab.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
}

#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover, 
#p7PMnav ul .p7PMon:active {
	color: #81533f;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
	font-weight: normal
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}

#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	padding: 8px 0 0 40px;

}

