<!--
#menu {
	width: 1024px;
	height: 41px;
	margin: 0;
	background: #2E2E2E url('images/b1.gif'); 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
}
#menu ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 16px 0 16px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url('images/b2.gif');
	color: #F78E2E;
}
#lmenu {
	width: 1024px;
	height: 82px;
	margin: 0;
	background: #2E2E2E url('images/b1.gif'); 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
}
#lmenu ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
}
#lmenu li {
	display: inline;
}
#lmenu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 16px 0 16px;
	text-decoration: none;
	color: #CCCCCC;
}

#lmenu a:hover, #lmenu .active a {
	background: url('images/b2.gif');
	color: #F78E2E;
}
-->
