/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#menuNav { 
	position: absolute; 
	top:0px;
	left:0px;
	background-color:#363; 
	border-bottom:5px solid #693; 
	width:610px; 
	height:50px; 
	font: normal normal normal 12px/16px Arial, Helvetica, Verdana, sans-serif; 
}
#menuNav ul {
	margin-left: 0;
	padding-left: 0;
	margin-top:10px;
	list-style-type: none;
}
#menuNav ul li { display: inline; }
#menuNav ul li a {
	padding: 1px 4px;
	background-color: #363;
	color: #fff;
	text-decoration: none;
}
.item {
	padding: 1px 4px;
	background-color: #c93;
	color: #630;
}
#menuNav ul li a:hover { background-color: #c93; color: #630; }

#menuItemsContainer { 
	position: absolute; 
	top:50px;
	left:0px;
	width:590px; 
	height:375px;
	padding:10px; 
}
#menuItems { 
	position: absolute; 
	top:0px;
	left:0px;
	width:200px; 
	height:375px;
	z-index:5;
}
#menuItems ul {
	margin-left: 0;
	margin-top: 10px;
	padding-left: 0;
	padding-top: 8px;
	list-style-type: none;
	font: normal normal normal 12px/16px "Century Gothic", "Avant Garde", Futura, Arial, Helvetica, Verdana, sans-serif;
	text-align:right;
}
#menuItems a {
	padding: 1px;
	color: #fff;
	text-decoration: none;	
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 10px;
left: -1000px;
visibility: hidden;
font: normal normal normal 12px "Century Gothic", "Avant Garde", Futura, Arial, Helvetica, Verdana, sans-serif;
text-decoration: none;
border:1px solid #c93;
width:350px;
height:335px;
text-align:center;
background-color:#000;
}

.thumbnail span img{ /*CSS for enlarged image*/
border: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 20px;
left: 220px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#description {
	position: absolute;
	padding: 10px;
	top:20px;
	left: 220px;
	font: normal normal normal 12px "Century Gothic", "Avant Garde", Futura, Arial, Helvetica, Verdana, sans-serif;
	color:#c93;
	border:1px solid #c93;
	width:350px;
	height:335px;
	text-align:center;
	z-index:1;
}
