
#menuWrapper {
	position:relative;
	left: 0;
	height: 28px;
	z-index:100;
	margin: 0;
	padding: 0;
	display: block;
	}

	
#menu {
	position: relative;
	width: 100%;
	float: left;
	z-index:100;
	margin: 0;
	padding: 0;
	}	
	
.nav, .nav * {
	margin:0;
	padding:0;
	outline: none !important;
	}
	
nav {
	float:left;
	position: relative;
	}
	
.nav ul {
	background:#fff; /*IE6 needs this*/
}

.nav li {
	color: transparent;
	list-style-type: none !important;
	}
	
.nav li {
	margin-top: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	margin-right: 7px !important;
	}

.nav li a {
	display:block;
	}
	
a#patientsLink {
	width:71px;
	background: transparent top left no-repeat url(../img/nav/patients_link.jpg);
	}
	
a#privHospitalsLink {
	width:131px;
	background: transparent top left no-repeat url(../img/nav/priv_hospitals_link.jpg);
	}
	
a#nursingLink {
	width:75px;
	background: transparent top left no-repeat url(../img/nav/nursing_link.jpg);
	}

a#medicoLink {
	width:106px;
	background: transparent top left no-repeat url(../img/nav/medico_legal_link.jpg);
	}
	
a#industryNewsLink {
	width:143px;
	background: transparent top left no-repeat url(../img/nav/industry_news_link.jpg);
	}
	
a#docsResourcesLink {
	width:174px;
	background: transparent top left no-repeat url(../img/nav/docs_resources_link.jpg);
	}
	
a#contactLink {
	width:92px;
	background: transparent top left no-repeat url(../img/nav/contact_link.jpg);
	}

#menu li a:hover {
	background-position: left bottom !important;
	}
	
.nav li ul {
	float:none;
	top:-999em;
	position:absolute;
}

.nav li:hover,
.nav li.sfHover{
	zbackground-color: #E0E0E0 !important;
	}

.nav li li a:hover,
.nav li li a.sfHover{
	zbackground-color: #E1EBE7 !important;
	}

.nav li:hover ul,
.nav li.sfHover ul {
	left:3px;
	top:27px;
	background: #FFF;
	border: 1px solid #941313;
	}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
	}

.nav li li:hover ul,
.nav li li.sfHover ul {
}

.nav li ul {
	list-style: none !important;
	list-style-image: none !important;
	background: #FFF;
	padding: 10px;
	}

.nav li li {
	float:none;
	margin-right: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
	width: 155px !important;
	}

.nav li li a {
	display: block;
	color: #941313;
	background: transparent;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left !important;
	padding: 2px 0;
	}
	
.nav li li a.subhdr {
	text-decoration: underline !important;
	font-weight: bold;
	}
	
.nav li li a.about {
	width: 75px;
	}
	
.nav li li a.proj {
	width: 90px;
	}

.nav li li a:hover {
	color: #A2A70E !important;
	text-decoration: underline;
}

/* quick hacks for IE */
*html .nav li li a {
	zoom: 1;
}
*html .nav li li li {
}
*+html .nav li li {
}
*+html .nav li li li {
}

/* Individual Items */

.nav li.topTier {
	border: 1px solid #ccc !important;
	}

a.topTier {
	height: 30px; line-height: 30px;
	width: 100px;
	color: #000000;
	text-align: center;
	/* Enable this section next rule if images are used in topTier */
	ztext-indent: -5000px;
	}
	
	.nav li.topTier a.current {
		background-position: bottom left !important;
		}


