.cssnav {

position: relative;

font-family: century gothic, arial, sans-serif;

background: url(../img/v2/background-btn.jpg) no-repeat;

white-space: nowrap;

display: block;

width: 190px;

height: 24px;

margin: 0px;

padding: 0px;

}


.cssnav a {

display: block;


color: fff;

font-size: 14px;

width: 190px;

height: 24px;

float: left;

text-decoration: none;

}


.cssnav img {width: 190px; height: 24px; border: 0; }

* html a:hover {background: url(../img/v2/background-btn-ro.jpg) no-repeat;}

 

.cssnav a:hover img{background: url(../img/v2/background-btn-ro.jpg) no-repeat;}

 

.cssnav span {

position: absolute;

left: 20px;

top: 2px;

margin: 0px;

padding: 0px;

cursor: pointer;

}
