/* CSS Document for standard complaint browsers */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: absolute; /* allow the menu to be positioned wherever */
	top: 4.3em;
	left: 16%;
	z-index:100;
	width: 80%; /* precision for Opera */
}

#menu dl {
	float: left;
	width: 6.4em; 		/* default */
}

#menu #portfolio {
	width: 7em;
}

#menu #bio {
	width: 5em;
}

#menu #contact {
	width: 6.5em;
}

#menu dt {
cursor: pointer;	/* hand icon */
padding-left: .15em;
margin: .072em;		/* approx 1px */
height: 1.45em;
font-size: .8em;
}

#menu dd {
display: none;
font-size: .7em;
margin-top: .5em;
border-right: 1px inset #666;
border-bottom: 1px inset #666;
}

#menu li a, #menu dt a {
color: #666;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu dt a:hover {
	color: black;
}

#menu li a {
	padding: .25em 0em .25em 0em;
}

#menu li a:hover {
	background: #eee;
}