
/*------------------------------------*\
	NAV
\*------------------------------------*/

div#header #nav{
	list-style:none;
	font-weight:normal;
	margin:0px;
	width:100%;
	z-index:5;
}
div#header #nav li{
	float:left;
	position:relative;
	line-height: 30px; 
	margin:0;
}
div#header #nav li.lt span { display: inline-block;
    line-height: 13px;
    padding-top: 5px;
} /*for long menu entries*/

div#header #nav li.lt a:hover span {
text-decoration: underline;
}

div#header #nav li a span{
	line-height: 20px;
}
div#header #nav a{
	display:block;
	width:156px;
	padding:5px 0px 5px 0px;
	color:#929699;
	text-decoration:none;
}
div#header #nav a:hover{
	color:#000000;
	background:#D9DADB;
	padding:5px 0px 5px 0px;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
div#header #nav ul{
	background:#D9DADB; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	margin:0;
}
div#header #nav ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	margin:0px;
}
div#header #nav li.top-level ul.sub-nav  li a{
/*	white-space:nowrap;  Stop text wrapping and creating multi-line dropdown items */
	background-image:none;
}
div#header #nav li.clickstate ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
div#header #nav li.clickstate a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background-color: transparent;
	color:#000000;
	text-decoration:underline;
	border:none;

}
div#header #nav li.clickstate ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	color:#000000;
	border-top:1px solid #FFFFFF;
	width:129px;
	padding:0px 5px 0px 22px;
	font-size:10px;
	background-color: #D9DADB;
}
div#header #nav li.clickstate ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#D9DADB;
	text-decoration:underline;
	color:#58585A !important;
	border-top:1px solid #FFFFFF;
	padding:0px 5px 0px 22px;}

div#header #nav .top-level a{max-width: 136px; padding-left: 20px; background-repeat: no-repeat; background-position: left center;}
	
div#header #nav .top-level.home a{background-image: url("/publisher/img/ring-home.png");}

div#header #nav .top-level.archive a{background-image: url("/publisher/img/ring-archive.png");}

div#header #nav .top-level.info a{background-image: url("/publisher/img/ring-info.png");}

div#header #nav .top-level.education  a{background-image: url("/publisher/img/ring-education.png");}

div#header #nav .top-level.multimedia  a{background-image: url("/publisher/img/ring-multimedia.png");}

div#header #nav .top-level.congress  a{background-image: url("/publisher/img/ring-congress.png");}

div#header #nav .top-level li ul.sub-nav li a {background-image:none;}

div#header #nav .top-level.spcialties  a{background-image: url("/publisher/img/ring-speciality.png");}

div#header #nav .top-level.mobile  a{background-image: url("/publisher/img/ring-mobile.png");}
