
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }
   }
  }
 }
}
window.onload=startList;
body      { text-align: left; margin: 0; padding: 0; border-top: 10px solid #ccc }
body  { color: black; background-color: white; margin: 0 0 25px; padding: 0 0 10px }
#header     { text-align: center; margin-right: auto; margin-bottom: 0; margin-left: auto; padding: 0 0 0 75px; top: 100px; width: 780px; height: 180px }
#artistshead   { margin: 0; padding: 0; position: relative; width: 780px; height: 90px }
#content   { background-repeat: no-repeat; padding-top: 5px; padding-left: 10px; position: relative; width: 780px; clear: both }
#splashcontent  { background-repeat: no-repeat; background-position: 1em 0; padding-top: 5px; padding-left: 10px; position: relative; width: 780px; clear: both }
#left   { position: relative; width: 130px; float: left }
#right { position: relative; width: 600px; float: right }
#topbar { background-color: #000; margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; width: 100%; height: 20px }
a { color: #333; font-style: normal; text-decoration: none }
a.top { color: #ccc; font-style: normal; text-decoration: none }
a:hover { color: #000 }
p      { color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em }
p.toctop  { color: #333; font-size: 13px; font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif; line-height: 1.5em; letter-spacing: 2px }
p.body { color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em; margin-right: 25px; margin-left: 25px }
p.toc  { color: #333; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em; margin: 10px 15px 0 85px; padding-bottom: 0 }
p.toc2 { color: #333; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 12px; margin: 5px 15px 0 115px }
p.top    { color: #fff; font-size: 12px; font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 1.5em; letter-spacing: 3px; margin-top: 0; margin-bottom: 0; margin-left: 10px; padding: 0 }
td.top { }
p.nav   { color: #333; font-size: 12px; font-family: Optima, Verdana, Arial, Helvetica, sans-serif; font-style: italic; line-height: 19px; margin-left: 10px }
h1    { color: #000; font-size: 2.75em; font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif; font-style: normal; font-weight: lighter; text-align: center; letter-spacing: 5px; margin-top: 0.5em; margin-bottom: 0.67em }
h3   { font-size: 15px; font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif; font-weight: normal; text-align: right; letter-spacing: 2px; margin: 1em 0; padding-right: 15px }
h4   { font-size: 14px; font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif; font-weight: normal; text-align: center; letter-spacing: 2px; margin: 1.33em 0 }
h5         { font-size: 13px; font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 19px; text-align: justify; margin: 1.5em 6em 1em }


ul     { font-size: 9px; font-family: Georgia, "Times New Roman", Times, serif; text-transform: capitalize; letter-spacing: 1px; list-style: none; margin: 5px 0 0 0; padding: 0; left: 25px; width: 170px }
ul li  { position: relative }
	
	li ul    { display: none; position: relative; left: 0 }
	
	ul li a   { color: #777; text-decoration: none; background: #fff; display: block; padding: 3px }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; }
td { text-align: center; width: 176px; height: 195px; vertical-align: text-bottom }
p.caption { color: #000; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 11px; margin-top: 0; margin-bottom: 5px }
