.nav,
.nav li {
	list-style: none;
	margin: 0; padding: 0;
}
.nav {
	width: 100%;
	display: block;
	height: 25px;
	background: transparent url(/images/ui/nav_bg.gif) repeat-x 0 0;
	margin: 5px 0 0;
	clear: both;
}
.nav li {
	display: inline;
}

.nav li li {
	display: block;
}
.nav a {
	display: block;
	width: 129px; height: 21px;
	line-height: 21px;
	float: left;
	text-indent: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 9px;
	background: transparent url(/images/ui/navbtn.gif) repeat-x 0 0;
	
	margin: 2px 0 0 2px;
}
.nav li li a {
	margin: 0;
	border-top: 1px solid #e5e5e5;
}

.nav .selected {
	background-position: 0 -60px;
}
.nav a:hover {
	background-position: 0 -30px;
}
.nav .selected:hover {
	background-position: 0 -60px;
}

ul.nav,
ul.nav li,
ul.nav ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
ul.nav ul li a {
	width: 160px;
}
ul.nav {
 position: relative;
 z-index: 1;
 float: left;
}

ul.nav li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.nav li.hover,
ul.nav li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.nav ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 2px;
 z-index: 598;
 width: 100%;
}

ul.nav ul li {
 float: none;
 clear: both;
}

ul.nav ul ul {
 top: 1px;
 left: 99%;
}

ul.nav li:hover > ul {
 visibility: visible;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
