/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#89BFFB url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/14px Arial, Helvetica, sans-serif; 
	color:#000;
	}
body#ppn { 
	background:#C4DFFD;
	text-align:left; 
	font:12px/14px Arial, Helvetica, sans-serif; 
	color:#000;
	padding: 20px 10px 10px 15px;
	}
	body#ppn p { margin-bottom: 10px;}
	body#ppn ul { margin: 0 0 10px 25px;}
		body#ppn ul li { 
			margin-bottom: 4px;
			list-style-type:disc;
			}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#234F43; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#528075; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px; 
	}
#column-right-inside img.img-left { 
	float:left; 
	margin:2px 10px 10px 40px; 
	}
img.img-right { 
	float:right; 
	margin:0 50px 2px 0; 
	}
img.img-center { margin: 30px 0 5px 20px;}
body#practice #column-left-inside img.img-center { margin: 30px 0 5px 30px; padding-bottom: 0px;}

p.center {text-align: center;}
#column-left-inside p.ada-text { float: left; width: 90px; padding: 0px 0px 0px 25px; text-align: center;}
#column-left-inside p.cda-text { float: left; width: 90px; padding: 0px 0px 0px 5px; text-align: center;}
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#EFF0F2 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #333333;
	color:#333333;
	width:125px; /* 5 pixles smaller than form width !important */
	height:15px;
	line-height:15px;
	vertical-align: middle;
	margin-bottom:3px; /* sets vertical spacing between fields */
	padding-top:3px; /* vertically position text in input/textarea field */
	padding-left:3px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:65px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:175px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:58px;
	height:18px;
	border:none;
	cursor:pointer;
	}

body#index input.submit-image { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit-index.jpg");
	width:58px;
	height:18px;
	border:none;
	cursor:pointer;
	}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:759px;
	margin:0 auto;
	text-align:left;
	}

body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}

#masthead-inside {
	width: 760px;
	position:relative;
	background:url("../images/masthead-inside.jpg");
	height:52px;
	}		
	/* index page link within #masthead */		
	#masthead-inside a {	
		position:absolute;
		left:35px;
		width:160px;
		top:5px;
		height:40px; 
		}
	#masthead-inside a span {
		display:none;
		}

 #masthead {
	width: 505px;
	float:left;
	position:relative;
	background:url("../images/masthead-index.jpg");
	height:84px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:50px;
		width:160px;
		top:15px;
		height:45px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- content-left ----- */

#column-left {
	background: url("../images/left-bg.jpg") left top no-repeat;
	width:222px;
	float:left;
	}
	#column-left a:link, #column-left a:visited	{ color:#528075; text-decoration:underline; outline:none; }
	#column-left a:hover, #column-left a:active	{ color:#000000; text-decoration:underline; outline:none; }

	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		padding:0 20px 10px 30px;
		}
	#column-left form { margin-left:30px; }
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#column-left div.left-wrap{ background: url("../images/left-column-wrap.jpg") repeat-y;}
			/* single column list */
	div.left-wrap ul { padding-left:24px; margin-bottom:-3px;}
		div.left-wrap ul li { 
			width:155px;
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding:4px 0 0 10px; /* pushes text to the right to display bg img */
			}
	#procedures {
		background: url("../images/procedures.jpg") top no-repeat;
		margin-left: 18px;
		padding-top: 60px;
		}

	#sleepapnea {
		background: url("../images/sleepapnea.jpg") top no-repeat;
		margin-left: 18px;
		padding-top: 45px;
		}
	#contactus-left {
		background: url("../images/subhead-contactus-index.jpg") top no-repeat;
		margin-left: 18px;
		padding-top: 45px;
		}

	#column-left img.img-left {float: left; margin-left:18px;}
	#column-left p.tv-text {margin:0 10px 10px 15px;}
	#column-left #tv {background: url("../images/img-giveback-abc7.jpg") top no-repeat; padding-top: 150px; margin-left:18px; position: relative;}
	#column-left #contra-costa-times {background: url("../images/img-contra.jpg") top no-repeat; padding-top: 60px; margin-left: 18px;}
		#column-left #tv a.giveback-btn {
			position:absolute;
			top: 34px;
			height: 100px;
			left: 3px;
			width: 195px;
			}
	#column-left ul li {background:none;}

