/* simple code */

#nav {	padding: 0px 0px 0px 0px;
	position: relative;left:265px;top:-28px; z-index:1;
       width: 650px;
    font-size: 12px;
    font-family: Sans-Serif; white-space:nowrap;
   }

#nav, #nav ul { /* all lists */
	padding: 0;
   	color: #81411F;
    font-family: verdana, Arial, Sans-Serif;
	font-size: 13px;
	 font-weight:500;
	text-decoration: none;
	line-height: 1;
	list-style:none;
}

#nav a, #nav .iemenufix  {
	display: block;
	width: 100%;
	color: #81411F;
	text-decoration: none;
}

#nav  li { /* all list items */
	float: left;
	margin:0 20px 0 0; /* width needed or else Opera goes nuts */
}

#nav #patientnav li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
}

#nav #healthcarenav li { /* all list items */
	float: left;
	width: 190px; /* width needed or else Opera goes nuts */
}

#nav #aboutnav li { /* all list items */
	float: left;
	width: 80px; /* width needed or else Opera goes nuts */
}


#nav li li {
	/* all drop down list items */
	padding: 5px 2px 5px 8px;
    color: #fff;
    font-family: verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight:500;
    background: #81411F;
    text-decoration: none;
    display: block;
    width: 150px;
    border-bottom:1px solid #fff;
    white-space: normal;
}

#nav ul li li a {padding: 5px 2px 5px 8px;
    color: #fff;
    font-family: verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight:500;
    background: #81411F;
    text-decoration: none;
    display: block;
    width: 150px;
    border-bottom:1px solid #fff;
    white-space: normal;}
#nav ul li li a:hover, #nav ul li li a:active {padding: 5px 2px 5px 8px; 
    color: #fff;
    font-family: verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight:500;
    background: #273A8C;
    text-decoration: none;
    display: block;
    width: 150px;
    border-bottom:1px solid #fff;
    white-space: normal;}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #81411F;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 9em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/*------------------------*/

