/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:3 -Blue Sapphire
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	text-align: right;
	float: right;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: 500;
	text-align: left;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a, #p7PMnav ul a {
	display: block;
	text-decoration: none;
	background-color: #6C6969;
	color: #FFFFFF;
	line-height:1;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	border: 1px solid #cccccc;
}
#p7PMnav ul a {
	border-bottom-color: #666666;
	}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	letter-spacing: 0.01px;
	background-color: #1271FF;
	color: #FFFFFF;
}



/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #414763;
	color: #FFFFFF;
}
#p7PMnav ul .p7PMon {
}
/*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;
	width: 90px;
	margin-left: 2px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 100px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
#p7TMnav div {
	/*/*/line-height: 1.3;
}


/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6C6969; /* */
	padding: 1px;
	text-align: left;
	margin-left: 0px;
	color: #FFFFFF;
	background-image: url(image_bg.jpg);
	background-repeat: repeat-x;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 7px;
	background-color: #7A7878;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6C6969;
}
#p7TMnav div div div {
	margin: 0 0 0 7px;
	background-color: #939191;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6C6969;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	display: block;
	color: #FFFFFF;
	text-decoration: none; /* */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
}
#p7TMnav div a:visited {
	color: #FFFFFF;
}
#p7TMnav div a:hover{
	background-color: #1271FF;
	color: #FFFFFF;
}
#p7TMnav div a:active {
	background-color: #FECC58;
	color: #6C6969;
}
/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #FFFFFF; /* */
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}
#p7TMnav div div a:visited {
	color: #FFFFFF;
}
#p7TMnav div div a:hover, #p7TMnav div div a:active {
	background-color: #1271FF;
	color: #FFFFFF;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	color: #FFFFFF; /* */
	padding-top: 3px;
	padding-bottom: 3px;
}
#p7TMnav div div div a:visited {
	color: #FFFFFF;
}
#p7TMnav div div div a:hover, #p7TMnav div div div a:active {
	background-color: #1271FF;
	color: #FFFFFF;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(../p7t_minus.gif);
	background-position: 8px 50%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(file:///D|/Websites/p7tm/p7t_minus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #EEE !important;
	padding: 0 0 0 5px !important;
	background-color: transparent !important;
}
#p7PMnav #fi4u {
	width: 150px;
}


#p7PMnav #fi4u a {

	background-color: #F8C653;
	color: #6C6969;
	font-weight: bold;
	border: 1px solid #6C6969;
}
#p7PMnav #fi4u a:hover, #p7PMnav #fi4u a:active, #p7PMnav #fi4u a:focus {
	letter-spacing: 0.01px;
	background-color: #1271FF;
	color: #FFFFFF;
}
#p7PMnav #home {
	width: 140px;
}


#p7PMnav #home a {
	background-color: #F8C653;
	color: #6C6969;
	border: 1px solid #6C6969;
	font-weight: bold;
}
#p7PMnav #home a:hover, #p7PMnav #home a:active, #p7PMnav #home a:focus {
	letter-spacing: 0.01px;
	background-color: #1271FF;
	color: #FFFFFF;
}
