@charset "UTF-8";
/* CSS Document */



#navigation {
    width:160px;
    height:182px;
}

#navigation a:active {
    background-position: -160px 0;
}
#navigation a:hover {
    background-position: -320px 0;
}

.top {
	font-size:14px;
}

.reviews {
	margin-left:-10px;
	margin-top:-20px;
}


/*Newsletter Button on left*/

#linknewsletter {
    width:160px;
    height:26px;
    background-color:transparent;
}
#linknewsletter a {
    background: url(../image-files/newsletter_button.gif) 0 0 no-repeat;
    float: right;
    border: 0;
    width:160px;
    height:26px;
    padding:0 0 0 0;
}

/*Community Button on left*/

#linkcommunity {
    width:160px;
    height:26px;
    background-color:transparent;
}
#linkcommunity a {
    background: url(../image-files/community_button.gif) 0 0 no-repeat;
    float: right;
    border: 0;
    width:160px;
    height:26px;
    padding:0 0 0 0;
}


/*Contests Button on left*/

#linkcontests {
    width:160px;
    height:26px;
    background-color:transparent;
}
#linkcontests a {
    background: url(../image-files/contests_button.gif) 0 0 no-repeat;
    float: right;
    border: 0;
    width:160px;
    height:26px;
    padding:0 0 0 0;
}

/*Quotes Button on left*/

#linkwahmquotes {
    width:160px;
    height:26px;
    background-color:transparent;
}
#linkwahmquotes a {
    background: url(../image-files/wahm-quotes-button.gif) 0 0 no-repeat;
    float: right;
    border: 0;
    width:160px;
    height:26px;
    padding:0 0 0 0;
}

/*Products and Services Button on left*/

#linkproductsservices {
    width:160px;
    height:26px;
    background-color:transparent;
}
#linkproductsservices a {
    background: url(../image-files/work-at-home-products-and-services-button.gif) 0 0 no-repeat;
    float: right;
    border: 0;
    width:160px;
    height:26px;
    padding:0 0 0 0;
}

/*Suggested Resources Button on left*/

#linkresources {
    width:160px;
    height:26px;
    background-color:transparent;
}
#linkresources a {
    background: url(../image-files/work-at-home-resources-button.gif) 0 0 no-repeat;
    float: right;
    border: 0;
    width:160px;
    height:26px;
    padding:0 0 0 0;
}

/*Reviews Button on left*/

#linkreviews {
    width:160px;
    height:26px;
    background-color:transparent;
}
#linkreviews a {
    background: url(../image-files/work-from-home-reviews-button.gif) 0 0 no-repeat;
    float: right;
    border: 0;
    width:160px;
    height:26px;
    padding:0 0 0 0;
}



/*Checklist Navigation*/

#checklist {
	background-image:url(../image-files/category-menu.gif);
	width:150px;
	height:332px;
	margin-top:100px;
	margin-bottom:20px;
	margin-left:8px;
	padding-top:39px;
}

#checklist a:visited {
    background-position: -300px 0;
}
#checklist a:active {
    background-position: -300px 0;
}
#checklist a:hover {
    background-position: -150px 0;
}



#linkcheck {
    width:150px;
    height:25px;
    background-color:transparent;
}
#linkcheck a {
    background:url(../image-files/category_check.png) 0 0 no-repeat;
    float: right;
    border: 0;
    width:150px;
    height:25px;
    padding:0 0 0 0;
}
