#nav {
	background-color: #442244;
	width: 910px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	color: white;
	display: block;
	padding-top: 8px;
	height: 28px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav a {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
	width: 10em;
	float: left;
}

#nav li {
	float: left;
	width: 263px;
	height: 28px;
	position: relative;
}

#nav li ul {
	position: absolute;
	z-index: 100;
	width: 250px;
	left: -999em;
	top: 28px;
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 8px;
	margin: 0px;
	background-image: url('bg.png');
	background-repeat: repeat-both;
}

#nav li ul li {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	height: auto;
	padding: 0px;
}

#nav li ul li a {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	display: block;
	width: 230px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px
}

#nav li ul li a:hover {
	background-color: #553655;
}

#nav li:hover ul {
	left: 0px;
}

#nav li:hover	{background-position: 0 0;}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0px;
}

.nav-title {
	cursor: pointer;
}