/* CSS Document */

/*-----------------------------*/
/* Beginning of Top Navigation */
/*-----------------------------*/

	
.top_nav {
	width:552px; 
	float:left;
	height: 67px;
	background:url(/images/topnav.gif) no-repeat left top;
	}

.top_nav ul {margin:0px; padding:0px; background-color:yellow;}
.top_nav li {
	display: inline; width:138px; height:67px; float:left; margin:0px; padding:0px;
	}
.top_nav a:link, .top_nav a:visited {
	display: block;
	height: 67px;
	text-indent: -9000px;
	text-decoration: none;
	width:138px;
	top: 0px;
	 :-moz-any-link:focus;
	 outline: none;
	}
	
/* ----- Nav Defaults ------ */
.physicians a:link, .physicians a:visited, .selected {

	}
.hospitals a:link, .hospitals a:visited {

	}
.aboutus a:link, .aboutus a:visited {

	}
.contactus a:link, .contactus a:visited {

	}


	
/* ----- Nav Hover ------ */
.physicians a:hover {
	background: url(/images/topnav.gif) no-repeat 0px -67px;
	}
.hospitals a:hover {
	background: url(/images/topnav.gif) no-repeat -138px -67px;
	}
.aboutus a:hover {
	background: url(/images/topnav.gif) no-repeat -276px -67px;
	}
.contactus a:hover {
	background: url(/images/topnav.gif) no-repeat -414px -67px;
	}


/* ----- Nav Selected ------ */
.physicians a.selected:link, .physicians a.selected:visited {
	background: url(/images/topnav.gif) no-repeat 0px -67px;
	}
.hospitals a.selected:link, .hospitals a.selected:visited {
	background: url(/images/topnav.gif) no-repeat -138px -67px ;
	}
.aboutus a.selected:link, .aboutus a.selected:visited {
	background: url(/images/topnav.gif) no-repeat -276px -67px;
	}
.contactus a.selected:link, .contactus a.selected:visited {
	background: url(/images/topnav.gif) no-repeat -414px -67px;
	}
