/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 0px 0;
	font-size: .8em;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
	color: #FFFFCC;
}
#p7TMctrl a:visited {
	color: #FFFFCC;
}
#p7TMctrl a:hover {
	color: #FFF;
}


/*Sets line-height of all menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.5; /* */
}


/*Sets background color and border around the menu DIV*/
#p7TMnav {
    width:100%;
    margin-top: 0;
    background-color:#fff ;
	border-left: 0px solid #ccc;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0 0 0 0;
}

#p7TMnav div div {
	margin: 0 0 0 0em;
	border-left: 0px solid #ccc;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FFFFCC;
	font-size: 1em;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	color: #FFFFCC;
	padding: 0 0 0 0;
	text-decoration: none;
    font-weight: bold;
}
#p7TMnav div a:visited {
	color: #8CDAFF;
}
#p7TMnav div a:hover {
	color: #8CDAFF;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #CC6600;
	font-size: .8em;
}
##p7TMnav div div a:hover {
	color: #BD2336;
	font-size: 0.8em;
}

#p7TMnav div div div a {
	font-size: .7em;
}
.p7plusmark {

  background-color: #409FFF;
  font-size: 16px;
  padding: 16px;
  border: 0;
  display: block;
  color: white;
  margin-top: 0px;
  padding: 0 0 0 20px !important;
  border-bottom: 1px solid white;
}
.p7minusmark {

  background-color: #409FFF;
  font-size: 16px;
  padding: 16px;
  display: block;
  color: white;
  border: 0;
  margin-top: 0px;
  padding: 0 0 0 20px !important;
  border-bottom: 1px solid white;

}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-repeat: no-repeat;
	background-image: url(tmm_page.gif);
	background-position: 0px 50%;
	padding: 0 0 0 20px !important;
    font-family: Verdana;
}


.p7defmark a:hover, .p7defmark a:visited {
	background-repeat: no-repeat;
	background-image: url(tmm_page.gif);
	background-position: 0px 50%;
	padding: 0 0 0 20px !important;
    color: orange;
    font-family: Verdana;
}


.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent !important;
	color: #FFFFCC !important;
	padding: 0 0 0 20px !important;
}
