
.maintext {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #552E11;
	font weight: normal;
}
.headertext {
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #996600;
	font weight: bold;
}
.smtext {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #808080;
	font weight: normal;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 500;
visibility: visible;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:;
padding: 0px;
left: -800px;
border: 1px ;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
padding: 0px;
left: -800px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -80;
left: -150px; /*position where enlarged image should offset horizontally */

}

.mthumbnail{
position: relative;
z-index: 0;
}

.mthumbnail:hover{
background-color: transparent;
z-index: 500;
}

.mthumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:;
padding: 0px;
left: -800px;
border: 1px ;
visibility: hidden;
text-decoration: none;
}

.mthumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
padding: 0px;
left: -800px;
}

.mthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -80;
left: -50px; /*position where enlarged image should offset horizontally */

}
#dropmenudiv{
position:absolute;
border:0px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 175;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 3px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: FFFFFF;
}

a:hover{color:#000000; font-weight:normal; background-color:none; font-style: none; font-size: 10pt; text-decoration:underline} 
a{font-family: Verdana, Arial; font-size: 10pt; color:#000000;font-weight: normal; text-decoration:none} 

