
/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:300;
	visibility:hidden;
	}

swapfade(document.getElementById('test'), 'images/menu1b.jpg.jpg', '2', 'Accessible Website Menu [black]');



BODY {
MARGIN: 10px;
FONT-SIZE: 16px
FONT-FAMILY: Century Gothic;
COLOR: #333333;
TEXT-DECORATION: none

 
COLOR: #333333;  
BACKGROUND-COLOR: #666666; 

}
A:link {
	COLOR: #9AAF23; FONT-FAMILY: Century Gothic; TEXT-DECORATION: none
}
A:visited {
	COLOR: #9AAF23; BORDER-BOTTOM: FONT-FAMILY: Century Gothic; TEXT-DECORATION: none
}
A:hover {
	COLOR: #333333; FONT-FAMILY: Century Gothic; TEXT-DECORATION: underline
}
A:active {
	COLOR: #9AAF23; FONT-FAMILY: Century Gothic; TEXT-DECORATION: none
}


.main {  font-family: Century Gothic; font-size: 15px; color: #FFFFFF; text-decoration: none}
.main a:link {  font-family: Century Gothic; font-size: 15px; color: #FFFFFF; text-decoration: underline}
.main a:visited {  font-family: Century Gothic; font-size: 15px; color: #FFFFFF; text-decoration: underline}
.main a:hover {  font-family: Century Gothic; font-size: 15px; color: #000000; text-decoration: none}
.main a:active {  font-family: Century Gothic; font-size: 15px; color: #000000; text-decoration: underline}

.topmenu {  font-family: Century Gothic; font-size: 12px; color: #8F8250; text-decoration: none}
.topmenu a:link {  font-family: Century Gothic; font-size: 12px; color: #000000; text-decoration: none}
.topmenu a:visited {  font-family: Century Gothic; font-size: 12px; color: #000000; text-decoration: none}
.topmenu a:hover {  font-family: Century Gothic; font-size: 12px; color: #8F8250; text-decoration: none}
.topmenu a:active {  font-family: Century Gothic; font-size: 12px; color: #000000; text-decoration: none}

.content {  font-family: Century Gothic; font-size: 13px; color: #000000; text-decoration: none}
.content a:link {  font-family: Century Gothic; font-size: 13px; color: #000000; text-decoration: underline}
.content a:visited {  font-family: Century Gothic; font-size: 13px; color: #000000; text-decoration: underline}
.content a:hover {  font-family: Century Gothic; font-size: 13px; color: #8F8250; text-decoration: underline}
.content a:active {  font-family: Century Gothic; font-size: 13px; color: #000000; text-decoration: underline}

.submenu {  font-family: Arial; font-size: 16px; color: #FFFFFF; text-decoration: none}
.submenu a:link {  font-family: Arial; font-size: 16px; color: #FFFFFF; text-decoration: none}
.submenu a:visited {  font-family: Arial; font-size: 16px; color: #FFFFFF; text-decoration: none}
.submenu a:hover {  font-family: Arial; font-size: 16px; color: #000000; text-decoration: none}
.submenu a:active {  font-family: Arial; font-size: 16px; color: #000000; text-decoration: none}

.submenu2 {  font-family: Century Gothic; font-size: 14px; color: #FFFFFF; text-decoration: none}
.submenu2 a:link {  font-family: Century Gothic; font-size: 14px; color: #FFFFFF; text-decoration: none}
.submenu2 a:visited {  font-family: Century Gothic; font-size: 14px; color: #FFFFFF; text-decoration: none}
.submenu2 a:hover {  font-family: Century Gothic; font-size: 14px; color: #000000; text-decoration: none}
.submenu2 a:active {  font-family: Century Gothic; font-size: 14px; color: #000000; text-decoration: none}

.leftmenu {  font-family: Arial; font-size: 12px; color: #ffffff; text-decoration: none}
.leftmenu a:link {  font-family: Arial; font-size: 12px; color: #ffffff; text-decoration: none}
.leftmenu a:visited {  font-family: Arial; font-size: 12px; color: #ffffff; text-decoration: none}
.leftmenu a:hover {  font-family: Arial; font-size: 12px; color: #000000; text-decoration: none}
.leftmenu a:active {  font-family: Arial; font-size: 12px; color: #000000; text-decoration: none}

.bottommenu {  	font-weight: bold; font-family: Century Gothic; font-size: 18px; font-weight:normal; color: #8F8250; text-decoration: none}
.bottommenu a:link {  font-weight: bold;  font-family: Century Gothic; font-size: 18px; font-weight:normal; color: #000000; text-decoration: none}
.bottommenu a:visited {  font-weight: bold;  font-family: Century Gothic; font-size: 18px; font-weight:normal; color: #000000; text-decoration: none}
.bottommenu a:hover {  font-weight: bold;  font-family: Century Gothic; font-size: 18px; font-weight:normal; color: #8F8250; text-decoration: none}
.bottommenu a:active {  font-weight: bold;  font-family: Century Gothic; font-size: 18px; font-weight:normal; color: #000000; text-decoration: none}

.bottommenu2 {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: none}
.bottommenu2 a:link {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: none}
.bottommenu2 a:visited {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: none}
.bottommenu2 a:hover {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: none}
.bottommenu2 a:active {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: none}

}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>
