menu body {
	behavior:url("csshover.htc");
	text-align: right;
	z-index: 1000;
}
/* Root = Vertical, Secondary = Vertical */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	z-index: 1000;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	text-align: right;
	z-index: 1000;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	z-index: 1000;
}

#nav li {
	position: relative;
	z-index: 1000;
}

#nav li li {
	position: relative;
	width:110px;
	height:auto;
	text-align:center;
	background-color: #1C1208;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
#nav li li a {
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ede8de;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 1000;
}
#nav li li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	z-index: 1000;
}

#nav ul ul {
	position: absolute;
	top: 20px;
	margin:0;
	right: -15px;
	z-index: 1000;
}

div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul
{display: none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display: block;}

#nav ul li a {
	height: 1%;
	z-index: 1000;
} 

#home {
	width:65px;
	text-align: right;
}

#conferences {
	width:127px;
	text-align: right;
}
#speakers {
	width:98px;
	text-align: right;
}
#bookstore {
	width:111px;
	text-align: right;
}
#products {
	width:98px;
	text-align: right;
}
#links {
	width:61px;
	text-align: right;
}

#contact {
	width:85px;
	text-align: right;
}

