#n1 {
	margin: 		0px;
	padding: 		0px 20px;
	border:			0px;
	width: 			600px;
	position:		relative;
	float:			left;
	position:		relative;
	background:		#fff;
	border-left:    1px solid #A4A4A4;
	border-right:1px solid #A4A4A4;
	}

#n1 ul {
	margin: 			0px;
	border:  			0px;
	padding: 			0px; 
	list-style-image: 	none;  
	list-style-type: 	none;
	text-align:			right;
	background:			#fff;
}
#n1 li {
	text-align:			center;
	width:				99px;
	position:			relative;
	float:				left;
	margin-top: 		0px; 
	margin-bottom: 		0px; 
	padding: 			0px;
	border:  			0px ;
    background: 		#fff;
	letter-spacing:		0px; 
	border-right:		1px solid #fff; 
	
}
#n1 li a { 
	padding: 		 	5px 18px 7px 17px; 
	display: 			block; 
	margin: 			0px; 
	color: 				rgb(10,10,10);
	border: 			0px;
	text-decoration: 	none;
	background-color:	#eee;
	font: 				12px  Trebuchet, Arial, Helvetica, sans-serif;
	font-weight:		normal;
	background:		url("img/menu-bg.gif") repeat-x ;
	
}
#n1 li a:visited {

	
}
#n1 li a:hover {
	color: rgb(0,22,60);
	background:		url("img/menu-bg-on.gif") repeat-x ;
}

#n2 {
	margin:  			0px; 
	padding: 			30px 0px;
	background: 		transparent;
	text-transform: 	lower	case;
	float:				left; 
	position:			relative;
	}
#n2 ul {
	margin: 			0px;
	border:  			0px;
	padding: 			0px; 
	list-style-image: 	none;  
	list-style-type: 	none;
	text-align:			left;
}
#n2 li {
	position:			relative;
	float:				left;
	margin-top: 		0px; 
	margin-bottom: 		0px; 
	padding: 			0px;
	width: 				auto;
	border:  			0px ;
    background: 		#fff;
	letter-spacing:		0px; 
}
#n2 li a { 
	width:				190px;
	padding: 		 	3px 3px 3px 0px; 
	display: 			block; 
	margin: 			0px; 
	color: 				rgb(10,10,10);
	border: 			0px;
	border-bottom: 		1px solid rgb(230,230,230); 
	text-decoration: 	none;
	background-color:	#fff;
	font: 				12px  Trebuchet, Arial, Helvetica, sans-serif;
	font-weight:		normal;
}

#n2 li a:visited {
	text-decoration: 	none;
}
#n2 li a:hover {
	text-decoration: 	none;
	border-bottom: 		1px solid #000; 
	color: rgb(0,22,60);
	background-color:	#f4f4f4;
}
#n2 #current a{
	border: 			0px;
	text-decoration: 	none;
	background-color:	#f4f4f4; 
	color: 				rgb(0,22,60); 
	border-bottom: 		1px solid #ccc; 

}
