﻿
/******************These styles are for the Location Box********************************************/
#info {background:#f8f8f8; border:0;}

.predictiveHospitals {width:100%; height:23px; position:relative; z-index:100; border:0px solid #BBBBBB; border-width:0px; font-family:verdana,arial;}
/* hack to correct IE5.5 faulty box model */
* html .predictiveHospitals {width:100%; w\idth:100%;}
/* remove all the bullets, borders and padding from the default list styling */
.predictiveHospitals ul {padding:0;margin:0;list-style-type:none;width:195px;border: 0px;}

.predictiveHospitals ul ul li {padding:3px 0 0 3px; background:#ffffff; border-width:0px 1px 1px 1px;}

.predictiveHospitals ul ul {width:195px;background:#ffffff;border-width:0px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.predictiveHospitals li {float:left;position:relative;width:195px;border: 0px solid #BBBBBB;list-style-type:none;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.predictiveHospitals ul ul {visibility:hidden;position:absolute;height:0;top:23px;left:0px;}
/* another hack for IE5.5 */
* html .predictiveHospitals ul ul {top:23px;t\op:23px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.predictiveHospitals table {position:absolute; top:0; left:0px; border-collapse:collapse;}

/* style the second level links */
/*.predictiveHospitals ul ul a, .predictiveHospitals ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:194px;}*/
/* yet another hack for IE5.5 */
/** html .predictiveHospitals ul ul a, * html .predictiveHospitals ul ul a:visited {width:194px;w\idth:194px;}*/

/* style the top level hover */
.predictiveHospitals a:hover, .predictiveHospitals ul ul li:hover{color:#000; background:#ccd6fb;cursor:pointer;}
.predictiveHospitals :hover > a, .predictiveHospitals ul ul :hover > li {color:#000; background:#ccd6fb;cursor:pointer;}
/***********************************************end Of Location Box Styles*****************************************************/
