


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

/*Sets line-height of all menuitems*/
#p7TMnavKB {
	/*/*/line-height: 100%; /* */
	background-color: #fff;
	margin-bottom: 15px;
	font-size:.9em;
	}

#p7TMnavKB ul{
		list-style:none;
		margin:0 0 0 -40px;
}

#p7TMnavKB ul ul{
		margin:0 0 0 -40px;
}

#p7TMnavKB ul ul ul{
		margin:0 0 0 -25px;
}


#p7TMnavKB ul li{
		list-style:none;
		
		line-height:120%;
		list-style:none;
		

}

/*The Link style for top-level menuitems*/
#p7TMnavKB ul li a {
	
	color: #54a6aa;
	text-decoration: none;
	
	padding: 0 0 0 23px !important;	
	display:block;
	margin-bottom: 2px;
	min-height:16px;
	
	}
#p7TMnavKB ul li a:visited {
	color: #54a6aa;
}
#p7TMnavKB ul li a:hover {
	color: #54a6aa;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnavKB ul li ul li {
	margin-bottom: 6px;
	margin-top: 0;
	margin-right: 0;
	}
	
/*The Link style for second-level menuitems*/
#p7TMnavKB ul li ul li a {
	margin-left:20px;
	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}*/
#p7TMnavKB 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:   url(/wp-content/themes/apia/images/icons/icon_ClosedFolder.gif) no-repeat 0 -2px;
}
.p7minusmark {
	background:   url(/wp-content/themes/apia/images/icons/icon_OpenFolder.gif) no-repeat 0 -2px;
	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;
	background: url(/wp-content/themes/apia/images/icons/icon_ClosedFolder.gif) no-repeat;
	background-position:left 3px;
}


#p7TMnavKB h3{
		color:#333333;
		font-weight:normal;
		text-transform:uppercase;
		font-size:.9em;
		padding: 0px 4px 4px 0px;
		background-image:none;
}


.directory{
	background:  url(/wp-content/themes/apia/images/icons/icon_ClosedFolder.gif) no-repeat 0 -2px;
}

.blank{
	background:   url(/wp-content/themes/apia/images/icons/icon_clear.gif)  no-repeat;	
}
.pdf{
	background:   url(/wp-content/themes/apia/images/icons/icon_pdf.gif)  no-repeat;	
}
.audio{
	background:   url(/wp-content/themes/apia/images/icons/icon_mp3.gif)  no-repeat;
}
.vid{
	background:   url(/wp-content/themes/apia/images/icons/icon_label_video.gif)  no-repeat;
}
.pic{
	background:   url(/wp-content/themes/apia/images/icons/icon_image.gif)  no-repeat;
}
.blank{
	background:   url(/wp-content/themes/apia/images/icons/icon_clear.gif)  no-repeat;
}
