a.nv {  
	color: #000000;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;	
	text-align: center;
	padding: 6px 10px 6px 10px;
	background: #e4e4e5;
	margin-top: 0px;
	
	border-style:solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: white;
	border-bottom-width: 2px;
	
	
	
	
}

a.nv:hover{
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	background: #FF870C;
	margin-top: 0px;
	
	border-style:solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: white;
	border-bottom-width: 2px;
	
	background-image:url('images/background.gif')	
}

a.nv2 {  
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	background: #FF870C;
	margin-top: 0px;
	
	border-style:solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: white;
	border-bottom-width: 2px;	
	
	background-image:url('images/background.gif')
}

a.ny{  
	color: #000000;
	display: block;
	font-size: 10pt;
	text-decoration: none;	
	text-align: center;
	padding: 2px 10px 2px 10px;
	background: white;
	margin: 6px 0 6px 0;
}

a.ny:hover{
	color: #FF870C;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 10pt;
	padding: 2px 10px 2px 10px;
	background-color: white;	
	margin: 6px 0 6px 0;	
}

a.ny2{
	color: #FF870C;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 10pt;
	padding: 2px 10px 2px 10px;
	background-color: white;
	margin: 6px 0 6px 0;
}