/*______________new nav--------*/
#nav {
	/*position: absolute;
	left: 201px;
	top: 127px;*/
	/*width: 700px;*/
	width:586px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	float:right;
	background-image: url("../images/banner_bottom.jpg");
	background-repeat: no-repeat;
	background-position: 100% 51%;


	}

ul.nav {  padding: 0;  margin: 0;     }


li.nav {  float: left;
  display: block;  }


li.nav ul {  display: none;
  margin:0px;
  padding:0px;  position:absolute;
  height:32px;
    }
 
li.nav > ul.nav {	top: auto;	left: auto;}

li.nav:hover ul, li.over ul{ display: block; }

#index a {
	display: block;	/*background-position: 0 -32px;*/
	 width: 93px; height: 32px;  background: url("../images/home_desel.jpg") no-repeat;
}
#index a:hover {
	display: block;
	/*background-position: 0 -32px;*/
	 width: 93px; height: 32px;  background: url("../images/home_hover.jpg") no-repeat; }#cat a{
	display: block;	/*background-position: -93px -32px;*/
	width: 112px; height: 32px; background: url("../images/cat_desel.jpg") no-repeat;
}
#cat a:hover {
	display: block;	/*background-position: -93px -32px;*/
	width: 112px; height: 32px; background: url("../images/cat_hover.jpg") no-repeat;
}#services a{
	display: block;	/*background-position: -204px -32px;*/
	width: 100px; height: 32px; background: url("../images/services_desel.jpg") no-repeat;}
#services a:hover{
	display: block;	/*background-position: -204px -32px;*/
	width: 100px; height: 32px; background: url("../images/services_hover.jpg") no-repeat;}#portfolio a{
	display: block;	/*background-position: -306px -32px;*/
	width: 116px; height: 32px; background: url("../images/portfolio_desel.jpg") no-repeat;}
#portfolio a:hover{
	display: block;	/*background-position: -306px -32px;*/
	width: 116px; height: 32px; background: url("../images/portfolio_hover.jpg") no-repeat;}#about a{
	display: block;	/*background-position: -408px -32px;*/
	width: 85px; height: 32px; background: url("../images/about_desel.jpg") no-repeat;}
#about a:hover{
	display: block;	/*background-position: -408px -32px;*/
	width: 85px; height: 32px; background: url("../images/about_hover.jpg") no-repeat;}


#contact a{
	display: block;/*	background-position: -508px -32px;*/
	width: 80px; height: 32px; background: url("../images/map_desel.jpg") no-repeat;}

#contact a:hover{
	display: block;	/*background-position: -508px -32px;*/
	width: 80px; height: 32px; background: url("../images/map_hover.jpg") no-repeat;}

#european a{
	display: block;/*border:1px red solid;*/
	position:absolute;/*	background-position: -508px -32px;*/
	width: 149px; height: 24px; background: url("../images/european_desel.jpg") no-repeat;
	margin-left:20px;margin-top:-7px;}

#european a:hover{
	display: block;/*border:1px red solid;*/
	position:absolute;	/*background-position: -508px -32px;*/
	width: 149px; height: 24px; background: url("../images/european_hover.jpg") no-repeat;
	margin-left:20px;margin-top:-7px;}

#gallery a{
	display: block;/*border:1px red solid;*//*	background-position: -508px -32px;*/
	width: 153px; height: 24px; background: url("../images/gallery_desel.jpg") no-repeat;
	margin-top:17px;margin-left:20px;}

#gallery a:hover{
	display: block;/*border:1px red solid;*/	/*background-position: -508px -32px;*/
	width: 153px; height: 24px; background: url("../images/gallery_hover.jpg") no-repeat;
	margin-top:17px;margin-left:20px;}


