/*--------------------------------------------*/
/* Style sheet 'menu'                         */
/* It applies to the following html files:    */
/* background, topics, sources, and all       */
/* the submenus that open from 'sources.html' */
/* CSSCheck 28/3/06                           */
/*--------------------------------------------*/

/* TABLES */

table.menu {
background: transparent none;
color: #000;
border: thin solid;
font-family: "Times New Roman", Times, serif;
font-size: 100%;
margin-left: auto;
margin-right: auto;
position: static;
}

th.menu {
background: #393 none;
color: #ff9;
text-align: center;}

tr.menu {
background: #cc9 none;
color: #363;}

td.menu {font-size: 100%;
padding:5px;
}


