
ul#topnav {
	margin:0 0 0px;
	padding: 0 0 0 25px;
	list-style: none;
	border: none;
	background-color:#1c3068; 
	border-bottom: 1px solid #fff;
	height: 17px;
	border-top: #fff 1px solid;
	min-width: 860px;
}


#topnav li {
	display: block;
	margin: 0;
	padding: 0;
	float:left;
}


	
#topnav a {
	display:block;
	color:#fff;
	text-decoration:none;
	background: url(/images/layout/lia.gif) no-repeat;
	margin:0;
	padding: 0.0em 2.1em 0.1em 48px;
	font-style:italic;
	position: relative;
	font-family: helvetica, arial, geneva, lucida, sans-serif;
	font-size: 9.5pt;
	font-weight: bold;
	
}

#topnav a#a0 { left: 0px;}
#topnav a#a1 { left: -30px;}
#topnav a#a2 { left: -60px;}
#topnav a#a3 { left: -90px;}
#topnav a#a4 { left: -120px;}
#topnav a#a5 { left: -150px;}
#topnav a#a6 { left: -180px;}
	
#topnav a:hover {
	background: url(/images/layout/liahover.gif) no-repeat;
}

#topnav a.here {

/*	position:relative;
	z-index:102;
	background: url(/images/layout/liahover.gif) no-repeat;
	border-right: 5px solid #fff;
	padding: 0.0em 2.1em 0.1em 48px;
	margin: 0 3px 0 0;
*/
background: url(/images/layout/liahover.gif) no-repeat;

}
	
ul#subnav {
	position:absolute;
	z-index:101;
	margin: -1px 0 0;
	left: 10px;
	padding: 1px 0px 3px 30px;
	background: #bbb;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	width: 720px;
}
	
#subnav li {
	position:relative;
	z-index:102;
	display: block;
	margin: 0;
	padding: 0;
	float:left;
}
	
#subnav a {
	color:#fff;
	display:block;
	text-decoration:none;
	margin:0;
	padding: 2px 12px 2px 10px;
	background: transparent;
	background-image: none;
	border: 0 none;
}
	
#subnav a:hover {
	color:#444;
	background: transparent;
	background-image: none;
	border: 0 none;
}

#subnav a.here {
	color:#444;
	background: transparent;
	background-image: none;
	border: 0 none;
	margin:0;
	padding: 2px 12px 2px 10px;
}
	



