/* Navigation Links */

#menu
{
	font-size: 11px;
	background-color: #fc99cc;
}

#home a {
	float: left;
	background: url("images/snav_home_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   }
   
#newsletter a {
	float: left;
	background: url("images/snav_newsletter_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   }   

#solutions a {
	float: left;
	background: url("images/snav_fsolutions_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   }   

#whatis a {
	float: left;
	background: url("images/snav_fwhat_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   }
   
#manifesto a {
	float: left;
	background: url("images/snav_fmanifesto_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   } 

#stories a {
	float: left;
	background: url("images/snav_fstories_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   } 

#formats a {
	float: left;
	background: url("images/snav_formats_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   }
 
#hosting a {
	float: left;
	background: url("images/snav_mc_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
	}

#facilitating a {
	float: left;
	background: url("images/snav_facilitating_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
	}
	
  
#marketing a {
	float: left;
	background: url("images/snav_marketing_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   }  

#articles a {
	float: left;
	background: url("images/snav_articles_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   }

#reviews a {
	float: left;
	background: url("images/snav_reviews_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   }

#faq a {
	float: left;
	background: url("images/snav_faq_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   } 
   
#products a {
	float: left;
	background: url("images/snav_products_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   } 

#about a {
	float: left;
	background: url("images/snav_janette_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   } 

#contactus a {
	float: left;
	background: url("images/snav_book_2.jpg") 0 0 no-repeat;
	width: 140px;
	height: 20px;
	display: block;
   } 

#home a:hover, #newsletter a:hover, #solutions a:hover, #whatis a:hover, #manifesto a:hover, #stories a:hover, #formats a:hover,
#hosting a:hover, #facilitating a:hover, #marketing a:hover, #articles a:hover, #reviews a:hover, #faq a:hover, #products a:hover, #about a:hover, #contactus a:hover {
    float: left;
	background-position: 0 -20px;

   }

#home a:active, #newsletter a:active, #solutions a:active, #whatis a:active, #manifesto a:active, #stories a:active, #formats a:active,
#hosting a:hover, #facilitating a:active, #marketing a:active, #articles a:active, #reviews a:active, #faq a:active,  #products a:active, #about a:active, #contactus a:active {
	float: left;
	background-position: 0 -20px;
   }
   
/* End Navigation Links */
