.navbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	color: #000000;
	background-image: url(images/bg_navigation.jpg);
}
a:link {
	color: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: underline;
}
a:visited {
	color: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: underline;
}
a:hover {
	color: #CCCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: underline;

}
a:active {
	color: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: underline;
}

#home {
 display:block; 
 background: url(images/button_home.gif) no-repeat;
 width: 60px;
 height: 16px;
}
 
#home:hover {
 background-position: 0px -40px;
 text-decoration: none;
}
 
#home span {
 display: none; 
 cursor: hand;
}
#services {
 display:block; 
 background: url(images/button_services.gif) no-repeat;
 width: 134px;
 height: 33px;
}
 
#services:hover {
 background-position: 0px -40px;
 text-decoration: none;
}
 
#services span {
 display: none; 
 cursor: hand;
}
#filmwork {
 display:block; 
 background: url(images/button_filmwork.gif) no-repeat;
 width: 108px;
 height: 31px;
}
 
#filmwork:hover {
 background-position: 0px -40px;
 text-decoration: none;
}
 
#filmwork span {
 display: none; 
 cursor: hand;
}
#contact {
 display:block; 
 background: url(images/button_contact.gif) no-repeat;
 width: 116px;
 height: 17px;
}
 
#contact:hover {
 background-position: 0px -40px;
 text-decoration: none;
}
 
#contact span {
 display: none; 
 cursor: hand;
}
