

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #66CC00;
}


#p7TMnav h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 100%; /* */
	padding:4px 14px ;
	background-color: #d5d7d6;
	margin-bottom: 15px;
	font-size:.9em;
	}

#p7TMnav ul{
		list-style:none;

}

#p7TMnav ul li{
		list-style:none;
		margin:0 0 0 -40px;
		line-height:120%;
		font-size:.8em;

}

/*The Link style for top-level menuitems*/
#p7TMnav ul li a {
	
	color: #54a6aa;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: url(/wp-content/themes/apia/images/arrow_subnav.gif) no-repeat;
	background-position:left 3px;
	display:block;
	margin-bottom: 6px;
	
	}
#p7TMnav ul li a:visited {
	color: #54a6aa;
}
#p7TMnav ul li a:hover {
	color: #54a6aa;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav ul li ul li {
	margin-bottom: 12px;
	margin-top: 0;
	margin-right: 0;
	}
	
/*The Link style for second-level menuitems*/
#p7TMnav ul li ul li a {
	margin-left:20px;
	background: url(/wp-content/themes/apia/images/sublink_subnav.gif) no-repeat;
	background-position:left 2px;
	padding-left:0px;
	
}

/*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 ul li ul li ul li a {

}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_plus.gif);
	background-position: 0 50%;
	padding: 0 0 0 15px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_minus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
	font-weight: bold;
}
/*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;
	color: #F63800;
	color: #F63800; !important;
	padding: 0 0 0 15px !important;
	background: url(/wp-content/themes/apia/images/arrow_subnav_red.gif) no-repeat;
	background-position:left 3px;
}


#p7TMnav h3{
		color:#333333;
		font-weight:normal;
		text-transform:uppercase;
		font-size:.9em;
		/*background-color:#FFFFFF;
		
		border: dotted #b5b5b5 1px; */
		padding: 0px 4px 4px 0px;
		background-image:none;
}