/*-----------column-left-inside-----------------*/
#column-left-inside {
	width:222px;
	float:left;
	position: relative;
	}
	
	body#practice #column-left-inside {background: url("../images/results-left-inside01.jpg") left top no-repeat; padding-top:320px;}
	body#technology #column-left-inside {background: url("../images/results-left-inside.jpg") left top no-repeat; padding-top:320px;}
	body#sedation #column-left-inside {background: url("../images/testimonials-left-column-in.jpg") left top no-repeat; padding-top:80px;}
	body#cosmetic #column-left-inside {background: url("../images/testimonials-left-column-in.jpg") left top no-repeat; padding-top:80px;}
	body#whitening #column-left-inside {background: url("../images/testimonials-left-column-in.jpg") left top no-repeat; padding-top:80px;}
	body#restorative #column-left-inside {background: url("../images/testimonials-left-column-in.jpg") left top no-repeat; padding-top:80px;}
	body#implants #column-left-inside {background: url("../images/testimonials-left-column-in.jpg") left top no-repeat; padding-top:80px;}
	body#veneers #column-left-inside {background: url("../images/testimonials-left-column-in.jpg") left top no-repeat; padding-top:80px;}
	body#contact #column-left-inside {background: url("../images/location.jpg") left top no-repeat; height:500px; padding-top:225px; position:relative;}
		body#contact #column-left-inside a.map {
			position: absolute;
			left: 44px;
			width: 155px;
			top: 80px;
			height: 132px;
			}
	body#thankyou #column-left-inside {background: url("../images/location.jpg") left top no-repeat; padding-top:225px; position:relative;}
		body#thankyou #column-left-inside a.map {
			position: absolute;
			left: 44px;
			width: 155px;
			top: 80px;
			height: 132px;
			}
	body#sitemap #column-left-inside {background: url("../images/testimonials-left-column-in.jpg") left top no-repeat; padding-top:80px;}
	
	#column-left-inside a.bna01 {
		position: absolute;
		left: 50px;
		width: 142px;
		top: 96px;
		height: 50px;
		}
	#column-left-inside a.bna02 {
		position: absolute;
		left: 50px;
		width: 142px;
		top: 153px;
		height: 50px;
		}
	#column-left-inside a.bna03 {
		position: absolute;
		left: 50px;
		width: 142px;
		top: 211px;
		height: 50px;
		}
	#column-left-inside a span {display:none;}
	
	#column-left-inside a:link, #column-left-inside a:visited	{ color:#528075; text-decoration:underline; outline:none; }
	#column-left-inside a:hover, #column-left-inside a:active	{ color:#000000; text-decoration:underline; outline:none; }

	#column-left-inside p, #column-left-inside h1, #column-left-inside h2, #column-left-inside h3 {
		padding:0 30px 10px 50px;
		}
	#column-left-inside form { margin-left:30px; }
	
	#column-left-inside div.left-wrap{ background: url("../images/left-column-wrap-inside.jpg") repeat-y; margin-top: -1px;}
		#column-left-inside div.left-wrap p { padding:0 30px 10px 32px;}
			/* single column list */
	#column-left-inside img { padding:0 0 30px 0px;}
	#column-left-inside img.no-bottom-padd { padding:0 0 0px 0px;}
		#column-left-inside ul li { 
			width:155px;
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding:4px 0 0 10px; /* pushes text to the right to display bg img */
			}
	#contactus-left-inside {
		background: url("../images/contactus-left-inside.jpg") top no-repeat;
		margin-left: 19px;
		padding-top: 45px;
		}

	#column-left-inside img.img-left {float: left; margin-left:18px;}
		
/* ----- content-right ----- */

