ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

/* =-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=- */
/* #left-menu is located in the styles.css file  */
#menu {
   position: absolute;
   top:120px;
   left:0px;
   width: 132px;
   border:3px inset #CCCCCC;
   font-family: Verdana, Helvetica, "Times New Roman", serif;
   font-size:0.7em;
   text-align:center;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   z-index:1;
   }
#menu li a {
   text-decoration: none;
   height: 32px;
   voice-family: "\"}\"";
   voice-family: inherit;
   height: 24px;
   }

#menu li a:link, #menu li a:visited {
   display: block;
   color: #fff;
   background:transparent url(img/menu.gif) 0 -64px no-repeat;
   padding: 9px 10px 0 0;
   }

#menu li a:hover {
   color: orange;
   background:transparent url(img/menu.gif) 0 0 no-repeat;
   padding: 9px 10px 0 0;
   }

#menu a#active {
   color:yellow;
   background:transparent url(img/menu.gif) 0 -32px no-repeat;
   padding: 9px 10px 0px 0px;
   }
/* #menu li.lit {
   text-decoration: none;
   height: 32px;
   voice-family: "\"}\"";
   voice-family: inherit;
   height: 24px;
   color: yellow;
   background:transparent url(/img/menu.gif) 0 -32px no-repeat;
   padding: 9px 10px 0 0px;
   } */
.tcrv {
   position:absolute;
   top:-19px;
   left:0px;
   margin:0px;padding:0px;border:0px;
   }
.bcrv {
   position:absolute;
   top:500px;
   left:-5px;
   margin:0px;padding:0px;border:0px;
   }











