@charset "UTF-8"; /* CSS Document */
ul#menu a:link {color: white; text-decoration: none;}
ul#menu a:hover {
	color: #a4c854;
}

ul#menu a:visited { color: #fff;}
ul#menu a:visited a:hover { color: #a4c854;}


ul#menu {
	list-style: none;
	margin-top: 17px;
	padding: 20px 10px 10px 5px;
	height: 37px;
}
ul#menu li {
	float:left;
	display: inline;
	height: 25px;
	margin: 0 6px;
}
ul#menu li a {
	display: block;
	height: 37px;
	text-indent: -999em;
}

.gohome a {background-image:url(http://www.evoexhibits.com/wp-content/themes/evov2/images/nav_home.png);
	background-repeat:no-repeat;
	height: 40px;
	width: 60px;
	}
.news a {
	background-image:url(http://www.evoexhibits.com/wp-content/themes/evov2/images/nav_news.png); 
	background-repeat:no-repeat;
	width: 60px;
	}
.aboutus a {background-image:url(http://www.evoexhibits.com/wp-content/themes/evov2/images/nav_about.png); 
	background-repeat:no-repeat;
	width: 95px;
	}
.exhibits a {background-image:url(http://www.evoexhibits.com/wp-content/themes/evov2/images/nav_exhibits.png); 
	background-repeat:no-repeat;
	width: 82px;
	}
.portfolio a {background-image:url(http://www.evoexhibits.com/wp-content/themes/evov2/images/nav_galleries.png); 
	background-repeat:no-repeat;
	width: 94px;
	}
.rentals a {background-image:url(http://www.evoexhibits.com/wp-content/themes/evov2/images/nav_rentals.png); 
	background-repeat:no-repeat;
	width: 82px;
	}
.Service a {background-image:url(http://www.evoexhibits.com/wp-content/themes/evov2/images/nav_services.png); 
	background-repeat:no-repeat;
	width: 85px;
	}
.resources a {background-image:url(http://www.evoexhibits.com/wp-content/themes/evov2/images/nav_resources.png); 
	background-repeat:no-repeat;
	width: 97px;
	}
.contact a {background-image:url(http://www.evoexhibits.com/wp-content/themes/evov2/images/nav_contact.png); 
	background-repeat:no-repeat;
	width: 90px;
	}

ul#menu li#selected a {margin:0px}

.home a:hover, ul#menu li.locations a:hover,
.about a:hover, ul#menu  {background-position: ;}


/*Drop downs*/

ul#menu li ul li a {
	background-image: none;
	text-indent: 0;
	padding: 6px 0 6px 15px;
	height: auto;
	width: auto;
}




ul#menu li ul li {
	float: none;
	height: auto;
	display: block;
margin: 0 0 0px 0;
border-bottom: 1px solid #424242;
}

ul#menu li ul li a:hover {
background: 0 center no-repeat;
background-color: #666;
text-decoration: none;
border-left: 6px solid #a4c854;
}

ul#menu li ul {
	display: none;
	position: absolute;
	top: 1em;
	width: 190px;
	padding: 0px 0px 0 0px;
	background: #333;
	left: 0;
	margin: 0;
	padding-bottom:0px;
	z-index: 50;
}

ul#menu li>ul {
	top: auto;
	left: auto;
}

ul#menu li:hover ul, ul#menu li.over ul {
	display: block;
	left: auto;
}
*:first-child+html ul#menu li:hover ul,
*:first-child+html ul#menu li.over ul {

}
.right {
	float: right;
}