#column-right {
	width:538px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 0px 10px 0px;
		}
	#column-right #results p {
		margin:0 10px 10px 20px;
		}

	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right-inside ul.bna { margin-left:0px; } 
		#column-right-inside ul.bna li { 
			background-image:none;
			float:left;
			width:200px;
			margin:0 0 10px 20px; 
			text-align: center;
			}
	p.actual {text-align:center; clear:both;}
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#subhead-index-wrap {background: url("../images/rt-doc-wrap.jpg") repeat-y;
		}
	#subhead-index {
		background: url("../images/subhead-index.jpg") top no-repeat;
		padding: 100px 200px 0px 30px;
		height: 370px;
		}
	#results { 
		float:left;
		width: 188px;
		background: url("../images/results.jpg") top no-repeat; 
		padding-top: 250px;
		position: relative;
			}
	#results a.bna01-index{ 
		position: absolute;
		left: 30px;
		width: 140px;
		top: 52px;
		height: 48px;		
		}
	#results a.bna02-index{ 
		position: absolute;
		left: 30px;
		width: 140px;
		top: 110px;
		height: 48px;		
		}
	#results a.bna03-index{ 
		position: absolute;
		left: 30px;
		width: 140px;
		top: 167px;
		height: 48px;		
		}
	#welcome {
		float:right;
		width:350px;
		background: url("../images/rt-column-wrap.jpg") repeat-y;
		margin-bottom: -10px;
		}
		#welcome p, #welcome h1, #welcome h2 { padding: 0 40px 5px 28px;}
		
	#abc-sedate {
		background: url("../images/img-abc-sedate.jpg") top no-repeat; 
		padding: 125px 5px 10px 25px;
		width: 220px;
		float: left;
		margin-left: 10px;
		}
	#contra-sedate {
		background: url("../images/img-contra-sedate.jpg") top no-repeat;
		padding: 125px 0px 10px 15px;
		width: 220px;
		float: left;
		margin-left: 10px;
		}

/* ----column-right-inside-------------*/
#column-right-inside {
	width:537px;
	float:left;
	}

	#column-right-inside p, #column-right-inside h1, #column-right-inside h2, #column-right-inside h3, #column-right-inside ul, #column-right-inside dl {
		margin:0 50px 10px 40px;
		}
	#column-right-inside #results p {
		margin:0 10px 10px 20px;
		}

	/* single column list */
	#column-right-inside ul { padding-left:5px; }
		#column-right-inside ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
		#column-right-inside ul li.no-bullet { 
			background:none;
			padding-left:0px;
			margin-bottom:5px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right-inside ul.multi { padding-left:5px; } 
		#column-right-inside ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-right-inside dl { padding-left:5px; }
		#column-right-inside dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right-inside dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background: url("../images/bottom-wrap-inside.jpg");
	height:40px;
	clear:both;
	width:100%; /* fix for Safar */
	}

body#index #bottom-wrap {
	background:  url("../images/bottom-wrap.jpg");
	height:40px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#media-center-btn { height:68px; background: url("../images/media-btn-bg.jpg"); padding-left:1px;}

#header-index { 
	position: relative;
	clear:both;
	background:url("../images/header-index.jpg"); 
	height:254px; 
		} /* sets height for all non-flash headers */
	#header-index a {	
		position:absolute;
		left:340px;
		width:45px;
		top:208px;
		height:45px; 
		}
	#header-index a span {
		display:none;
		}

#header-graphic { height:146px;}
	body#practice #header-graphic { background:url("../images/header-practice.jpg"); }
	body#technology #header-graphic { background:url("../images/header-technology.jpg"); }
	body#sedation #header-graphic { background:url("../images/header-sedation.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#whitening #header-graphic { background:url("../images/header-practice.jpg"); }
	body#restorative #header-graphic { background:url("../images/header-restorative.jpg"); }
	body#implants #header-graphic { background:url("../images/header-restorative.jpg"); }
	body#veneers #header-graphic { background:url("../images/header-practice.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-practice.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
	

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { position: relative; float:left;} /* sets height for all subheads */
	#subhead a.btn-subhead-contact {
		position:absolute;
		left: 400px;
		width: 42px;
		top: 5px;
		height: 40px;
		}
	#subhead a span {display: none;}

	body#practice #subhead { background:url("../images/subhead-practice.jpg") top no-repeat; }
	body#technology #subhead { background:url("../images/subhead-technology.jpg") top no-repeat; }
	body#sedation #subhead { background:url("../images/subhead-sedation.jpg") top no-repeat; }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg") top no-repeat; }
	body#whitening #subhead { background:url("../images/subhead-whitening.jpg") top no-repeat; width:537px;}
	body#restorative #subhead { background:url("../images/subhead-restorative.jpg") top no-repeat; width:537px;}
	body#implants #subhead { background:url("../images/subhead-implants.jpg") top no-repeat; height:520px; width:537px;}
	body#veneers #subhead { background:url("../images/subhead-veneers.jpg") top no-repeat; height:520px; width:537px;}
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; width:537px;}
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; height:520px; width:537px;}
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
	body#sleepapneabg #subhead { background:url("../images/subhead-sleepapnea.jpg") top no-repeat; height:520px; width:537px;}

	#sleepapneabg p {
		margin:125px 60px 0px 40px;
			}
	#sleepapneabody {
		background:url("../images/subhead-sleepapneabody.jpg") top repeat-y;
		text-align:left;
	}
	#sleepapneafoot {
		 background:url("../images/sleepapneafoot.jpg") top no-repeat; height:520px; width:537px;}
	
