/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	padding: 12px 0 12px 0;
	font-size: 11px;
	display: none;
    background: transparent;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a {
	color: #efedea;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.25;/* */
}
/*Sets background color and border around the menu DIV*/

#p7TMnav div  {
	/*/*/
        
	text-decoration: none;
        background-color: transparent;
        color: white;
        display: block;
	padding: .5em 0 0 1.5em; /* */
}
/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: white;
	font-size: 12px;
        text-decoration: none;

}

#p7TMnav div a:hover {
	color: #f60;
}

#p7TMnav div div {
         margin: 0 0 0 0px;
	/*/*/border-left: 1px solid darkblue;
        border-bottom: 0px solid #efedea;
        border-top: 0px solid #efedea;
		  background-color: transparent;
        padding: .1em 0 0 1em;
        margin: 0 0 0 .2em;  /* */
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	color: white;
    line-height: 1.5;
}
#p7TMnav div div a:hover {
	color: #f60;
}


/*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(plus.gif);
	background-position: 1px 50%;
	padding: 4px 0 4px 8px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(minus.gif);
	background-position: 1px 50%;
	padding: 4px 0 4px 8px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 1px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
div div div .p7currentmark {
	letter-spacing: 0px;
	color: #f60 !important;
	padding: 0 0 0 1px !important;

}
div div .p7currentmark {
	letter-spacing: 0px;
	color: #000000 !important;
	padding: 0 0 0 8px !important;
}