#nav-bar {
	background-color: #333333;
    height: 27px;
    padding-bottom: 7px;
    position: relative;
    text-align: center;
    top: -14px;
}

ul.nav {
	position: relative;
	z-index: 597;
	left: 50px;
}

ul.nav li {
	float: left;
	vertical-align: middle;
	zoom: 1;
	list-style-type: none;
	border-right: 1px solid #ccc;
	padding-left: 6px;
	padding-right: 6px;
    text-transform: uppercase;
}
/*
ul.nav li:first-child { border-left: 1px solid #ccc; }
ul.nav li:last-child:hover { background-color: transparent; }


ul.nav li:hover a, ul.nav li a:hover { 
	color: #3f3f3f; 
}
*/
ul.nav li:last-child{ border-right: none; }
ul.nav li a { color: #ccc; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

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

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

ul.nav ul li {
	float: none;
	text-align: left;
	font-size: 14px;
    text-transform: uppercase;
}

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

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


	ul.nav li {
		 padding: 6px 10px 7px;
		 color: #3f3f3f;
		 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
    ul.nav li ul li {
		 padding: 7px 10px;
		 border: 1px solid #acacac;
		 background-color: #d5d5d5;
		 color: #3f3f3f;
		 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	ul.nav li.hover,
	ul.nav li:hover {
		 background-color: #eee;
         color: #3f3f3f;
	}
    ul.nav li ul li:hover { border: 1px solid #acacac; }
	
	ul.nav a:link,
	ul.nav a:visited,
    ul.nav li.dir	{ color: #fff; text-decoration: none; }
	ul.nav a:hover		{ color: #3f3f3f; }
	ul.nav a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.nav ul {
		 width: 150px;
		 margin-top: 1px;
	}

		ul.nav ul li {
		 	font-weight: normal;
		}

ul.nav *.dir {
	padding-right: 20px;
	background-image: url("i/nav-arrow-down.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
ul.nav *.dir:hover {
	padding-right: 20px;
	background-image: url("i/nav-arrow-down-blk.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}