@charset "utf-8";
/* CSS Document */

/* MAIN NAVIGATION STYLES */
#nav {
	width: 910px;
	}

#nav ul {
	list-style: none;
	}
#nav span {
	position: absolute;
	left: -9999px;
	}
#nav ul li {	
	display: inline; 
	}
#nav ul li a {
	height: 32px;
	float: left;
	}
		
#nav ul li.home a {
	background: url("../images/rollovers/home.gif");
	width: 68px;
	}
#nav ul li.home a:link {
	background: url("../images/rollovers/home.gif");
	}
#nav ul li.home a:visited {
	background: url("../images/rollovers/home.gif");
	}	
#nav ul li.home a:hover {
	background: 0 -32px url("../images/rollovers/home.gif");
	}
	
#nav ul li.features a {
	background: url("../images/rollovers/features.gif");
	width: 81px;
	}
#nav ul li.features a:link {
	background: url("../images/rollovers/features.gif");	
	}
#nav ul li.features a:visited {
	background: url("../images/rollovers/features.gif");	
	}
#nav ul li.features a:hover {
	background: 0 -32px url("../images/rollovers/features.gif");	
	}
	
#nav ul li.examples a {
	background: url("../images/rollovers/examples.gif");
	width: 82px;
	}
#nav ul li.examples a:link {
	background: url("../images/rollovers/examples.gif");	
	}
#nav ul li.examples a:visited {
	background: url("../images/rollovers/examples.gif");	
	}
#nav ul li.examples a:hover {
	background: 0 -32px url("../images/rollovers/examples.gif");	
	}
	
#nav ul li.technology a {
	background: url("../images/rollovers/technology.gif");
	width: 105px;
	}
#nav ul li.technology a:link {
	background: url("../images/rollovers/technology.gif");	
	}
#nav ul li.technology a:visited {
	background: url("../images/rollovers/technology.gif");	
	}
#nav ul li.technology a:hover {
	background: 0 -32px url("../images/rollovers/technology.gif");	
	}
	
#nav ul li.about a {
	background: url("../images/rollovers/about.gif");
	width: 65px;
	}
#nav ul li.about a:link {
	background: url("../images/rollovers/about.gif");	
	}
#nav ul li.about a:visited {
	background: url("../images/rollovers/about.gif");	
	}
#nav ul li.about a:hover {
	background: 0 -32px url("../images/rollovers/about.gif");	
	}
	
#nav ul li.contact a {
	background: url("../images/rollovers/contact.gif");
	width: 76px;
	}
#nav ul li.contact a:link {
	background: url("../images/rollovers/contact.gif");	
	}
#nav ul li.contact a:visited {
	background: url("../images/rollovers/contact.gif");	
	}
#nav ul li.contact a:hover {
	background: 0 -32px url("../images/rollovers/contact.gif");	
	}
	
#nav ul li.media a {
	background: url("../images/rollovers/media.gif");
	width: 66px;
	}
#nav ul li.media a:link {
	background: url("../images/rollovers/media.gif");	
	}
#nav ul li.media a:visited {
	background: url("../images/rollovers/media.gif");	
	}
#nav ul li.media a:hover {
	background: 0 -32px url("../images/rollovers/media.gif");	
	}
	
#nav ul li.blog a {
	background: url("../images/rollovers/blog.gif");
	width: 71px;
	}
#nav ul li.blog a:link {
	background: url("../images/rollovers/blog.gif");	
	}
#nav ul li.blog a:visited {
	background: url("../images/rollovers/blog.gif");	
	}
#nav ul li.blog a:hover {
	background: 0 -32px url("../images/rollovers/blog.gif");	
	}
	
#nav ul li.register a {
	background: url("../images/rollovers/register.gif");
	width: 116px;
	}
#nav ul li.register a:link {
	background: url("../images/rollovers/register.gif");	
	}
#nav ul li.register a:visited {
	background: url("../images/rollovers/register.gif");	
	}
#nav ul li.register a:hover {
	background: 0 -32px url("../images/rollovers/register.gif");	
	}
	
#nav ul li.forgottenPassword a {
	background: url("../images/rollovers/forgottenPassword.gif");
	width: 180px;
	}
#nav ul li.forgottenPassword a:link {
	background: url("../images/rollovers/forgottenPassword.gif");	
	}
#nav ul li.forgottenPassword a:visited {
	background: url("../images/rollovers/forgottenPassword.gif");	
	}
#nav ul li.forgottenPassword a:hover {
	background: 0 -32px url("../images/rollovers/forgottenPassword.gif");	
	}
/* /MAIN NAVIGATION STYLES */



