/*This stylesheet covers all links for the gcisrish web site */
.links_main_index { top: 100px;}
.links_purpose { top: 0px;}
.links_tunes { top: 0px;}

.links {position: absolute; left: 0; width: 300px; height: 700px; font: 16px Verdana, sans-serif; z-index: 100;}

.links a {display: block; text-align: center; font: bold smaller/ sans-serif;
   padding: 10px; margin: 1px; border-width: medium;
   height: 75px;
   text-decoration: none; color: #FFC; background: #444;
   border-right: 25px solid #505050;
   }
.links a:hover {color: #411; background: #AAA;
   border-right: 5px double white;}

.links a span {display: none;}
.links a:hover span {display: block;
   position: relative; top: -30px; left: 170px; width: 500px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: #0033FF;
   font: 16px Verdana, sans-serif; text-align: center;
   z-index: 500;}


