object				{ display: none; }


/* NAVIGATION
---------------------- */

#nav					{
						width: 520px;
						height: 0;
						margin: 0 auto;
						}
						
.nav ul,
.nav li,
.nav a					{ height: 100%; }

.nav li					{ position: fixed; bottom: 0; }

li ul,
li li a					{ position: relative; }

.nav li li				{ position: static; float: left; }
					
li li a					{
						display: block;
						width: 130px; 
						border-top-width: 50px;
						border-top-style: solid;
						}

li li span				{
						display: block;
						position: relative;
						top: -6.8em;
						text-transform: uppercase;
						}

#home,
#home a					{ width: 260px; }

#home					{ height: 40em; margin-left: 130px; }
						
#about					{ height: 20em; margin-left: 0; }

#graphic,
#text,
#interactive,
#web,
#misc,
#experiment				{ display: none; }