/* Appplied to the LI element for each tab entry */
.TabItem {font-size: 12px;line-height: 16px;font-family: Tahoma, Arial, Verdana, Helvetica, Sans-Serif;}
/* Applied to the SPAN element for the tab name in each entry */
.TabName {font-weight: normal;}
/* Applied to the SPAN element for the tab description in each entry */
.TabDescription{}
/* Applied to the SPAN element for the list of keywords in each entry */
.TabKeywords{}
/* Applied to the SPAN element for the list of modules in each entry */
.TabModules {}

#sitemap ul li ul li ul {margin:0px;padding:0px;}
#sitemap ul li ul li ul li {list-style:disc;margin:0px;padding:0px;}

html>body #sitemap li {margin:10px;padding:0px;}
html>body #sitemap ul {list-style:disc;margin:0px;padding:0px;}

#sitemap ul li .TabItem .TabName a:hover {color:#33FF33;}