#container { width: 600px; height: 600px; text-align: left; }

#content { position: relative; top: 130px; left: 100px; width: 360px; height: 330px; z-index: 1; overflow:auto; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 550; }

#content b { font-size: 16px; }

.padding { padding: 10px; }

#homeflash { position: absolute; background-repeat: no-repeat center center fixed; z-index: 0; top: 5px; }

#menu { position: absolute; z-index: 1; top: 245px; width: 600px; height: 400px; }
#menu a:hover { background-position: right; }

#home a { display: block; position: absolute; top: 325px; left: 240px; background-image:url(Menu/on_home.gif); width: 82px; height: 31px; }
#home a:hover { background-image: url(Menu/off_home.gif); }

#about a { display: block; position: absolute; top: 295px; left: 348px; background-image:url(Menu/on_about.gif); width: 97px; height: 46px; }
#about a:hover { background-image: url(Menu/off_about.gif); }

#products a { display: block; position: absolute; top: 208px; left: 445px; background-image:url(Menu/on_products.gif); width: 100px; height: 84px; }
#products a:hover { background-image: url(Menu/off_products.gif); }

#cat a { display: block; position: absolute; top: 67px; left: 545px; background-image:url(Menu/on_cat.gif); width: 63px; height: 142px; }
#cat a:hover { background-image: url(Menu/off_cat.gif); }

#contact a{ display: block; position: absolute; top: -65px; left: 567px; background-image:url(Menu/on_contact.gif); width: 41px; height: 130px; }
#contact a:hover { background-image: url(Menu/off_contact.gif); }

#footer { padding-top: 15px; text-align: center; font: normal 8pt Arial, sans serif; color: #333; }
#footer a { color: #0000C8; }

 /* Show/Hide */
.subvisible { display : block; visibility: visible; padding: 0px 0px 0px 10px; }
 
.subhidden, .hidden { display: none; visibility: hidden; }