﻿A:link { 
font-size: x-small;

text-decoration: none; 
}
A:active {
font-size: 10px;
color: #00FF00;
text-decoration: none ;
}
A:visited { 
font-size: 10px;
text-decoration: none 
}
A:hover {
font-size: 10px;
color: #00FF00;
text-decoration: none;
}

			



.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url("images/on.jpg") no-repeat;
white-space: nowrap;
display: block;
width: 97px;
height: 44px;
    padding: 0;
}

.cssnav a{
	
display: block;
font-size: 10px;

width: 97px;
height: 44px;
display: block;
float: left;

text-decoration: none;
color: # 000000;
font-weight: bold;



}

 




.cssnav img
{
width: 97px;
height: 44px;
border: 0
}


.cssnav a:hover img
{
visibility:hidden;




}

.cssnav span
{
position: absolute;
left: 2px;
top: 10px;

margin: 0px;
padding: 0px;
cursor: pointer;
width: 120px;
height: 5px;

}