
div#nav {

	position: relative ;

	width: 698px ;

	font-size: 11px ;

	text-align: center ;

	background-color: #60717a ;

	border-bottom: 1px solid #000 ;

	z-index: 2 ;

}

ul#nav {
	display: table ;

	margin: 0px auto ;
	padding: 0px ;

	list-style: none ;

/* 	white-space: nowrap ; */
}


ul#nav li {
	display: table-cell ;
	position: relative ;
	float: left ;

	background-color: #60717a ;
	border: 1px solid #000 ;
	border-width: 0px 1px 0px 0px ;
}

ul#nav li.last {
	border-right: 0px ;
}

/** html ul#nav li {
	float: left ;
}*/

ul#nav li a {

	display: block ;

	width: auto ;

	padding: 4px 8px ;

	font-weight: bold ;
	text-decoration: none ;

	color: #fff ;

	border: 1px solid #fff ;

}


ul#nav li:hover {
	background-color: #90a1aa ;
}

del.container {
	clear: both ;
	text-decoration:none ;
}

* html del.container {
	display: inline-block ;
}




ul#nav ul {
	display: none ;
	position: absolute ;

	width: 200px ;
	top: 100% ;
	left: -50% ;

	margin-left: -100px ;
	padding-top: 1px ;

	list-style: none ;
	z-index: 5 ;

/* 	border-bottom: 1px solid #000 ; */
}

* html ul#nav ul {
	left: 50% ;
}

ul#nav ul li {
	display: block ;
	clear: both ;
	width: 100% ;
/* 	margin-bottom: 1px ; */
	background-color: #60717a ;
}

ul#nav ul li a {
/* 	text-decoration: none ; */
/* 	color: #fff ; */
}



ul#nav li:hover ul {
	display: block ;
}