/********************** LEFT NAV******************************/
td#leftNavPanel {
   padding: 0px;
   vertical-align: top;
   background-repeat: no-repeat;
   text-align: center;
   width: 155px;
}

td#leftNavBox {
   padding: 0px;
   text-align: left;
   font: 11px Verdana;

}

table#leftNav{
   margin-left: 0px;
   border-collapse: collapse;
   width: 165px;
   border: 0px solid #000;
}

table#leftNav td{
   padding: 0px;
}

/********************** TEXT ALBUMS ******************************/

table#leftNav a.textLN{
	color : #000;
	text-decoration : underline;
	font-weight: normal;
   font-size: 11px;
}

table#leftNav a.textLN:hover, table#leftNav a.textSelectedLN  {
	color : red;
	text-decoration : underline;
   font-size: 11px;
	font-weight: normal;
}

/********************** TEXT SUB CAT******************************/

table#subCat{
   margin-left: 10px;
   padding: 0px;
   border-collapse: collapse;
   vertical-align:top;
   width: 100%;
}

table#subCat a.textLN1{
	color : #233d56;
	text-decoration : underline;
	font-weight: normal;
}

table#subCat a.textLN1:hover, table#subCat a.textSelectedLN1  {
	color : #C64934;
	text-decoration : underline;
	font-weight: normal;
}

table#subCat{
   padding: 0px;
   border-collapse: collapse;
   vertical-align:top;
   width: 100%;
}
