/* Navigation */
#nav { text-align: center; padding: 0; margin:0; }
#primary-nav { background: #008000; width: 860px; border:0; height:22px; }
#primary-nav, #subnav ul { margin:0; padding:0; }
/* hide from ie mac \*/
#subnav > ul { display: table; } 
/* end hide */
#primary-nav tr td { 
	text-align: center; 
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	border-bottom: 0;
	border-left: 0; 
}
#subnav li { list-style: none; text-align: left;}
#primary-nav tr td a, #subnav li a {
	display: block;
	text-decoration: none; 
	color: #fff/*2d646f*/; 
	font-size: 10px;
	padding: 5px;
	font-weight: bold;
}
#primary-nav tr td a { border-top: 0; } 
#subnav li a { border-top: 1px solid #fff; color:#fff; background: #008000;}
#subnav ul { display: none; position: absolute; width: 200px; top: 122px; }
#primary-nav tr td a:hover { background: #d8eff4; color:#008000; background: #bfdfbf;}
#subnav li a:hover { color:#008000; background: #bfdfbf; }
/* Fix IE. Hide from IE Mac \*/
* html #subnav li a { height: 1%; }
/* End */