/*
Navigation Menu
*/
body {
	behavior: url(csshover.htc);
}
/*
Index
*/
ul#navigation_ind {
	position: relative;
	width: 800px;
	height: 162px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/menu.gif) 0 0 no-repeat;
	list-style: none;
	text-indent: -1234em;
	z-index: 1000;
}
#navigation_ind li {
	position: absolute;
	margin: 0 auto;
	padding: 0;
}
#navigation_ind li a {
	text-decoration: none;
	display: block;
	height:100%;
}
#navigation_ind li a:hover {
	background-image: url(../images/menu.gif);
}
#navigation_ind li#home {
	top: 0px;
	left: 0px;
	width: 189px;
	height: 18px;
}
#navigation_ind #home a:hover {
	background-position: 0px -162px;
}
#navigation_ind li#about {
	top: 18px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#navigation_ind #about a:hover {
	background-position: 0px -180px;
}
#navigation_ind li#services {
	top: 34px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#navigation_ind #services a:hover {
	background-position: 0px -196px;
}
#navigation_ind li#patientinfo {
	top: 50px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#navigation_ind #patientinfo a:hover {
	background-position: 0px -212px;
}
#navigation_ind li#locations {
	top: 66px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#navigation_ind #locations a:hover {
	background-position: 0px -228px;
}
#navigation_ind li#events {
	top: 82px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#navigation_ind #events a:hover {
	background-position: 0px -244px;
}
#navigation_ind li#providers {
	top: 98px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#navigation_ind #providers a:hover {
	background-position: 0px -260px;
}
#navigation_ind li#departments {
	top: 114px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#navigation_ind #departments a:hover {
	background-position: 0px -276px;
}
#navigation_ind li#photos {
	top: 130px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#navigation_ind #photos a:hover {
	background-position: 0px -292px;
}
#navigation_ind li#contact {
	top: 146px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#navigation_ind #contact a:hover {
	background-position: 0px -308px;
}
/*
 Content 
*/
ul#navigation {
	position: relative;
	float:left;
	width: 190px;
	height: 162px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/menu_cont.jpg) 0 0 no-repeat;
	list-style: none;
	text-indent: -1234em;
	z-index: 1000;
}
#navigation li {
	position: absolute;
	margin: 0 auto;
	padding: 0;
}
#navigation li a {
	text-decoration: none;
	display: block;
	height:100%;
}
#navigation li a:hover {
	background-image: url(../images/menu_cont.jpg);
}
li#home {
	top: 0px;
	left: 0px;
	width: 189px;
	height: 18px;
}
#home a:hover {
	background-position: 0px -162px;
}
li#about {
	top: 18px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#about a:hover {
	background-position: 0px -180px;
}
li#services {
	top: 34px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#services a:hover {
	background-position: 0px -196px;
}
li#patientinfo {
	top: 50px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#patientinfo a:hover {
	background-position: 0px -212px;
}
li#locations {
	top: 66px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#locations a:hover {
	background-position: 0px -228px;
}
li#events {
	top: 82px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#events a:hover {
	background-position: 0px -244px;
}
li#providers {
	top: 98px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#providers a:hover {
	background-position: 0px -260px;
}
li#departments {
	top: 114px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#departments a:hover {
	background-position: 0px -276px;
}
li#photos {
	top: 130px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#photos a:hover {
	background-position: 0px -292px;
}
li#contact {
	top: 146px;
	left: 0px;
	width: 189px;
	height: 16px;
}
#contact a:hover {
	background-position: 0px -308px;
}
/*
 Admin 
*/
ul#navigation_admin {
	position: relative;
	float:left;
	width: 190px;
	height: 162px;
	margin: 0 auto;
	padding: 0;
	
	list-style: none;
	
	z-index: 1000;
}
#navigation_admin li {
	
	margin:0 auto;
	padding: 0;
	height:30px;
}
#navigation_admin li a {
	text-decoration: none;
	margin: 30px 5px 0 5px;
	height:100%;
}
/*
	Subnav Flyouts
*/
ul#navigation_ind ul {
	display: none;
}
ul#navigation_ind li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 18px;
	background: #000000;
	margin: 0;
	padding: 0;
	width: 160px;
	text-indent: 0;
	list-style: none;
	border-top: 1px solid #A5B6C7;
}
#navigation_ind ul li {
	text-indent: 0;
	position: static;
	height: auto;
	_height: 1px;
}
#navigation_ind ul li a {
	padding: 5px 10px;
	color: #CECECE;
	border: 1px solid #A5B6C7;
	border-top-width: 0;
	font-size: 12px;
	font-style: italic;
}
#navigation_ind ul li a:hover {
	background: #aaaaaa;
	color: #000000;
}
#navigation_ind ul li.heading a {
	font-weight: bold;
	font-size: 14px;
	background: #18139F;
	font-style: normal;
}
/*
	Extras
	Right Column
*/
#extras {
	float: right;
	width: 200px;
	padding-top: 0px;
}
* html #extras {
	position: relative;
	padding-top: 60px;
}
#rotate,
#deptimage {
	position: absolute;
	top: 64px;
	width:610px;
	height: 162px;
	margin: 0;
}
#rotate img {
	margin: 0;
	border-width: 0;
}