/* Appplied to the LI element for each tab entry */
.TabItem {
	/*line-height: 25px;*/
}

/* 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 {
	font-style: italic;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}


ul li.tabItem{ /*margin-left:15px;*/ list-style: none; padding:0px; padding-left: 15px;}
ul li.tabItem{ font-weight:bold;}
ul li.tabItem ul li.tabItem{ font-weight:normal; list-style: none;}
