/* 
   CSS Image navigation for HVS Leadership 
   
   contact: shanplourde@gmail.com
*/

/*-----------------
  General menu styling
-----------------*/

/* remove the bullets, padding and margins from the lists */
#topnav ul {
list-style-type:none;
padding:0;
margin: 0 0 0 0px;
float: left;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
#topnav li {
float:left;
width: 125px;
margin: 0 0 0 0; padding: 0;
position:relative;
}

/* use the table to position the dropdown list */
#topnav table {
position:absolute;
border-collapse:collapse;
left:0px;
top:108px;
padding: 0; margin: 0;border: 0;
}

#topnav table tr td, #topnav table tr {padding:0;margin:0; } 

/* style all the links */
#topnav a, #topnav :visited {
display:block;
width:125px;
margin: 0; 
/*line-height:0;*/
}

/* hide the sub level links */
#topnav ul ul {
visibility:hidden;
width:125px;
height:0;
margin: 0;
position:absolute;
}

/* make the sub level visible on hover list or link */
#topnav ul :hover ul{
visibility:visible;
}

#topnav img {border: 0;margin:0;}

/* Menu styling specific to Mozilla for all menus. Mozilla specific
   selectors, ignored by IE6  */
#topnav ul :hover ul:hover>li {margin-left: 0px; }
#topnav ul :hover ul li:hover {margin-left: 0px; }

/* Hide mark up image on hover 
#topnav ul ul :hover img {visibility:hidden; } */

/*------------------------
  Menu item specific styling
------------------------*/
#topnav ul li#aboutustop {
	display:block;
	width:125px;
	height:108px;
	background:url(/IMAGES/2020_Nav/2020_NavAU2.gif) no-repeat top;
	margin-left: 0;
	}

#topnav ul>li#aboutustop.sel {
	/*background:url(/IMAGES/2020_Nav/2020_NavAU2S.gif) no-repeat top;*/
}

#topnav ul li#aboutustop:hover {
	background-position: bottom;
	}

/*Aboutus1*/
#topnav ul #aboutus1 a:link, #topnav ul #aboutus1 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavAU_TSO22S2.gif) no-repeat top;
	}
	
#topnav ul #aboutus1 a:hover{
	background-position:bottom;
	}
/*Aboutus2*/
#topnav ul #aboutus2 a:link, #topnav ul #aboutus2 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavAU_JHPHD2.gif) no-repeat top;
	}
#topnav ul #aboutus2 a:hover{
	background-position:bottom;
	}
/*Aboutus3*/
#topnav ul #aboutus3 a:link, #topnav ul #aboutus3 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavAU_AKPHD2.gif) no-repeat top;
	}
#topnav ul #aboutus3 a:hover{
	background-position:bottom;
	}
#topnav ul #aboutus4 a:link, #topnav ul #aboutus4 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavAU_RA2.gif) no-repeat top;
	}
#topnav ul #aboutus4 a:hover{
	background-position:bottom;
	}
#topnav ul #aboutus5 a:link, #topnav ul #aboutus5 a:visited {
	display:block;
	width:125px;
	height:45px;
	background:url(/IMAGES/2020_Nav/2020_NavAU_OC2.gif) no-repeat top;
	}
#topnav ul #aboutus5 a:hover{
	background-position:bottom;
	}	
/*Ourapproachtop*/	
#topnav ul li#ourapproachtop {
	display:block;
	width:125px;
	height:108px;
	background:url(/IMAGES/2020_Nav/2020_NavOA2.gif) no-repeat top;
	margin-left: -1px;
	}

#topnav ul li#ourapproachtop.sel 
{
	/*background:url(/IMAGES/2020_Nav/2020_NavOA2S.gif) no-repeat top;*/
}

#topnav ul li#ourapproachtop:hover {
	background-position: bottom;
	}
/*Ourapproach1*/	
#topnav ul #ourapproach1 a:link, #topnav ul #ourapproach1 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavOA_WWD2.gif) no-repeat top;
	}
#topnav ul #ourapproach1 a:hover{
	background-position:bottom;
	}
/*Ourapproach2*/
#topnav ul #ourapproach2 a:link, #topnav ul #ourapproach2 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavOA_O5SP2.gif) no-repeat top;
	}
#topnav ul #ourapproach2 a:hover{
	background-position:bottom;
	}
/*Ourapproach3*/
#topnav ul #ourapproach3 a:link, #topnav ul #ourapproach3 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavOA_RP2.gif) no-repeat top;
	}
