body {
	background-color: #ECE9D8;
	font-size: 14px;
	font-family: Georgia;
}
a:link {
	text-decoration: none;
	color: #990000;
	font-size: 14px;
	font-family: Georgia;
}
a:visited {
	text-decoration: none;
	color: #006600;
	font-size: 14px;
	font-family: Georgia;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
	font-size: 14px;
	font-family: Georgia;
}
a:active {
	text-decoration: none;
	color: #006600;
	font-size: 14px;
	font-family: Georgia;
}
.style4 {
	color: #FFFFFF
}
.style5 {
	font-size: 10px
}
body,td,th {
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
}
menu {
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
}
ul.makeMenu, ul.makeMenu ul {
	width: 200px;                 
	border: 1px solid #000;      
	background-color: #000000;     
	padding-left: 0px;           
	cursor: default;             
	margin-left: 0px;            
}
ul.makeMenu li {
	list-style-type: none;       
	margin: 2px;                 
	position: relative;          
	font-family: Georgia;
	font-size: 14px;
	color: #ff6600;                
}
ul.makeMenu li > ul {          
	display: none;               
	position: absolute;          
	top: 2px;                    
	left: 190px;                 
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	background-color: #ffa;      
	color: #ff6600;                
}
ul.makeMenu ul.CSStoShow {
	display: block;              
}
ul.makeMenu li:hover > ul {    
	display: block;              
}
ul.makeMenu li a { 
	color: #ff6600; 
	display: block; 
	width: 100%; 
}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { 
	color: #000; 
}
ul.makeMenu li:hover > a { 
	color: #000; 
} 

<!--[if gt IE 5.0]><![if lt IE 7]>

ul.makeMenu li {  
	behavior: url( IEmen.htc );
}
ul.makeMenu ul {  
	display: none; 
	position: absolute; 
	top: 2px;
	left: 180px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid orangered;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 0px;
border: 1px solid orange;
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*/
visibility: visible;
top: 50px;
left: 245px; /*position where enlarged image should offset horizontally */
z-index: 50;
}