/* Start of CMSMS style sheet 'css_img_hover' */
.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(uploads/images/bokning_hov.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 296px;
height: 57px;
margin: 0;
padding: 0;
text-align:right;
}

.cssnav a
{
display: block;
width: 296px;
height: 57px;
text-decoration: none;
}

.cssnav img
{
width: 296px;
height: 57px;
border: 0;
}

* html a:hover
{
visibility:visible;
}

.cssnav a:hover img
{
visibility:hidden;
}

.cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
visibility:hidden;
} 
/* End of 'css_img_hover' */

