@charset "utf-8";
/* CSS Document */

h1#h1businessplans{
		background-image:url(images/header/businessplans.jpg);
		background-repeat:no-repeat;
		width:179px;
		height:25px;
		float:left;
		margin:23px 0px 0px 35px;
		padding:0px;
		display:inline;
		text-indent:-9999px;
}


li#home {
list-style-type: none;
width :152px;
height :49px;
background:url(images/menu/home.png) no-repeat 0px -49px;
margin:20px 0px 0px 110px;
padding:0px;
}
li#home a{
display:block;
width :152px;
height :49px;
text-indent : -9999px;
text-decoration: none;
overflow: hidden;
}

li#plans {
list-style-type: none;
width :152px;
height :49px;
background:url(images/menu/businessplans.png) no-repeat 0px -49px;
margin:20px 0px 0px 40px;
padding:0px;
}
li#plans a{
display:block;
width :152px;
height :49px;
text-indent : -9999px;
text-decoration: none;
overflow: hidden;
}

li#ourcompany {
list-style-type: none;
width :152px;
height :49px;
background:url(images/menu/ourcompany.png) no-repeat 0px -49px;
margin:20px 0px 0px 40px;
padding:0px;
}
li#ourcompany a{
display:block;
width :152px;
height :49px;
text-indent : -9999px;
text-decoration: none;
overflow: hidden;
}

li#contact {
list-style-type: none;
width :152px;
height :49px;
background:url(images/menu/contact.png) no-repeat 0px -49px;
margin:20px 0px 0px 40px;
padding:0px;
}
li#contact a{
display:block;
width :152px;
height :49px;
text-indent : -9999px;
text-decoration: none;
overflow: hidden;
}

li#home a:hover{background: url(images/menu/home.png) no-repeat 0px 0px;}
li#plans a:hover{background: url(images/menu/businessplans.png) no-repeat 0px 0px;}
li#ourcompany a:hover{background: url(images/menu/ourcompany.png) no-repeat 0px 0px;}
li#contact a:hover{background: url(images/menu/contact.png) no-repeat 0px 0px;}

#businessplanscanada {
	margin:0px 0px 30px 0px;
	padding:0px 120px 0px 120px;
}
