#services_popup {
	height: 42px;
	width: 200px;
	position:absolute;
	z-index:3;
}

#capability_popup {
    height: 68px;
    width: 200px;
	position:absolute;
	z-index:3;
}

#partners_popup {
    height: 20px;
    width: 200px;
	position:absolute;
	z-index:3;
}

#resources_popup {
    height: 68px;
    width: 200px;
	position:absolute;
	z-index:3;
}

.popup {
	background-color: white;
	filter:alpha(opacity=90);   /* Internet Explorer       */
	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
	opacity: 0.9;               /* newer Mozilla and CSS-3 */
	;
	text-align: left;
	margin: 10px;
	height: 80px;
	width: 180px;	
}

.hover {
    display: block;
    background-color: white;
    position:absolute;
	z-index:3;
}

.hidden {
    display: none; 
    position: absolute;
    left: 100px;
    top: 100px;
}

ul {
	margin: 8px;
	padding: 0px;
}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5C4C3;
}

