/********************** LEFT NAV******************************/
table#leftNavPanel{
   padding: 0px;
   border-collapse: collapse;
   vertical-align:top;
   width: 100%;
   background-color: #1e1e1e;
}

td#leftNavPanel {
   padding: 0px;
   width: 200px;
   vertical-align: top;
   background-repeat: no-repeat;
}

table#leftNav{
   border-collapse: collapse;
   width: 155px;
}

#leftNav td.leftNav{
   padding: 5px;
   font: 13px Verdana;
}

/********************** TEXT ALBUMS ******************************/

table#leftNav a.textLN{
	color : #ff0000;
	text-decoration : none;
	font-weight: bold;
}

table#leftNav a.textLN:hover, table#leftNav a.textSelectedLN  {
	color : #ffcc00;
	text-decoration : none;
	font-weight: bold;
}

/********************** TEXT SUB CAT******************************/

#subCat{
   border-collapse: collapse;
   width: 125px;
}

#subCat td.subCat{
   font: 10px Verdana;
}

table#subCat a.textLN1{
	color : #fff;
	text-decoration : none;
	font-weight: normal;
}

table#subCat a.textLN1:hover, table#subCat a.textSelectedLN1  {
	color : #ffcc00;
	text-decoration : none;
	font-weight: bold;
}

table#subCat{
   padding: 0px;
   border-collapse: collapse;
   vertical-align:top;
   width: 100%;
}
