#prenav {
	float: left;
	font-variant: small-caps; /* font-size: small; */
	font-weight: bold;
	color: Gray;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 3px;
	padding: 0px;
}

#prenav img {
	vertical-align: middle;
	margin-right: 10px;
	border: 0px;
}

/* #prenav:before { 
	content:url(http://www.renegadeprojects.com/favicon.png)" "; 
}*/

#postnav {
	/* float: right; */
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 12em;
	z-index: 99; /*position:relative; has to be absolute 'cause otherwise menus push content down*/
	position: absolute;
	overflow: visible;
	font-variant: small-caps;
	font-size: small;
	font-weight: bold;
}

#nav li {
	margin: 0;
	position: relative;
	float: left;
	width: 12em;
	background-color: #ccccff;
	border: 1px solid Silver;
	display: block;
	height: auto;
	font-variant: small-caps;
	font-size: small;
	font-weight: bold;
	text-align: left;
}

#nav ul li{	border-width: 1px 1px 0 1px;}

#nav ul li:last-child{border-bottom:1px solid #dddddd;}

#nav ul ul li{ border-width:1px 1px 0 1px;}

#nav ul ul li:last-child{border-bottom:1px solid #dddddd;}

#nav a {
	text-decoration: none;
	display: block;
	padding: 0.1em;
	margin: 0.2em 0 0.2em 0.1em;
	width: 11.5em;
	height: 1em;
	font-variant: small-caps;
	font-size: small;
	font-weight: bold;
	color: Gray;
	vertical-align: middle;
	line-height: 1em;
}

#nav a:hover, #nav li:hover{
	background-color: #eeeeee;
}
#nav ul li:hover, #nav ul li a:hover{
     background-color:#eeeeee;
}

#nav ul{
     display:none;
}

/*all see this */
#nav ul ul{
     display:none;
     position:absolute;
     margin-top:-1.8em;
     margin-left:12em;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul{
     margin-top:-1.4em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     left: auto;
}