/* 'Borrowed' from http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.shtml */
/* NAVIGATION BUTTONS */
.cssnav  {
         position:relative;
         font-family: arial, helvetica, sans-serif;
         background-image:  url(/images/navigation/overbtn.jpg);
         background-repeat: no-repeat;
         white-space: nowrap;
         display: block;
         width: 211px;
         height: 44px;
         margin: 0; 
         padding: 0; 
}
.cssnav a {
         display: block;
         color: #000000;
         font-size: 11px;
         width: 211px;
         height: 44px;
         display: block;
         float: left;
         color: black; 
         text-decoration: none;
}

.cssnav img {width: 211px; height: 44px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
         position: absolute;
         left: 30px;
         top: 15px;
         margin: 0px;
         padding: 0px;
         cursor: pointer;
         width: 149px;
         height: 14px;
         text-align: center;
}
/* 'Borrowed' from dn.codegear.com/styles/codegear.com.css */
a.button:link{
   border-style: ridge;
   border-width: 2px;
   padding: 0px 2px 0px 2px;
   background-color: #DCDCDC;
   color: #000000;
   font-size: 12px;
   text-align: center;
   text-decoration: none;
}

a.button:visited{
   border-style: ridge;
   border-width: 2px;
   padding: 0px 2px 0px 2px;
   background-color: #DCDCDC;
   color: #000000;
   font-size: 12px;
   text-align: center;
   text-decoration: none;
}

a.button:hover{
   border-style: outset;
   border-width: 2px;
   padding: 0px 2px 0px 2px;
   background-color: #DCDCDC;
   font-size: 12px;
   text-align: center;
   text-decoration: none;
}

a.button:active{
   border-style: inset;
   border-width: 3px;
   padding: 0px 2px 0px 2px;
   background-color: #DCDCDC;
   font-size: 12px;
   text-align: center;
   text-decoration: none;
}

a.button img {
	vertical-align: middle;
	margin-bottom: .25em;
}

IMG.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;

}


/* END OF NAVIGATION */