/*___________________________
nav display first level
____________________________*/
.nav ul{
	margin: 0 0 0 60px;
	padding: 3px 0 0 0;
	list-style-type: none;
	font-family: Times;
	font-size: 10pt;
}
.toplevel{
	float: left;
	color: #34302b;
	display: block;
	text-decoration: none;
	padding: 8px 0 0 0;
	display: block;
	width: 160px;
	height: 24px;
	background: white url(../images/structure/nav_toplevel_dual.jpg) repeat-y;
	text-align: center;
	margin-right: 3px;
	position: relative;
}
.toplevel:hover{
	background-position: -160px 0;
}
.nav li ul{
	position: absolute;
	top: 32px;
	left:-1px;
	margin: 0;
	padding: 0;
	height: 22px;
	left: 0;
	display: none;
}
.toplevel a{
	color: #34302b;
	display: block;
	text-decoration: none;
	margin: 0;
}

/*___________________________
nav display second level
____________________________*/
.nav ul li ul li{
	*:margin-bottom: -3px;
	padding: 0;
}
.secondlevel{
	border-bottom: 1px solid #d8d3c3;
	background: white url(../images/structure/nav_secondlevel_bkg_dual.jpg) repeat-y;
	display: block;
	font-size: 9pt;
	width: 160px;
	text-align: center;
	margin: 0;
	padding: 0;
	_height: 30px;
}
.secondlevel:hover{
	background-position: -160px 0;
}
.secondlevel a{
	display: block;
	color: #34302b;
	text-decoration: none;
	margin:0;
	padding: 8px 0 8px 0;
}
.secondlevel a:hover{
	display: block;
	color: #fffbe2;
	text-decoration: none;
	margin:0;
	padding: 8px 0 8px 0;
}

/*___________________________
nav workings
____________________________*/	
li:hover ul, li.over ul{
	display: block;
	z-index: 200;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
