.nav {
	
	
	text-align: center;
	font-size: 0.9em;

	width: 100%;
	#width: 100%;
	_width: 100%;

	top: -2px;
	left: 2px;

	padding:10px 0px 0px 0px; /* Firefox and not IE else*/
	#padding:10px 0px 0px 0px; /* for IE6 and before*/
	_padding:10px 0px 0px 0px; /* for IE7 and above*/
	
	margin:0px 0px 0px -20px; /* Firefox and not IE else*/
	#margin:0px 0px 0px 0px; /* for IE6 and before*/
	_margin:0px 0px 0px 0px; /* for IE7 and above*/


}

.nav ul {
	float: none;
	_float: none;
	margin:0px 0px 0px 0px; /* Firefox and not IE else*/
	#margin:0px 0px 0px 0px; /* for IE6 and before*/
	_margin:0px 0px 0px 0px; /* for IE7 and above*/

}

.nav li {	
	text-align: center;

	display: inline;
	
	font-weight: bold;
    padding: 10px 5px 5px 5px;
    #padding: 10px 5px 5px 5px;
	_padding: 5px 5px 5px 5px;
	
	margin: 0px 1px 0px 0px;
	#margin: 0px 1px 0 0px;
	_margin: 0px 1px 0 0px;
	
	height: 35px;

	text-indent: 6px;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.nav li a em {
	color: #ffffff;
	font-weight: bold;
	background-image: url(bg_over.gif);
	height: 50px;
}

.nav li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(bg_over.gif);
	height: 35px;
	background-repeat: repeat;

}

.nav li a:hover {
	color: #996600;
	font-weight: bold;
}

.navover {
	color: #ffffff;
	font-weight: bold;
	background-image: url(bg_over.gif);
	height: 35px;
	background-repeat: repeat;
}

.navnormal {

	color: #003366;
	font-weight: bold;
	background-image: url(bg_normal.gif);
	height: 35px;
	background-repeat: repeat;
}
