*{outline: none;}
img {border: 0;}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: .9em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px;
	height: 35px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url('images/home.png') no-repeat;
	width: 137px;
}
ul#topnav a.location {
	background: url('images/location.png') no-repeat;
	width: 137px;
}
ul#topnav a.inpatientTherapy {
	background: url('images/inpatientTherapy.png') no-repeat;
	width: 178px;
}
ul#topnav a.outpatient {
	background: url('images/outpatient.png') no-repeat;
	width: 197px;
}
ul#topnav a.team {
	background: url('images/team.png') no-repeat;
	width: 180px;
}


		ul#topnav li#selected-a a {
			background: url(images/home.png) no-repeat left bottom;
		}

		ul#topnav li#selected-b a {
			background: url(images/location.png) no-repeat left bottom;
		}
		ul#topnav li#selected-c a {
			background: url(images/inpatientTherapy.png) no-repeat left bottom;
		}
		ul#topnav li#selected-d a {
			background: url(images/outpatient.png) no-repeat left bottom;
		}
		ul#topnav li#selected-e a {
			background: url(images/team.png) no-repeat 0 0;
		}


ul#topnav li #sub {
	position: absolute;
	top: 35px; left: 0;
	min-height:210px;
	background: url('images/outpatientDrop.png') no-repeat;
	padding: 0 5px 5px;
	float: left;
   border-top: none;
	display: none;
	z-index:100;
}


ul#topnav li #sub2 {
	position: absolute;
	top: 35px; left: 0;
	height:91px;
	background: url('images/outpatientDrop2.png') no-repeat;
	padding: 0 5px 5px;
	float: left;
   border-top: none;
	display: none;
	z-index:100;
}


ul#topnav li #sub3 {
	position: absolute;
	top: 35px; left: 0;
	height:91px;
	background: url('images/outpatientDrop2.png') no-repeat;
	padding: 0 5px 5px;
	float: left;
   border-top: none;
	display: none;
	z-index:100;
}

ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li #sub ul{
	list-style-type: none;
	margin: 0; padding: 0;
	width:210px;
}
ul#topnav li #sub2 ul{
	list-style-type: none;
	margin: 0; padding: 0;
	width:180px;
}
ul#topnav li #sub3 ul{
	list-style-type: none;
	margin: 0; padding: 0;
	width:180px;
}
ul#topnav #sub ul li,ul#topnav #sub2 ul li,ul#topnav #sub3 ul li h2 a {
	color: #000;
	clear:both;
}
ul#topnav #sub ul li h2,ul#topnav #sub2 ul li h2,ul#topnav #sub3 ul li h2 a {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav #sub ul li h2 a,ul#topnav #sub2 ul li h2 a,ul#topnav #sub3 ul li h2 a {
	padding: 5px 0;
	color: #a1003a;
}

ul#topnav #sub ul li a{
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	width:186px;
	background: url('images/dash.gif') no-repeat 0px 11px;
	padding: 4px 5px 0px 16px;
	margin:0 0 0 4px;
	padding-left:16px;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
ul#topnav #sub ul li a:hover {
	background: url('images/dash2.gif') no-repeat 0px 11px;
	text-decoration: none;
	width:186px;
	color: #FFF;
	background:#a52e33;
}

ul#topnav #sub2 ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	width:150px;
	background: url('images/dash.gif') no-repeat 0px 11px;
	padding: 4px 5px 0px 16px;
	margin:0 0 0 4px;
	padding-left:16px;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
ul#topnav #sub2 ul li a:hover  {
	background: url('images/dash2.gif') no-repeat 0px 11px;
	text-decoration: none;
	width:150px;
	color: #FFF;
	background:#a52e33;
}

ul#topnav #sub3 ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	width:150px;
	background: url('images/dash.gif') no-repeat 0px 11px;
	padding: 4px 5px 0px 16px;
	margin:0 0 0 4px;
	padding-left:16px;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
ul#topnav #sub3 ul li a:hover  {
	background: url('images/dash2.gif') no-repeat 0px 11px;
	text-decoration: none;
	width:150px;
	color: #FFF;
	background:#a52e33;
}