/******** nenART Mediadesign ********************************************************************************/

#nmd {
position:relative;
margin-bottom: 70px;
padding: 0;
height: 35px;
list-style: none;
display: inline;
overflow: hidden;
width: 150px;
}
#nmd li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
width: 150px;
height: 35px;
float: left;
}
#nmd a {
float: left;
padding: 35px 0 0;
overflow: hidden;
height: 0px !important;
background: url(nmd.jpg) 0px 0px no-repeat;
width: 150px;
}
#nmd a:hover {
background-position: 0px -35px;
}
#nmd a:active {
background-position: 0px -70px;
}