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

#nav a {
	text-decoration: none;
	color: #a9a9a9;
}

#nav li {
	position: relative;
	white-space: nowrap;
	cursor: pointer;
}

#nav li.root {
	color: #660066 !important;
}

#nav li.top_nav {
	font-size: 11px;
	font-weight: bold;
	color: #a9a9a9;
	text-decoration: none;
	float: left;
	padding: 0 7px 0 7px;
	background-image: url(../images/top_nav_background.gif);
	background-repeat: no-repeat;
}

#nav li.top_nav.first {
	background: none;
}

#nav .nosub {
	height: 20px !important;
}

ul.top_nav {
	top: 27px !important;
}

li.top_nav ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid white;
}

li.top_nav ul ul {
	top: -1px !important;
	left: -200px;
}

li.top_nav li {
	font-size: 11px !important;
	color: #a9a9a9 !important;
	background: #ffffff;
	width: 180px;
	height: 20px;
	padding: 5px 7px 5px 8px;
}

.nav_selected,
li li.nav_selected {
	color: #000000 !important;
	font-weight: bold;
}
