/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0;
	display: none;
	/*/*/display: block; /* Hide from NN4 */
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #FF9900;
}


#p7TMnav {
	text-align:center;
}
#p7TMnav div {
position:relative;
	z-index:120;
	}
	#P7TMnav div div {
	position:relative;
	z-index:-1;
	}

/*second level menuitem divs on - Cascades to lower levels*/
#p7TMnav div div {
	margin: 0 0 0 19px;
	width:101px;
	/* background-color:#23296E; */
	background-color:#FFF012;
	z-index:-1;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	font-size: 15px;
	width:120px;
	margin-bottom:-15px;
	
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 1px 0 1px 0px;
	display: block;
	z-index:50;
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	color: #333333;
}
#p7TMnav div a:hover {
	color: #EC2A00;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited, #p7TMnav div div a:hover {
	font-size: 14px;
	border: 0;
	margin:0px;
	width:101px;
}


.flagtop {
	position:relative;
	width:101px;
	background-color:red;
	/* background-image:url(../images/flagTop.gif);background-color:#FFF012;background-repeat:no-repeat;background-position:top right; */
	background:url(../images/flagTop.gif) no-repeat top right;
	font-size: 14px;
	margin-top:-24px;
	border: 0;
	padding-top:15px;
	z-index:-1;
	}

.seclastflag {margin-bottom:-14px;}
.lastflag {margin-bottom:14px;}

.feelgoodflag {margin-top:50px; height:55px;}



/*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_plus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 20px !important;
}
.p7defmark {
	background-image:  none;
	padding: 1px 0 1px 20px !important;
}
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #333 !important;
	padding: 0px !important;
	background-color: transparent !important;
}
*/
