/* --------------------------------------------------------- top nav --------------------------------------------------------------------------*/

#menu {
	float: left;
	margin-top:10px;
	width:964px;
	z-index:10;
}

#menu ul {
	height:39px;
	padding:0;
	margin:0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto;
}

#menu a {
	float:left;
	display: block;
	padding:39px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:39px; /* for IE5/Win only */
	color:#005596;
	text-decoration:none;
}


/* --------------------------------------------------------- Start rollover effect --------------------------------------------------------------------------*/

#home {
	width:168px; /*needs to be the same value as below, required to make the nav horizontal in IE5 Mac*/
}

#home a {
	width:168px;
	background: url(../images/bttn-home.gif) top left no-repeat;
}

#treatment {
	width:151px; /*needs to be the same value as below, required to make the nav horizontal in IE5 Mac*/
}

#treatment a {
	width:151px;
	background: url(../images/bttn-treatment.gif) top left no-repeat;
}

#info {
	width:246px; /*needs to be the same value as below, required to make the nav horizontal in IE5 Mac*/
}

#info a {
	width:246px;
	background: url(../images/bttn-info.gif) top left no-repeat;
}

#articles {
	width:163px; /*needs to be the same value as below, required to make the nav horizontal in IE5 Mac*/
}

#articles a {
	width:163px;
	background: url(../images/bttn-articles.gif) top left no-repeat;
}

#testimonials {
	width:234px; /*needs to be the same value as below, required to make the nav horizontal in IE5 Mac*/
}

#testimonials a {
	width:234px;
	background: url(../images/bttn-testimonials.gif) top left no-repeat;
}

/*
#menu a:hover, #menu a:active, #menu a:focus {
	background-position: 0 -28px;
}

#menu li:hover>a {/*Keeps the rollover persistant in Mozilla browsers*/
	background-position: 0 -28px;
}

*/

/* --------------------------------------------------------- main nav --------------------------------------------------------------------------*/