body
{
    background-color: #ffffcc;
}

ul.navbar
{
    list-style: none;
    width: 160px;
    margin: 13px;
    padding: 0;
    font-size: 75%;
    background-color: #ffffcc;
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
	
ul.navbar li a
{
	height: 47px;
	padding: 13px 0 0 15px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	height: 35px;
	text-decoration:none;
}	
	
ul.navbar li a:link, ul.navbar li a:visited
{
    color: #FFFF99;
    display: block;
    background: url(bordjes/sign.gif);
}
	
ul.navbar li a:hover {
	color: Black;
	background: url(bordjes/sign.gif) 0 -47px;
	}
	
ul.navbar li a:active {
	color: Black;
	background: url(bordjes/sign.gif) 0 -94px;
	}
