
/* hide the sub levels and give them a positon absolute so that they take up no room */
.pulldown tr td table { visibility:hidden; position:absolute; border: 1px dotted #c60000; }

/* make the second level visible when hover on first level list OR link */
.pulldown:hover tr td table, .spulldown tr td:hover table { visibility:visible; }

.pulldown {  background-color:#ffffff; border: 0px solid #c60000; }
.pulldown:hover {  background-color:#c6c6c6; }
.pulldown tr td table tr td { background-color:#ffffff; }
.pulldown tr td table tr td:hover { background-color:#c6c6c6; }
