/* Begin CSS Popout Menu */

.itemsRight {float:right}

LI#topmostLinks {
display:block;
}


#menuh-container
	{
	width:790px; /* approx 8.4em x number of menu items */
	float: left;
	text-align:center;
	margin-top:0;
	margin-right:28px; /* was 10 */
	margin-left:0;
	background-image:url(images/bg_topnav.gif);
	height:35px;
	
	/* IE6 */
	_margin-right:5px;
	_width:785px;
	}

#menuh
	{
	width:100%;
	float:left;
	margin:0 auto;
	padding-top:9px;
	}

* LI {_font-size:24px; font-weight:bold; margin:0px; } /* IE6 */
		
#menuh a
	{
	text-align: center;
	display: block; 
	white-space:nowrap;
	margin:0;
	padding: 0.0em 0; /* was 0.5em */
	font-size: 11px;
	border-right: 1px solid #7B9BC5; 
	margin-bottom:9px; /* offset the drop downs from the parent */
	_margin-bottom:3px; /* offset the drop downs from the parent */
	}


#menuh a.last {
	border:none;
}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color:#fff; 
	text-decoration:none;
	}
	
#menuh a:hover	/* all menus at mouse-over  */
	{
	color:#FCCD82; /* mouse-over orange */
	}	
			
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	line-height:1.3em;
	}
	
#menuh ul.visitors, #menuh ul.visitors UL {
	width:74px;
	_width:73px; /* IE6 */
	}
#menuh ul.members, #menuh ul.members UL {
	width:77px;
	_width:75px; /* IE6 */
	}
#menuh ul.providers, #menuh ul.providers UL {
	width:79px;
	_width:77px; /* IE6 */
	}		
#menuh ul.physician, #menuh ul.physician UL {
	width:131px;
	_width:129px; /* IE6 */
	}
#menuh ul.specialist, #menuh ul.specialist UL {
	width:129px;
	_width:127px; /* IE6 */
	}
#menuh ul.wellness, #menuh ul.wellness UL {
	width:120px;
	_width:118px; /* IE6 */
	}
#menuh ul.pt, #menuh ul.pt UL {
	width:120px;
	_width:118px; /* IE6 */
	}			
#menuh ul.jobs, #menuh ul.jobs UL {
	width:56px;
	_width:54px; /* IE6 */
	_right:-10px;
	}
		
#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	margin:0px;
	}
	
#menuh #selected
	{
	color:#FCCD82; /* mouse-over orange */
	}	

/* menus dropped down */
#menuh ul ul.sub A { background-color:#cfd6e7; padding: 0.5em; margin:0; font-size:11px; color:#527BB3; text-align:left;}
#menuh ul ul.sub a:hover {background-color:#527BB3; color:#fff;}

#menuh ul ul.sub
	{
	position:relative; /*position:absolute;*/
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	/* IE6 */
	_position:absolute; 
	_right:-12px;
	width:170px;
	}


#menuh ul ul.sub li 
	{
	border-bottom:1px solid #cfd6e7;
	border-left:1px solid #cfd6e7;
	border-right:1px solid #cfd6e7;
	margin:0px;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */
