/* LEFTNAV BUTTONS */

#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}	

#left li {
	margin: 0;
	padding: 0;
	width: 131px;
}

#left a {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	display: block;
}

#left span {
	visibility: hidden;
}

#btHome {
	background: url('/images/bt_home.gif') no-repeat top left;
	width: 131px;
	height: 30px;
	display: block;
}
#btHome:hover {
	background: url('/images/bt_home.gif') no-repeat bottom left;
}

#btAbout {
	background: url('/images/bt_about.gif') no-repeat top left;
	width: 131px;
	height: 27px;
	display: block;
}
#btAbout:hover {
	background: url('/images/bt_about.gif') no-repeat bottom left;
}

#btNews {
	background: url('/images/bt_news.gif') no-repeat top left;
	width: 131px;
	height: 26px;
	display: block;	
}
#btNews:hover {
	background: url('/images/bt_news.gif') no-repeat bottom left;
}

#btProjects {
	background: url('/images/bt_projects.gif') no-repeat top left;
	width: 131px;
	height: 27px;
	display: block;	
}
#btProjects:hover {
	background: url('/images/bt_projects.gif') no-repeat bottom left;
}

#btBlog {
	background: url('/images/bt_blog.gif') no-repeat top left;
	width: 131px;
	height: 27px;
	display: block;	
}
#btBlog:hover {
	background: url('/images/bt_blog.gif') no-repeat bottom left;
}

#btPhotos {
	background: url('/images/bt_photos.gif') no-repeat top left;
	width: 131px;
	height: 24px;
	display: block;	
}
#btPhotos:hover {
	background: url('/images/bt_photos.gif') no-repeat bottom left;
}

#btDemoReels {
	background: url('/images/bt_demo_reels.gif') no-repeat top left;
	width: 131px;
	height: 24px;
	display:block;
}

#btDemoReels:hover {
	background: url('/images/bt_demo_reels.gif') no-repeat bottom left;
}