#nav {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#nav li {
	display: block;
	float:left;
	position: relative;
	display:block;
	width: auto;
	position: relative;
}


#nav a {
	display: block;
	font-weight:bold;
	text-decoration:none;
	white-space: nowrap;
	color:#7f358a;
	font-size:10pt;
	padding: 0 6px 0 6px;
	border-right:2px solid #7f358a;

}
html>body #nav a
{
	width: auto;
}

#footer a
{
	font-weight:bold;
	text-decoration:none;
	color:#7f358a;
	font-size:10pt;
	padding: 0 0px 0 0px;
}

#nav ul {
	z-index: 99;
	overflow: visible;
	list-style-type: none;
	position: absolute;
	background: #e1edd9;
	display: none;
	text-align: left;
	margin: 0 0 0 0;
	padding:4px 0 0 0;
	border: none;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}


#nav ul li{
	min-width:100px;
	float:none;
	text-align: center;
	padding:0px 4px 3px 0;
	margin:3px 0 5px 0;
	border: none;
	font-weight:bold;
	text-align: left;
	color:white;
	display:block;
	border:none;

}

#nav ul li a{
	text-align: left;
	border: none;
	font-size:9pt;
}


#nav a:hover {
	color: #000;
}
#nav a:visited {
	color:#7f358a;
}

#nav li.sel a {
	color: #a80000;
}

#nav li.sel ul a {
	color: #000;
}
#nav li.sel ul a:hover {
	color: #a80000;
}
#nav li.sel ul li#sel a {
	color: #a80000;
}

#nav ul ul ul {
	display: none;
	position: absolute;
}
#nav ul ul ul ul {
	display: none;
	position: absolute
}
unknown {
	left: auto;
	top: auto
}
#nav li:hover ul ul, #nav li.over ul ul {
	display: none
}

#nav li:hover ul, #nav li.over ul {
	display: block
}
#nav ul li:hover ul, #nav ul li.over ul {
	display: block
}

#nav li.noborder {
	border-right: 0px solid white;
}