﻿/* pop-out menu */
#menu {
	width: 73px;
} 

/* remove bullets and list indents */
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* style, color and size links and headings */
#menu a {
	min-height: 66px;
	height: auto;
	height: 66px;
	text-decoration: none;
	display: block;
	margin: 0;
}
.navspacer {
	margin-top: 45px;
}
.nav1 {
    background: url('../navImages/navAboutBMES.gif');	
}
.nav12 {
    background: url('../navImages/navAboutBMES.gif');	
}
.nav13 {
	background: url('../navImages/navCorporateInfo.gif');
}
.nav14 {
	background: url('../navImages/navPrivacyPolicy.gif');
}
.nav15 {
	background: url('../navImages/navNews.gif');
}
.nav2 {
	background: url('../navImages/navClients.gif');
}
.nav22 {
	background: url('../navImages/navClients.gif');
}
.nav23 {
	background: url('../navImages/navExecutiveSearch.gif');
}
.nav24 {
	background: url('../navImages/navTemporaryStaffing.gif');
}
.nav25 {
	background: url('../navImages/navJapanMarketEntry.gif');
}
.nav26 {
	background: url('../navImages/navOutplacement.gif');
}
.nav3 {
	background: url('../navImages/navCandidates.gif');
}
.nav32 {
	background: url('../navImages/navCandidates.gif');
}
.nav33 {
	background: url('../navImages/navCurrentSearches.gif');
}
.nav34 {
	background: url('../navImages/navResume.gif');
}
.nav4 {
	background: url('../navImages/navContacts.gif');
}
.nav42 {
	background: url('../navImages/navContacts.gif');
}
.nav43 {
	background: url('../navImages/navInternationalLocations.gif');
}
.nav5 {
	background: url('../navImages/navResume.gif');
}

#menu a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url('../navImages/navHover.gif');
}

#menu li {
	position: relative;
	margin: 0;
} 

#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

div#menu ul ul, div#menu ul li:hover ul
	{display: none;}

div#menu ul li:hover ul, div#menu ul ul li:hover ul
	{display: block;}

.navText {
	display: none;
}