/* ----- subhead framework with varying heights ----- */

#subhead h1{
	padding-top: 115px;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:700px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#000;
	font-size: 11px;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#003366; }

#footer a:hover, #footer a:active { color:#666666; }

#footer ul {margin-bottom:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #003366;
	line-height: 16px;
	}

	#footer li.first { border: none; }
	
/* Push to Talk Buttom
 * ------------------------------------------------------------------------- */
#connect { 
	background:url("../images/pushtotalk.jpg") no-repeat; 
	width:255px; 
	height:84px; 
	float:left;
	margin-top:0;
	padding:0; 
	}

#connect span { display: none; }

#connect li, #connect a { height:51px; display:block; } /* change height here also */

#connect li { float:left; list-style:none; _display:inline; }

#connect-btn { width: 255px; margin-left: 0px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#connect-btn a:hover { background:url("../images/pushtotalk.jpg")  -0px -84px no-repeat; }



/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:47px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:47px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 35px; margin-left: 36px;}
#nav-02 { width: 74px; margin-left: 9px;}
#nav-03 { width: 68px; margin-left: 9px;}
#nav-04 { width: 53px; margin-left: 9px;}
#nav-05 { width: 59px; margin-left: 9px;}
#nav-06 { width: 71px; margin-left: 9px;}
#nav-07 { width: 57px; margin-left: 9px;}
#nav-08 { width: 54px; margin-left: 9px;}
#nav-09 { width: 62px; margin-left: 9px;}
#nav-10 { width: 70px; margin-left: 9px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -36px -47px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -80px -47px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -163px -47px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -240px -47px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -302px -47px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -370px -47px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -450px -47px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -516px -47px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -579px -47px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -650px -47px no-repeat; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-blue { 
	background:url("../images/nav-blue.jpg") no-repeat; 
	width:760px; 
	height:49px; 
	margin:0;
	padding:0; 
	}

#nav-blue span { display: none; }

#nav-blue li, #nav-blue a { height:47px; display:block; } /* change height here also */

#nav-blue li { float:left; list-style:none; _display:inline; }

#nav-blue-01 { width: 39px; margin-left: 35px;}
#nav-blue-02 { width: 74px; margin-left: 9px;}
#nav-blue-03 { width: 68px; margin-left: 9px;}
#nav-blue-04 { width: 53px; margin-left: 9px;}
#nav-blue-05 { width: 63px; margin-left: 9px;}
#nav-blue-06 { width: 71px; margin-left: 9px;}
#nav-blue-07 { width: 57px; margin-left: 9px;}
#nav-blue-08 { width: 54px; margin-left: 9px;}
#nav-blue-09 { width: 58px; margin-left: 9px;}
#nav-blue-10 { width: 66px; margin-left: 9px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-blue-01 a:hover { background:url("../images/nav-blue.jpg")  -35px -49px no-repeat; }
#nav-blue-02 a:hover { background:url("../images/nav-blue.jpg") -83px -49px no-repeat; }
#nav-blue-03 a:hover { background:url("../images/nav-blue.jpg") -166px -49px no-repeat; }
#nav-blue-04 a:hover { background:url("../images/nav-blue.jpg") -243px -49px no-repeat; }
#nav-blue-05 a:hover { background:url("../images/nav-blue.jpg") -305px -49px no-repeat; }
#nav-blue-06 a:hover { background:url("../images/nav-blue.jpg") -377px -49px no-repeat; }
#nav-blue-07 a:hover { background:url("../images/nav-blue.jpg") -457px -49px no-repeat; }
#nav-blue-08 a:hover { background:url("../images/nav-blue.jpg") -523px -49px no-repeat; }
#nav-blue-09 a:hover { background:url("../images/nav-blue.jpg") -586px -49px no-repeat; }
#nav-blue-10 a:hover { background:url("../images/nav-blue.jpg") -653px -49px no-repeat; }
