@charset "UTF-8";
/* CSS Document */

.cssnav
{
position: relative;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:22px;
font-weight:bold;
background: url(../images/goo_btn_dn.gif) no-repeat;
white-space: nowrap;
display: block;
width: 187px;
height: 46px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #ffffff;
font-size: 22px;
width: 187px;
height: 46px;
display: block;
float: left;
color: #ffffff;
text-decoration: none;
}

.cssnav img
{
width: 187px;
height: 46px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 0px;
top: 8px;
margin: 0px;
padding: 0px;
cursor: pointer;
width:187px;
text-align:center;
}