#navigation{
	position: absolute;
	top: 87px;		
	z-index: 210;	
}
#nav, #nav ul, #subnav ul, #subnavigation .leftnav, #subnavigation .leftnav ul{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav{
	float: left;
	margin-top: 38px;
}
#nav li{ 
	float: left;
}
#nav li, .subnav li, .subnavHor li{
	list-style-image: none;
}
#nav li img{ 
	margin-top: auto !important; /* For Saf/Fx */
	margin-top: 15px; /* IE6 expands this if needed */
}
#nav li a{ 	
	display: block; 
	color: #FFFFFF; 
	text-decoration: none; 
	float: left;
	padding: 0 15px 0 15px;	
	line-height: 39px;
	height: auto !important; /* For Saf/Fx */
	height: 39px;/* IE6 expands this if needed */	
	font-size: 11px;
	font-weight: bold;
	text-align: center;	
}
#nav li a:hover,#nav li a.selected{ 
	color: #FFFFFF;
}
#nav li#snvworld, #nav li#snvregions, #nav li#snvcountries{ 
	width: 203px;	
}
#nav li#snvworld a, #nav li#snvregions a, #nav li#snvcountries a{ 
	width: 173px; 
}
#nav li#snvworld{ 
	width: 113px;
}
#nav li#snvworld a{ 
	width: 83px; 
}
/*-- world --*/
#nav li#snvworld:hover, #nav li#snvworld.sfhover{ 
	background: url('../../Images/world/bg_tab_l.gif') no-repeat; 
}
#nav li#snvworld a:hover, #nav li#snvworld:hover a,
#nav li#snvworld.sfhover a{ 
	background: url('../../Images/world/bg_tab_r.gif') right no-repeat; 
}
.snvworldselected, #nav li#snvworld.snvworldselected:hover,
#nav li#snvworld.snvworldselected.sfhover  { 
	background: url('../../Images/world/bg_tab_l2.gif') no-repeat;	
}
.snvworldselected .selected, #nav li#snvworld a.selected:hover { 
	background: url('../../Images/world/bg_tab_r2.gif') right no-repeat;
}
/*-- regions --*/
#nav li#snvregions:hover, #nav li#snvregions.sfhover{ 
	background: url('../../Images/regions/bg_tab_l.gif') no-repeat; 
}
#nav li#snvregions a:hover, #nav li#snvregions:hover a,
#nav li#snvregions.sfhover a /*fix IE6*/{ 
	background: url('../../Images/regions/bg_tab_r.gif') right no-repeat; 
}
.snvregionsselected{ 
	background: url('../../Images/regions/bg_tab_l.gif') no-repeat;	
}
.snvregionsselected .selected{ 
	background: url('../../Images/regions/bg_tab_r.gif') right no-repeat;
}
/*-- countries --*/
#nav li#snvcountries:hover, #nav li#snvcountries.sfhover{ 
	background: url('../../Images/countries/bg_tab_l.gif') no-repeat; 
}
#nav li#snvcountries a:hover, #nav li#snvcountries:hover a, 
#nav li#snvcountries.sfhover a /*fix IE6*/{ 
	background: url('../../Images/countries/bg_tab_r.gif') right no-repeat; 
}
.snvcountriesselected{ 
	background: url('../../Images/countries/bg_tab_l.gif') no-repeat;	
}
.snvcountriesselected .selected{ 
	background: url('../../Images/countries/bg_tab_r.gif') right no-repeat;
}
#nav li .subnav {
	left: -999em;
}
#nav li:hover .subnav, #nav li.sfhover .subnav { /* lists nested under hovered list items */
	left: auto;	
}
/* second-level lists */
.subnav{
	clear:both;
	position: absolute;	
	top: 77px;
	left: auto;	
	z-index: 202;
}
.subnav li{ 	
	clear: both;
	padding: 0 10px 0 10px;
	width: 183px;
}
.subnav li a{ 
	display: block;
}
#nav li#snvworld li{ 
	display: none;
}
#nav li#snvregions li{ 
	background: #3a781e; 
}
#nav li#snvregions li.end{ 
	background: #3a781e; 
	height: 24px;
}
#nav li#snvregions .subnav li a{ 
	background: url('../../Images/regions/bg_nav_arrow.gif') right no-repeat;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #7aaf54;
	padding: 0 10px 0 0;
	text-align: left;
	line-height: 23px;
	height: 23px;	
}
#nav li#snvregions li a:hover{ 	
	background: url('../../Images/regions/bg_nav_arrow.gif') right no-repeat;
	color: #33adde;
}
#nav li#snvcountries li{ 
	background: #502364; 
}
#nav li#snvcountries li.end{ 
	background: #502364; 
	height: 24px;
}
#nav li#snvcountries .subnav li a{ 
	background: url('../../Images/countries/bg_nav_arrow.gif') right no-repeat;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #8f5da0;
	padding: 0 10px 0 0;
	text-align: left;
	line-height: 23px;
	height: 23px;
}
#nav li#snvcountries li a:hover{ 
	background: url('../../Images/countries/bg_nav_arrow.gif') right no-repeat;	
	color: #33adde;
}
/* extra hor nav */
ul.subnavHor{
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.subnavHor li{
	float: left;
	padding: 0 10px 0 10px;
	margin-top: 3px;
	border-right: 1px solid #fff;
	text-align: center;
}
.subnavHor li .sel{
	color: #33adde;
}
.subnavHor a{
	color: #fff;	
	line-height: 14px;
	font-weight: bold;
}
.subnavHor a:hover{
	color: #33adde;
}
.subnavHor .sel a{
	border-right: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
/* Fix hover IE. Hide from IE Mac */
/* html ul li{ float: left; height: 1%; }
* html ul li a{ height: 1%; }*/
/* End */

