/* Appplied to the parent UL element for the index */
.PageList {
font-weight: bold;
}
ul.PageList a:link, a:active, a:visited {
text-decoration: underline;
}
ul.PageList a:hover {
text-decoration: none;
}


/* Appplied to nested UL elements */
.PageList ul li{
background: none;
list-style-type: disc;
font-weight: normal;
padding-left: 0px;
color: #ED8711;
}
.PageList ul li a {
color: #ED8711;
}

.PageList ul li ul li{
font-weight: normal;
list-style-type: circle;
background: none;
padding-left: 0px;
color: #FDB404;
}
.PageList ul li ul li a{
color: #FDB404;
}

/* Appplied to the LI element for each tab entry */
.PageItem li {
}

/* Applied to the SPAN element for the tab name in each entry */
.PageName {
}

/* 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 {
}

