body, p, td, div {
 font-size: 12px;
 font-family: Arial, sans-serif;
}
#header h1 {
 font-size: 13px;
 color: #777;
}
#menu td {
 font-weight: bold;
 font-size: 12px;
}
#mainmenu {
 background: #03c;
}
#secmenu {
 background: #ccc;
}
#menu td {
 text-align: center;
 padding: 0 20px;
}
#menu td a {
 color: #fff;
}
#secmenu a {
 color: #000;
}
#menu td a, #secmenu a {
 text-decoration: none;
}
#menu td a:hover, #secmenu a:hover {
 text-decoration: underline;
}
#menu .sel {
 background: #ccc;
}
#menu #secmenu .sel {
 background: #fff;
}
#menu .sel a {
 color: #000;
}
