/*NAV BAR*/

#nav {
width: 180px;
height: 374px;
margin-top: 0px;
margin-bottom: 40px;
margin-right: 0px;
margin-left: 0;
float:left;
}



#nav ul {
width: 180px;
height: 374px;
background: url(../images/nav.gif) repeat;
margin: 0;
padding: 0;
position: relative
}

#nav ul li {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
/*top: 0;*/
display:block;
}



#nav ul li , #nav a {
height: 40px;
display: block
} 

#nav ul li a {
text-indent: -9998px;
text-decoration: none
}

#progetto {
left: 0;
top:0;
width: 179px;
}

#opere {
left: 0;
top:53px;
width: 179px;
}

#artisti {
left: 0;
top:111px;
width: 179px;
}

#salastampa {
left: 0;
top:166px;
width: 179px;
}

#news {
left: 0;
top:228px;
width: 179px;
}

#links {
left: 0;
top:278px;
width: 179px;
}

#contatti {
left: 0;
top:335px;
width: 179px;
}


#progetto a:hover {
background: transparent url(../images/nav.gif) no-repeat -186px 0px;
}

#progettocurrent {
background: transparent url(../images/nav.gif) no-repeat -186px 0px;
left: 0;
width: 141px;
}

#opere a:hover {
background: transparent url(../images/nav.gif) no-repeat  -186px -53px
}

#operecurrent {
background: transparent url(../images/nav.gif) no-repeat -186px -53px;
left: 0px;
top:53px;
width: 179px;
}

#artisti a:hover {
background: transparent url(../images/nav.gif) no-repeat -186px -111px
}

#artisticurrent {
background: transparent url(../images/nav.gif) no-repeat -186px -111px;
left: 0;
top:111px;
width: 179px;
}

#salastampa a:hover {
background: transparent url(../images/nav.gif) no-repeat -186px -166px;
}

#salastampacurrent {
background: transparent url(../images/nav.gif) no-repeat -186px -166px;
left: 0;
top:166px;
width: 179px;
}

#news a:hover {
background: transparent url(../images/nav.gif) no-repeat -186px -228px;
}

#newscurrent {
background: transparent url(../images/nav.gif) no-repeat 186px -228px;
left: 0;
top:228px;
width: 179px;
}

#links a:hover {
background: transparent url(../images/nav.gif) no-repeat -186px -278px;
}

#linkscurrent {
background: transparent url(../images/nav.gif) no-repeat -186px -278px;
left: 0;
top:278px;
width: 179px;
}


#contatti a:hover {
background: transparent url(../images/nav.gif) no-repeat -186px -335px
}

#contatticurrent {
background: transparent url(../images/nav.gif) no-repeat -186px -335px;
left: 0;
top:335px;
width: 179px;
}



/*FINE NAV BAR*/

