/********************** LEFT NAV******************************/
table#leftNavPanel{
   padding: 0px;
   border-collapse: collapse;
   vertical-align:top;
   width: 100%;
   background-color: #dad3c6;
}

td#leftNavPanel {
   padding: 0px;
   width: 200px;
   vertical-align: top;
   background-repeat: no-repeat;
   background-color: #dad3c6;
   text-align: center;
}

table#leftNav{
   padding: 5px;
   border-collapse: collapse;
   width: 175px;
}

table#leftNav td{
   padding: 5px;
   text-align: left;
   font: 11px Verdana;
}

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

table#leftNav a.textLN{
	color : #000;
	text-decoration : none;
	font-weight: bold;
}

table#leftNav a.textLN:hover, table#leftNav a.textSelectedLN  {
	color : #0000ff;
	text-decoration : none;
	font-weight: bold;
}

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

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

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

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

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