/*activelink*--------------------------------------------

Copyright (c) 2007 activelink

ActiveLink Web Solutions
http://www.activelink.ca

CREATED BY: Gregory A. Pike
CREATE DATE: 2007/02

--------------------------------------------*activelink*/

#top_menu {
	width: 700px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #231F20;
	text-align: center;
}

#top_menu ul {
	width: 600px;
	margin: 0px 50px 0px 50px;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display:block;
}

#top_menu ul li {
	margin: 0px 13px 0px 14px;
	padding: 0px;
	position: relative;
	top: 8px;
	float: left;
}

#nav1 a {
	display:block;
	height:13px;
	width: 59px;
	background: url('images/menu/home.gif') no-repeat;
}

#nav1 a:hover {
	background-position: 0 -16px;
}

#nav2 a{
	display:block;
	height:13px;
	width: 76px;
	background: url('images/menu/services.gif') no-repeat;
}

#nav2 a:hover {
	background-position: 0 -16px;
}

#nav3 a {
	display:block;
	height:13px;
	width: 142px;
	background: url('images/menu/licenses_equipment.gif') no-repeat;
}

#nav3 a:hover {
	
	background-position: 0 -16px;
}

#nav4 a {
	display:block;
	height:13px;
	width: 91px;
	background: url('images/menu/sign_works.gif') no-repeat;
}

#nav4 a:hover {
	background-position: 0 -16px;
}

#nav5 a {
	display:block;
	height:13px;
	width: 76px;
	background: url('images/menu/contact.gif') no-repeat;
}

#nav5 a:hover {
	background-position: 0 -16px;
}

#top_menu ul li p {
	display: none;
}

#home_left ul {
	width: 100px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#home_left li {
	width: 100px;
	margin: 0px;
}

#home_left li a {
	width: 100px;
	height: 20px;
	display: block;
}

#home_left a p {
	display: none;
}

#home_left #services {
	background: url('images/home/services.gif') no-repeat;
}

#home_left #licenses_equipment {
	height: 40px;
	background: url('images/home/licenses_equipment.gif') no-repeat;
}

#home_left #sign_works {
	background: url('images/home/sign_works.gif') no-repeat;
}

#home_left #contact {
	background: url('images/home/contact.gif') no-repeat;
}
