#nav_container {
float: left;
background: transparent url(images/top-nav-seperator.gif) no-repeat top right;
padding-right: 1px;
position: absolute;
top: 125px;
left: 0px;
z-index: 200;
line-height: 14px;
}


/*** ESSENTIAL STYLES ***/
.sf-menu,  {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
/*** NBR SKIN ***/
.sf-menu 
{
    padding: 0px;
    margin: 0px;
}
.sf-menu a {
	color: #fff;
    font-family: Verdana;
    font-size: 14px;
    margin-left: 1px;
    padding: 7px 0px 6px 0px;
	text-decoration: none;
	text-align: center;
}
.sf-menu li li a, .sf-menu li li a:visited
{
	color: #f7f7f7;
    font-size: 12px;
    padding: 7px 12px 6px 12px;
	text-align: left;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour */
	color: #fff;
}
.sf-menu li {
	background:	#8d8d71 url(images/top-nav-seperator.gif) no-repeat top left;
	/*width: 154px; */ /*6 menu items */
	width: 132px /* for 7 menu items*/
}
.sf-menu li ul 
{
    width: 180px; /* Needs to match li item width below */
}
.sf-menu li li {
	background:	#9e9d71;
	border-bottom: 1px solid #abab95;
	width: 180px;
}
.sf-menu li li li {
	background:	#9e9d71;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active 
{
    color: #abab95;
	background:	#767358 url(images/top-nav-hvr-bg.gif) repeat-x top left;  
	outline: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover
{
	background:	#9e9d71 url(images/top-nav-seperator.gif) no-repeat top left;
}
.sf-menu li li:hover, .sf-menu li li.sfHover
{
	background:	#e1e1da url(images/top-nav-seperator.gif) no-repeat top left;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 1em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;	
	background: url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#nav1 #PUBLICATIONS > span
{
  right: 5px;
}