/*** ESSENTIAL STYLES ***/
#nav1 {
	line-height:	1.0;
	height:			25px;
	padding-bottom:	25px;
	position:		relative;
  float:			left;
	margin-bottom:5px;
  width:845px;
  background:		url(layout/nav1-bg.gif) repeat-x;
}
#nav1 ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
  background:		url(layout/nav1-sub-bg.gif) 0 bottom repeat-x;
}
#nav1 ul li {
  width:			auto;
	float:			left;
}
#nav1 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav1 li {
	float:			left;
  background:		#d3d3d3;
	position:		static;
}
#nav1 a {
	display:		block;
	position:		relative;
  white-space:nowrap;
}
#nav1 li ul {
	width:			845px; /*IE6 soils itself without this*/
}
#nav1 li:hover ul,
#nav1 li.sfHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
	z-index:		99;
}
ul#nav1 li:hover li ul,
ul#nav1 li.sfHover li ul {
	top:			-999em;
}
ul#nav1 li li:hover ul,
ul#nav1 li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#nav1 li li:hover li ul,
ul#nav1 li li.sfHover li ul {
	top:			-999em;
}
ul#nav1 li li li:hover ul,
ul#nav1 li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

#nav1 a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding:7px 10px 7px 10px;
	text-decoration:none;
}
#nav1 a, #nav1 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#812f02;
  border:			none;
}
#nav1 li {
	background:		url(layout/nav1-bg.gif) repeat-x;
}
#nav1 li li {
  background:		url(layout/nav1-sub-bg.gif) 0 bottom repeat-x;
	position:		relative;
}


/*** arrows **/
#nav1 a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

#nav1 li:hover,
#nav1 li.sfHover{
	background:url(layout/nav1-bg-hover.gif) repeat-x;
}

#nav1 li:hover li{
	background:none;
}

#nav1 li:hover a, #nav1 li:hover a:visited,
#nav1 li.sfHover a, #nav1 li.sfHover a:visited,
#nav1 li li.current a, #nav1 li li.current a:visited{
color:white;
}

#nav1 ul a:focus, #nav1 ul a:hover, #nav1 ul a:active {
	text-decoration:underline;
}

#nav1 li li.current a {
	font-weight:	bold;
}

#nav1 li.sf-without-sub a{padding-bottom:6px;}
#nav1 li.sf-without-sub ul{background:none;}

#nav1 li.languages{height:25px;margin-right:50px;height:24px;}
#nav1 li.languages a{padding:5px 10px 4px 10px;}
#nav1 li.languages ul{color:white;font-style:italic;padding:7px 0 0 10px;}
