.cf_menu
{	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 47px;
	/*margin-bottom:8px;*/
	}

	.cf_menu li
	{	
		/*width:159px;*/
		width:138px;
		display: inline;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		/*border-left:solid 1px #4b4b4b;
		border-right:solid 1px #000;
		*/
		/*border:solid 1px #489f09;*/
		
		}
	
	.cf_menu li a, .cf_menu li a#buttonnohover
	{	display: block;
		/*width:140px;*/
		margin: 0 0 0 0;
		padding-left:10px;
		padding-right:10px;
		/*padding-top:3px;
		padding-bottom:3px;
		*/
		font:normal 13px Verdana;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		color: #fff;
		line-height:47px;
		/*background:url(images/menu_bg.jpg) no-repeat top left;*/
		}

	.cf_menu li a:hover, .cf_menu li a#buttonhover
	{	
		/*background:url(images/menu_bg_hover.jpg) no-repeat top left;*/
		z-index:100;
		/*width:140px;*/
		/*background-color: #4b4b4b*/
		}

		.cf_menu ul
		{	position: absolute;
			/*width:151px;*/
			visibility: hidden;
			margin: 0 0 0 0;
			padding: 0;
			border: 1px solid #333;
			line-height:30px;
			z-index:100;
			}

			.cf_menu ul li
			{	float: none;
				border-right:0;
				border-left:0;
				line-height:30px;
				}

			.cf_menu ul li a
			{	display: block;
				/*width: 140px;*/
				/*width:100%;*/
				margin: 0px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				color: #000;
				background-color: #ccc;
				border-width: 0;
				border-right:0;
				border-left:0;
				font:normal 12px Arial;
				border-bottom:solid 1px #000;
				line-height:30px;}
				
				.cf_menu ul li a:hover{
					color:#fff;
					background-color:#d30300;
				}

.cf_menu .hsub
{	
	line-height:47px;
	/*background: #5970B2 no-repeat right url(arroww.gif)*/}

	.cf_menu ul li .hsub
	{	
		line-height:47px; /*background: #ECEFE4 no-repeat right url(arrow.gif)*/}

.cf_menu .hsub:hover
{ line-height:47px;/*	background: #ABC9DE no-repeat right url(arrow.gif)*/}

	.cf_menu ul li .hsub:hover
	{ line-height:47px; /*	background: #ABC9DE no-repeat right url(arrow.gif)*/
		
	}

.cf_menu li a#btActive{
	height:47px;
	color:#fff;
	text-decoration:none;
	background:url(images/menu_bg_hover.jpg) no-repeat top left;
}



