/* Appplied to the parent UL element for the index */
.PageList {
}

/* Appplied to nested UL elements */
.PageList ul {
	margin-left:0px;
	padding-left:10px;
}

.PageList ul li {
	margin-left:10px;
	padding-left:0px;
}

.PageList ul li li {
	margin-left:10px;
	padding-left:0px;
}

/* Appplied to the LI element for each tab entry */
.PageItem {

}

/* Applied to the SPAN element for the tab name in each entry */
.PageName {
	font-size:0.9em;
	font-weight: bold;
}

/* Applied to the SPAN element for the tab description in each entry */
.PageDescription
{}

/* Applied to the SPAN element for the list of keywords in each entry */
.PageKeywords
{}

/* Applied to the SPAN element for the list of modules in each entry */
.PageModules {
	font-style: italic;
}

