/*  Navigation  */

#nav-wrap{ background:transparent url(images/content-bg.jpg) repeat-y scroll 0 0}

#nav {
	position: relative;
	clear: both;
	margin: 0  0 0 5px;
	padding: 0;
	height: 27px;
	background:transparent url(images/nav-bg.jpg) repeat-x scroll 0 0;
	z-index: 99999;
	width: 764px;
}
#nav ul {
	float: right;
	list-style: none;
	width: 536px;		
	height: 27px;
	text-transform: uppercase;
	margin: 0;	padding: 0;
}
#nav ul li {
	margin: 0; padding: 0;  float:left;
}
#nav ul li a {
	height: 27px;
	display:block ;
}
#nav ul li.overview{width:90px;}
#nav ul li.overview a {
	width:90px;
	background: transparent url(images/nav-sprite.jpg) no-repeat scroll 0px -33px;}
#nav ul li.overview a:hover{
background-position:0 0}
#nav ul li.overview-current a {
	width:90px;
	background: transparent url(images/nav-sprite.jpg) no-repeat scroll 0px 0px;}


#nav ul li.services{width:110px;}
#nav ul li.services a {
	
	background: transparent url(images/nav-sprite.jpg) no-repeat scroll -90px -33px;}
#nav ul li.services a:hover{
background-position:-90px 0}
#nav ul li.services-current a {
	width:110px;
	background: transparent url(images/nav-sprite.jpg) no-repeat scroll -90px 0px;}

#nav ul li.experts{width:106px;}
#nav ul li.experts a {
		background: transparent url(images/nav-sprite.jpg) no-repeat scroll -200px -33px;}
#nav ul li.experts a:hover{
background-position:-200px 0}
#nav ul li.experts-current a {
		width:106px;
		background: transparent url(images/nav-sprite.jpg) no-repeat scroll -200px -0px;}

#nav ul li.news{width:65px;}
#nav ul li.news a {
		background: transparent url(images/nav-sprite.jpg) no-repeat scroll -307px -33px;}
#nav ul li.news a:hover{
background-position:-307px 0}
#nav ul li.news-current a {
		width:65px;
		background: transparent url(images/nav-sprite.jpg) no-repeat scroll -307px -0px;}

#nav ul li.login{width:65px;}
#nav ul li.login a {
		background: transparent url(images/nav-sprite.jpg) no-repeat scroll -373px -33px;}
#nav ul li.login a:hover{
background-position:-373px 0}


#nav ul li.contact{width:100px;}
#nav ul li.contact a {
		background: transparent url(images/nav-sprite.jpg) no-repeat scroll -438px -33px;}
#nav ul li.contact a:hover{
background-position:-438px 0}
#nav ul li.contact-current a {
		width:100px;
		background: transparent url(images/nav-sprite.jpg) no-repeat scroll -438px -0px;}

#nav ul li#current a {	
	background-position: 33px;	
}
