.cf_menu
{	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 20px;
	}
	.cf_menu li
	{	display: inline;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		border-left:solid 1px #282828;
		border-right:solid 1px #000;
		
		}
	
	.cf_menu li a, .cf_menu li a#buttonnohover
	{	display: block;
		margin: 0 0 0 0;
		padding-left:19px;
		padding-right:19px;
		/*
		padding-top: 2px;
		padding-top: 2px;
		*/
		/*width: 80px;*/
		font:normal 14px Arial;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		color: #eee;
		line-height:34px;
		}
	.cf_menu li a:hover, .cf_menu li a#buttonhover
	{	/*background-color: #4b4b4b*/ color:#d47d26;}
		.cf_menu ul
		{	position: absolute;
			visibility: hidden;
			margin: 0 0 0 0;
			padding: 0;
			border: 1px solid #333;
			line-height:18px;}
			.cf_menu ul li
			{	float: none;
				border-right:0;
				border-left:0;
				line-height:18px;
				}
			.cf_menu ul li a
			{	display: block;
				/*width: auto;*/
				/*width:100px;*/
				margin: 0px;
				padding: 5px 17px 5px 13px;
				font-weight: normal;
				font-size:12px;
				text-align: left;
				text-transform: none;
				color: #eee;
				background-color: #141414;
				border-width: 0;
				border-right:0;
				border-left:0;
				border-bottom:solid 1px #000;
				line-height:18px;}
.cf_menu .hsub
{	
	line-height:18px;
	/*background: #5970B2 no-repeat right url(arroww.gif)*/}
	.cf_menu ul li .hsub
	{	line-height:18px;/*background: #ECEFE4 no-repeat right url(arrow.gif)*/}
.cf_menu .hsub:hover
{ line-height:18px;/*	background: #ABC9DE no-repeat right url(arrow.gif)*/}
	.cf_menu ul li .hsub:hover
	{ line-height:18px; /*	background: #ABC9DE no-repeat right url(arrow.gif)*/}
