/* Basic code - don't modify */
#Procnav { 
background:url(../images/HDProcedures.jpg) no-repeat;
margin:15px 0 20px 0;
padding:0;
width:908px;
height:180px;
display: block;
position: relative;
}
#Procnav li {  
list-style: none; 
margin: 0; 
padding: 0; 
position: relative;
}	
	#Procnav .ProcnavFace {
	display:block;
	float:left;
	margin:0 4px 0 2px;
	height:180px;
	width:220px;

	}
	#Procnav .ProcnavBreast {	
	display:block;
	float:left;
	margin:0 4px 0 2px;
	height:180px;
	width:220px;
	}
	#Procnav .ProcnavBody {	
	display:block;
	float:left;
	margin:0 4px 0 2px;
	height:180px;
	width:220px;
	}
	#Procnav .ProcnavOther {	
	display:block;
	float:left;
	margin:0 4px 0 3px;
	height:180px;
	width:220px;
	}
	
#Procnav a { 
display: block; 
font-weight:bold;
}
#Procnav ul { 
display: none; 
position: absolute;
left: 0; 
margin: 0; 
padding: 0; 
}
* html #Procnav ul { 
line-height: 0; 
} /* IE6 "fix" */
#Procnav ul a { 
zoom: 1; 
} /* IE6/7 fix */
#Procnav ul li { 
float: none; 
}
#Procnav ul ul { 
top: 0; 
}    
/* Essentials - configure this */
#Procnav ul { 
width: 221px;
}
#Procnav ul ul { 
left: 221px;

}
/* Everything else is theming */ 
#Procnav *:hover { 
background-color: none;
}
#Procnav a { 
color:#fff;
font-size: 14px; 
padding: 4px 16px 4px 16px; 
line-height: 1; 
}
#Procnav li.hover a { 
background-color: none; 
}
#Procnav ul { 
background-color:#008d9c;
top: 2px;
opacity: 0.90; 
filter: alpha(opacity=90); 
}
	#Procnav .ProcnavFace ul{ 
	left:0px;
	width:225px;
	}
	#Procnav .ProcnavBreast ul{ 
	left:1px;
	width:225px;
	}
	#Procnav .ProcnavBody ul{ 
	left:2px;
	width:225px;
	}
	#Procnav .ProcnavOther ul{ 
	left:2px;
	width:223px;
	}
	

#Procnav ul li a { 
font-size: 12px;
line-height:20px;
text-decoration:none;
text-transform:uppercase;
}
#Procnav ul a.hover { 
color:#000;
}
#Procnav ul a { 
border-bottom: 1px solid white;
border-right: none; 
}
#Procnav ul a {
 border-bottom: none; 
 }/*  - I also needed this for IE6/7 */
