@charset "UTF-8";
/* CSS Document */


/*	navigation - appliances
---------------------------------------------------------------- */

#nav1 { 
	float: left;
	display: inline;
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 2px 2px 0;
	padding: 1px 1px 1px 1px;
	border: 1px solid #c2b9b4;
	background: #f2eee8;
	width: 244px; /* false value for ie */
	height: 312px; /* false value for ie */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 240px; /* true value */
	height: 308px; /* true value */
	}

html > #nav1 {
	width: 240px; /* for opera */
	height: 308px; /* for opera */
	}

#nav1 li { 
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 28px;
	}

#nav1 a { 
	float: left;
	padding: 28px 0 0 0;
	overflow: hidden;
	width: 240px;
	height: 0px !important;
	height /**/:28px; /* for ie5/win */
	}
	
#nav1 li a:hover { background-position: 0 -28px; }
#nav1 li.current { background-position: 0 -56px; }
#nav1 li a.current { background-position: 0 -56px; }
#nav1 li a.current:hover { background-position: 0 -56px; }


#nav1-opt1, #nav1-opt1 a { background: url(../img/nav1_home.gif) top left no-repeat; }
#nav1-opt2, #nav1-opt2 a { background: url(../img/nav1_doctors.gif) top left no-repeat; }
#nav1-opt3, #nav1-opt3 a { background: url(../img/nav1_visit.gif) top left no-repeat; }
#nav1-opt4, #nav1-opt4 a { background: url(../img/nav1_office.gif) top left no-repeat; }
#nav1-opt5, #nav1-opt5 a { background: url(../img/nav1_orthodontics.gif) top left no-repeat; }
#nav1-opt6, #nav1-opt6 a { background: url(../img/nav1_appliances.gif) top left no-repeat; }

#nav1-opt7, #nav1-opt7 a { background: url(../img/nav1_firstdays.gif) top left no-repeat; }
#nav1-opt8, #nav1-opt8 a { background: url(../img/nav1_eating.gif) top left no-repeat; }
#nav1-opt9, #nav1-opt9 a { background: url(../img/nav1_hygiene.gif) top left no-repeat; }
#nav1-opt10, #nav1-opt10 a { background: url(../img/nav1_emergency.gif) top left no-repeat; }

#nav1-opt11, #nav1-opt11 a { background: url(../img/nav1_contact.gif) top left no-repeat; }

