/*
droplicious v.1.0
Copyright @2009 http://headfirstproductions.ca
Darren Terhune
Created May 21, 2009
*/

html{
	overflow:scroll;
}

p{
	margin:10px;
	color:#333;
	padding:10px;
}

/* droplicous v1.1 */
#nav ul.scriptaculously{
	text-align:left;
	width:130px;
	font-size:.8em;
	background:#eee;
	border-left:1px solid #8eb7d7;
	border-right:1px solid #8eb7d7;
	border-bottom:1px solid #8eb7d7;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	margin:0;
	padding:0;
	margin-top:8px;
	position:absolute;
	left:0px;
	top:28px;
	opacity:.92;
	filter:alpha(opacity=92);
}
html>body #nav ul.scriptaculously{/*ie shit*/
	position:absolute;	
	top:20px;
}
#nav ul.scriptaculously a:hover{
	position:relative;
	text-decoration:underline;
	background:none;
}
#nav ul.scriptaculously a{
	position:relative;
	z-index:999;
	font-weight:normal;
	margin:0;
	padding:5px 0 5px 10px;
	background:none;
	color:#000;
	display:block;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-khtml-border-radius-topleft:0;
	-khtml-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}
#nav li a:hover{
	color:#333;
	text-decoration:underline;
}
#nav li a{
	font-size:100%;
	color: #000;
	text-decoration:none;
	letter-spacing:0.05em;
	padding:10px 20px 0 10px;
	outline:0px;
}
#nav{
	position:relative;
	width:550px;
	text-align:right;
	list-style:none;
	margin:0;
	list-style:none;
	font-size:1em;
}
#nav li{
 	position:relative;
 	display:inline;
	margin:0;
	padding:0;
}