
#menu {
	width: 790px;
	min-height:30px;
  	height:auto !important;
  	height:30px;
	display: block;
	margin:0;
	padding:0;
	float: right;
}
#menu #primary-links {
	width: 790px;
  	min-height:30px;
  	height:auto !important;
  	height:30px;
	display: block;
	margin:0;
	padding:0;
	float: left;
}
#menu #primary-links ul {
	margin:0;
	padding:0;
}
#menu #primary-links ul li {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	width:110px;
	height:30px;
	text-align:center;
	background: url(../images/layout/primary-button.jpg) no-repeat bottom;
	border: none;
}
#menu #primary-links ul li.active {
	background: url(../images/layout/primary-button-active.jpg) no-repeat bottom;
}
#menu #primary-links ul li.active a, #menu #primary-links ul li.active a:visited {
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	padding: 10px 5px 0 5px;
	margin:0;
	display: block;
	width:100px;
	height:20px;
	border: none;
}
#menu #primary-links ul li.active a:hover {
	color: #cc6600;
	text-decoration: underline;
	font-weight: bold;
}
#menu #primary-links ul li a, #menu #primary-links ul li a:visited  {
	color: #000000;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	padding: 10px 5px 0 5px;
	margin:0;
	display: block;
	width:100px;
	height:20px;
	border: none;
}
#menu #primary-links ul li a:hover  {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#menu #secondary-links {
	width: 790px;
  	min-height:30px;
  	height:auto !important;
  	height:30px;
	display: block;
	margin:0;
	padding:0;
	float: left;
}
#menu #secondary-links ul {
	margin:0;
	padding: 0;
}
#menu #secondary-links ul li {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	width:110px;
	height:30px;
	text-align:center;
	background: url(../images/layout/secondary-button.jpg) no-repeat bottom;
	border: none;
}
#menu #secondary-links ul li.active {
	background: url(../images/layout/secondary-button-active.jpg) no-repeat bottom;
}
#menu #secondary-links ul li.active a, #menu #secondary-links ul li.active a:visited {
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	padding: 10px 5px 0 5px;
	margin:0;
	display: block;
	width:100px;
	height:20px;
	border: none;
}
#menu #secondary-links ul li.active a:hover {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
#menu #secondary-links ul li a, #menu #secondary-links ul li a:visited  {
	color: #000000;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	padding: 10px 5px 0 5px;
	margin:0;
	display: block;
	width:100px;
	height:20px;
	border: none;
}
#menu #secondary-links ul li a:hover  {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}