


/* Organization Nav */


#patientinfonav, #patientinfonav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#patientinfonav a {
	display: block;
	width: 184px;
	text-decoration: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #1f221d;
}

#patientinfonav li {
	float: left;
	width: 184px;
}

#patientinfonav li ul {
	position: absolute;
	width: 184px;
	left: -999em;
}

#patientinfonav li:hover ul, #patientinfonav li.sfhover ul {
	left: auto;
}

a.drop:link, a.drop:visited, a.drop:active {
	background: #ffffff;
	line-height:18px;
	padding: 2px 0 2px 4px;
}

a.drop:hover {	
	background: #ffcc99;
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.patientinfomenu {
	width:749px;
	height:30px;
	position:relative;
	z-index:50;
	font-size: 0;
}
/* hack to correct IE5.5 faulty box model */
* html .patientinfomenu {
	width:750px;
	w\idth:749px;
}
/* remove all the bullets, borders and padding from the default list styling */
.patientinfomenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.patientinfomenu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.patientinfomenu li {
	float:left;
	position:relative;
}
/* style the links for the top level */
.patientinfomenu a, .patientinfomenu a:visited {
	display:block;
	text-decoration:none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #003366;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
	height: 38px;
	margin-right: 10px;
}
.patientinfomenu a:hover {
	background: #ffcc99;
	text-decoration: none;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .patientinfomenu a, * html .patientinfomenu a:visited {
	w\idth:50px;
}
/* style the second level background */
.patientinfomenu ul ul a.drop, .patientinfomenu ul ul a.drop:visited {
}
/* style the second level hover */
.patientinfomenu ul ul a.drop:hover {
}
.patientinfomenu ul ul :hover > a.drop {
}
/* style the third level background */
.patientinfomenu ul ul ul a, .patientinfomenu ul ul ul a:visited {
}
/* style the third level hover */
.patientinfomenu ul ul ul a:hover {
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.patientinfomenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:38px;
	left:0;
}
/* another hack for IE5.5 */
* html .patientinfomenu ul ul {
	top:38px;
	t\op:38px;
}
/* position the third level flyout menu */
.patientinfomenu ul ul ul {
	left:185px;
	top:-1px;
	width:185px;
}
/* position the third level flyout menu for a left flyout */
.patientinfomenu ul ul ul.left {
	left:-185px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.patientinfomenu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.patientinfomenu ul ul a, .patientinfomenu ul ul a:visited {
	background:#ffffff;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#44443f;
	height:auto;
	line-height:1em;
	padding:4px 4px;
	width:185px;
	text-transform: none;
}
/* yet another hack for IE5.5 */
* html .patientinfomenu ul ul a, * html .patientinfomenu ul ul a:visited {
	width:140px;
	w\idth:140px;
}
/* style the top level hover */
.patientinfomenu a:hover, .patientinfomenu ul ul a:hover {
}
.patientinfomenu :hover > a, .patientinfomenu ul ul :hover > a {
	color:#000;
	background: #ffcc99;
}
/* make the second level visible when hover on first level list OR link */
.patientinfomenu ul li:hover ul, .patientinfomenu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.patientinfomenu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.patientinfomenu ul :hover ul :hover ul {
	visibility:visible;
}