#topnav ul #ourapproach3 a:hover{
	background-position:bottom;
	}
/*Ourapproach4*/
#topnav ul #ourapproach4 a:link, #topnav ul #ourapproach4 a:visited {
	display:block;
	width:125px;
	height:45px;
	background:url(/IMAGES/2020_Nav/2020_NavOA_AOAPP2.gif) no-repeat top;
	}
#topnav ul #ourapproach4 a:hover{
	background-position:bottom;
	}		
	
/*Theresultstop*/	
#topnav ul li#theresultstop {
	display:block;
	width:125px;
	height:108px;
	margin-left: -1px;
	background:url(/IMAGES/2020_Nav/2020_NavYR2.gif) no-repeat top;
	}
#topnav ul li#theresultstop.sel {
	/*background:url(/IMAGES/2020_Nav/2020_NavYR2S.gif) no-repeat top;*/
}

#topnav ul li#theresultstop:hover {
	background-position: bottom;
	}
/*Theresults1*/	
#topnav ul #theresults1 a:link, #topnav ul #theresults1 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavYR_ACAP2.gif) no-repeat top;
	}
#topnav ul #theresults1 a:hover{
	background-position:bottom;
	}
/*Theresults2*/
#topnav ul #theresults2 a:link, #topnav ul #theresults2 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavYR_YB2.gif) no-repeat top;
	}
#topnav ul #theresults2 a:hover{
	background-position:bottom;
	}
/*Theresults3*/
#topnav ul #theresults3 a:link, #topnav ul #theresults3 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavYR_SS2.gif) no-repeat top;
	}
#topnav ul #theresults3 a:hover{
	background-position:bottom;
	}
/*Theresults4*/
#topnav ul #theresults4 a:link, #topnav ul #theresults4 a:visited {
	display:block;
	width:125px;
	height:45px;
	background:url(/IMAGES/2020_Nav/2020_NavYR_OP2.gif) no-repeat top;
	}
#topnav ul #theresults4 a:hover{
	background-position:bottom;
	}	
	
/*otherservicestop*/	
#topnav ul li#otherservicestop {
	display:block;
	width:125px;
	height:108px;
	margin-left: -1px;
	background:url(/IMAGES/2020_Nav/2020_NavOS2.gif) no-repeat top;
	}
#topnav ul li#otherservicestop.sel {
	/*background:url(/IMAGES/2020_Nav/2020_NavOS2S.gif) no-repeat top;*/
}

#topnav ul li#otherservicestop:hover {
	background-position: bottom;
	}
#topnav ul #os1 a:link, #topnav ul #os1 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavOS_OS1.gif) no-repeat top;
	}
#topnav ul #os1 a:hover{
	background-position:bottom;
	}
#topnav ul #os2 a:link, #topnav ul #os2 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavOS_OS2.gif) no-repeat top;
	}
#topnav ul #os2 a:hover{
	background-position:bottom;
	}
#topnav ul #os3 a:link, #topnav ul #os3 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavOS_OS3.gif) no-repeat top;
	}
#topnav ul #os3 a:hover{
	background-position:bottom;
	}
#topnav ul #os4 a:link, #topnav ul #os4 a:visited {
	display:block;
	width:125px;
	height:45px;
	background:url(/IMAGES/2020_Nav/2020_NavOS_OS4.gif) no-repeat top;
	}
#topnav ul #os4 a:hover{
	background-position:bottom;
	}	
		
/*contactustop*/	
#topnav ul li#contactustop {
	display:block;
	width:125px;
	height:108px;
	background:url(/IMAGES/2020_Nav/2020_NavCU2.gif) no-repeat top;
	margin-left: -1px;
	}
#topnav ul li#contactustop.sel {
	/*background:url(/IMAGES/2020_Nav/2020_NavCU2S.gif) no-repeat top;*/
}
#topnav ul li#contactustop:hover {
	background-position: bottom;
	}
#topnav ul #contactus1 a:link, #topnav ul #contactus1 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavCU_TTDH2.gif) no-repeat top;
	}
#topnav ul #contactus1 a:hover{
	background-position:bottom;
	}
#topnav ul #contactus2 a:link, #topnav ul #contactus2 a:visited {
	display:block;
	width:125px;
	height:40px;
	background:url(/IMAGES/2020_Nav/2020_NavCU_FAQS2.gif) no-repeat top;
	}
#topnav ul #contactus2 a:hover{
	background-position:bottom;
	}
#topnav ul #contactus3 a:link, #topnav ul #contactus3 a:visited {
	display:block;
	width:125px;
	height:45px;
	background:url(/IMAGES/2020_Nav/2020_NavCU_W22S2.gif) no-repeat top;
	}
