/* Style sheet used to provide some temporary fixes to the webstite */

#navigation-side {
	padding:0;
	margin:0;
	
}


#navigation-side a
{		
	font-family: arial;
	font-size:12px;
	color:#000;
	background-image:url('../images/button.gif');
	height:20px;
	width:170px;	

}



#navigation-side a:hover
{	
	text-decoration:none;
	background-image:url('../images/button-Over.gif');
	height:20px;
	width:170px;
}