/* @override http://new.dreamingwell.com/css/portfolioLayout.css */



.menuItem{
position: relative;
z-index: 0;
}

.menuItem:hover{
background-color: transparent;
z-index: 50;
}

.menuItem span{ /*CSS for enlarged image*/
position: absolute;
top: 20px;
left: -1000px;
padding: 5px;
background-color: white;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.menuItemSpan:hover {
	
}


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

.menuItem:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 25px; /*position where enlarged image should offset horizontally */

}


/* Menu Item Lists */

li.servicesMenuItem span span a {
	background: none;	
	padding: 0px;	
}
li.servicesMenuItem span span li {
	padding-left: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 120px;
}

