.nav_spacer {
	height: 44px;
}

#nav, #nav ul {
	margin:0;
}
#nav {
	height: 31px;
	color: #fff;
	margin-top: 13px;
	position: absolute;
	width: 942px;
}
#nav li {
	float: left;
	height: 26px;
	list-style: none;
	font: 18px Tahoma;
	font-weight: normal;
	text-align: center;
	width: 147px;
	width: 178px;
	margin: 0 0 0 13px;
}
#nav li.first {
	margin-left: 0;
}


#nav li.level0 {
	height: 31px;
}
#nav li.level0 ul {
	z-index: 2;
	position: relative;
	visibility: hidden;
	color: #fff;
}
#nav li.level0 a, #nav li.level0 span {
	display: block;
	background: url(/img/nav/tab.gif) no-repeat right top;
	color: #fff;
	padding: 6px 0 0 0;
	line-height: 18px;
	text-decoration: none;
	cursor: pointer;
	height: 25px;
	letter-spacing: 0.005em;
}
#nav a.selected, #nav span.selected {
	background: url(/img/nav/selected.gif) no-repeat right top;
	color: #333;
}



#nav li.level1 {
	color: #ccc;
	font-size: 17px;
	letter-spacing: 1px;
}
#nav li.level1 span {
	padding: 5px 0 5px 10px;
	background: url('../img/nav_folder.gif') left 50% no-repeat;
	height: auto;
}

#nav li.level1 a {
	padding: 5px 0 5px 10px;
	background: url('../img/nav_item.gif') left 50% no-repeat;
	height: auto;
}



#nav li.level2 {
	color: #999;
	font-size: 16px;
}
#nav li.level2 a {
	padding: 5px 0 5px 10px;
	background: url('../img/nav_subitem.gif') left 50% no-repeat;
	height: auto;
}



/* for all items not a main menu item */
#nav li ul {
	background: #0D4B97;
	overflow: hidden;
	clear:left;
}
#nav li ul li {
	height:auto;
	text-align: left;
}