#topnav ul #contactus3 a:hover{
	background-position:bottom;
	}	
	
/* About us menu elements */
/* Mozilla specific */
/*#topnav ul #aboutustop:hover { background: url(/IMAGES/2020_Nav/2020_NavAU_RO.gif) no-repeat; left: 0px;}
*//* IE specific */
/*#topnav ul #aboutustop :hover { background: url(/IMAGES/2020_Nav/2020_NavAU_RO.gif) no-repeat; left: 11px;}*/


#topnav ul :hover img#aboutustopimg {visibility:hidden;}
/*#topnav ul #aboutus1 a:hover { background: url(/IMAGES/2020_Nav/2020_NavAU_TSO22S_RO.gif) no-repeat;}*/
/*#topnav ul #aboutus2 a:hover { background: url(/IMAGES/2020_Nav/2020_NavAU_JHPHD_RO.gif) no-repeat; }*/
/*#topnav ul #aboutus3 a:hover { background: url(/IMAGES/2020_Nav/2020_NavAU_RA_RO.gif) no-repeat; }
#topnav ul #aboutus4 a:hover { background: url(/IMAGES/2020_Nav/2020_NavAU_OC_RO.gif) no-repeat; }*/

/* Our appraoch menu elements */
/* Mozilla specific */
/*#topnav ul #ourapproachtop:hover { background: url(/IMAGES/2020_Nav/2020_NavOA_RO.gif) no-repeat; left: 0px;}*/
/* IE specific */
/*#topnav ul #ourapproachtop :hover { background: url(/IMAGES/2020_Nav/2020_NavOA_RO.gif) no-repeat; left: 11px;}*/
#topnav ul :hover img#ourapproachimg {visibility:hidden;} 

/*#topnav ul #ourapproach1 a:hover { background: url(/IMAGES/2020_Nav/2020_NavOA_WWD_RO.gif) no-repeat; }
#topnav ul #ourapproach2 a:hover { background: url(/IMAGES/2020_Nav/2020_NavOA_O5SP_RO.gif) no-repeat; }
#topnav ul #ourapproach3 a:hover { background: url(/IMAGES/2020_Nav/2020_NavOA_RP_RO.gif) no-repeat; }
#topnav ul #ourapproach4 a:hover { background: url(/IMAGES/2020_Nav/2020_NavOA_AOAPP_RO.gif) no-repeat; }*/

/* The Results menu elements */
/* Mozilla specific */
/*#topnav ul #theresultstop:hover { background: url(/IMAGES/2020_Nav/2020_NavYR_RO.gif) no-repeat; left: 0px;}*/
/* IE specific */
/*#topnav ul #theresultstop :hover { background: url(/IMAGES/2020_Nav/2020_NavYR_RO.gif) no-repeat; left: 11px;}
#topnav ul :hover img#theresultsimg {visibility:hidden;} 

#topnav ul #theresults1 a:hover { background: url(/IMAGES/2020_Nav/2020_NavYR_ACAP_RO.gif) no-repeat; }
#topnav ul #theresults2 a:hover { background: url(/IMAGES/2020_Nav/2020_NavYR_YB_RO.gif) no-repeat; }
#topnav ul #theresults3 a:hover { background: url(/IMAGES/2020_Nav/2020_NavYR_SS_RO.gif) no-repeat; }
#topnav ul #theresults4 a:hover { background: url(/IMAGES/2020_Nav/2020_NavYR_OP_RO.gif) no-repeat; }*/


/* Contact Us menu elements */
/* Mozilla specific */
/*#topnav ul #contactustop:hover { background: url(/IMAGES/2020_Nav/2020_NavCU_RO.gif) no-repeat; left: 0px;}*/
/* IE specific */
/*#topnav ul #contactustop :hover { background: url(/IMAGES/2020_Nav/2020_NavCU_RO.gif) no-repeat; left: 11px;}
#topnav ul :hover img#contactusimg {visibility:hidden;} 

#topnav ul #contactus1 a:hover { background: url(/IMAGES/2020_Nav/2020_NavCU_TTDH_RO.gif) no-repeat; }
#topnav ul #contactus2 a:hover { background: url(/IMAGES/2020_Nav/2020_NavCU_FAQS_RO.gif) no-repeat; }
#topnav ul #contactus3 a:hover { background: url(/IMAGES/2020_Nav/2020_NavCU_W22S_RO.gif) no-repeat; }
*/