/* CSS Document by IMAGE ICU, LLC */
/* Menu Styles for somirac.org */
/* (c)2008 IMAGE ICU, LLC - www.imageicu.com */

#p7PMnav {
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -382px;
	padding: 0;
	width: 762px;
	height: auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#p7PMnav ul {
	margin: 0 auto;
	padding: 0;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #475a89;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	z-index: 10000;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#p7PMnav ul li {
	border-bottom: 1px solid #999;
}

#p7PMnav a {
	display: block;
	margin: 0 12px;
	padding: 0;
	font-size: 105%;
	color: #FFFFFF;
	height: auto;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFCC00;
	font-weight: bold;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #66CCCC;
}

/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:   url("../Images/arrow_east.gif");
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #66CCCC;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	text-align: left;
}
#p7PMnav ul li {
	float: none;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 190px;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}


/* Link style over-rides */
#p7PMnav ul li a {
	margin: 0;
	padding: 8px 8px 4px 8px;
	color: #FFFFFF;
	height: 20px;
	font-size: 95%;
	background-color: #32538c;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
#p7PMnav ul li a.p7PMmark {
	color: #FFFF00;
	background-color: #003689;
	font-weight: normal;
}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	color: #FFFF00;
	background-color: #e7662b;
}
