/* Horizontal Menu CSS Document */

.horiz_menu ul{
margin: 0;
padding: 0;
list-style-type: none;
display: block;
text-decoration:none;
position:relative;
z-index:1000;
}

/*Top level list items*/
.horiz_menu ul li{
position: relative;
float: left;
display: block;
text-decoration:none;
background-image:url(../images/hemnu_item_bg.gif);
background-repeat:no-repeat;
}

/*Top level menu link items style*/
.horiz_menu ul li a{
display: block;
width: 100px; /*Width of top level menu link items*/
height:60px;
text-decoration:none;
}
	
/*1st level menu*/
.horiz_menu ul li ul{
left: 0;
position: absolute;
display: block;
visibility: hidden;
text-decoration:none;
}

/*level menu list items (undo style from Top level List Items)*/
.horiz_menu ul li ul li{
display: block;
float: none;
z-index:1000;
text-decoration:none;
}

/*All subsequent menu levels offset after 1st level menu */
.horiz_menu ul li ul li ul{ 
left: 100px; /* no need to change, as true value set by script */
display: block;
text-decoration:none;
}

/* level menu links style */
.horiz_menu ul li ul li a{
display: block;
width: 100px; /*width of menu levels*/
height:60px;
text-decoration:none;
}

/*.horiz_menu ul li a:hover{
display: block;
}*/

/*Background image for top level menu list links */
.horiz_menu .mainfoldericon{
display: block;
}

/*Background image for subsequent level menu list links*/ 
.horiz_menu .subfoldericon{
display: block;
}

a.home{
background-image:url(../images/home3_off.gif);
background-repeat:no-repeat;
width:100px;
height:60px;
display:block;
}

a.home:link{
text-decoration:none;
}

a.home:visited{
text-decoration:none;
}

a.home:hover{
background-image:url(../images/home3_on.gif);
background-repeat:no-repeat;
text-decoration:none;
}

a.office_info{
background-image:url(../images/office_info3_off.gif);
background-repeat:no-repeat;
width:100px;
height:60px;
display:block;
}

a.office_info:link{
text-decoration:none;
}

a.office_info:visited{
text-decoration:none;
}

a.office_info:hover{
background-image:url(../images/office_info3_on.gif);
background-repeat:no-repeat;
text-decoration:none;
}

a.locations_mi{
background-image:url(../images/locations_mi.gif);
background-repeat:no-repeat;
width:100px;
height:60px;
display:block;
}

a.locations_mi:link{
text-decoration:none;
}

a.locations_mi:visited{
text-decoration:none;
}

a.locations_mi:hover{
text-decoration:none;
}

a.patient_info{
background-image:url(../images/patient_info3_off.gif);
background-repeat:no-repeat;
width:100px;
height:60px;
display:block;
}

a.patient_info:link{
text-decoration:none;
}

a.patient_info:visited{
text-decoration:none;
}

a.patient_info:hover{
background-image:url(../images/patient_info3_on.gif);
background-repeat:no-repeat;
text-decoration:none;
}

a.treatment_info{
background-image:url(../images/treatment_info3_off.gif);
background-repeat:no-repeat;
width:100px;
height:60px;
display:block;
}

a.treatment_info:link{
text-decoration:none;
}

a.treatment_info:visited{
text-decoration:none;
}

a.treatment_info:hover{
background-image:url(../images/treatment_info3_on.gif);
background-repeat:no-repeat;
text-decoration:none;
}

a.faqs{
background-image:url(../images/faqs3_off.gif);
background-repeat:no-repeat;
width:100px;
height:60px;
display:block;
}

a.faqs:link{
text-decoration:none;
}

a.faqs:visited{
text-decoration:none;
}

a.faqs:hover{
background-image:url(../images/faqs3_on.gif);
background-repeat:no-repeat;
text-decoration:none;
}

a.contact_us{
background-image:url(../images/contact_us3_off.gif);
background-repeat:no-repeat;
width:100px;
height:60px;
display:block;
}

a.contact_us:link{
text-decoration:none;
}

a.contact_us:visited{
text-decoration:none;
}

a.contact_us:hover{
background-image:url(../images/contact_us3_on.gif);
background-repeat:no-repeat;
text-decoration:none;
}

a.fun_stuff{
background-image:url(../images/fun_stuff3_off.gif);
background-repeat:no-repeat;
width:100px;
height:60px;
display:block;
}

a.fun_stuff:link{
text-decoration:none;
}

a.fun_stuff:visited{
text-decoration:none;
}

a.fun_stuff:hover{
background-image:url(../images/fun_stuff3_on.gif);
background-repeat:no-repeat;
text-decoration:none;
}

a.staff_login{
background-image:url(../images/staff_login3_off.gif);
background-repeat:no-repeat;
width:100px;
height:60px;
display:block;
}

a.staff_login:link{
text-decoration:none;
}

a.staff_login:visited{
text-decoration:none;
}

a.staff_login:hover{
background-image:url(../images/staff_login3_on.gif);
background-repeat:no-repeat;
text-decoration:none;
}