.cf_menu
{	visibility: hidden;

	margin: 0;
	padding: 0;
	height: 16px;
	z-index:100;
	float:right;
	}

	.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:16px;
		padding-right:16px;
		margin-left:1px;
		/*
		padding-top: 2px;
		padding-top: 2px;
		*/
		/*width: 80px;*/
		font:normal 12px Arial;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		color: #fff;
		background-color:#00467f;
		line-height:34px;
		}

 .cf_menu li a#buttonnohover{
 	/*background-color:#033054;*/
 	
}

	.cf_menu li a:hover, .cf_menu li a#buttonhover
	{	background-color: #033054;color:#fff;}

		.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
			{	
				position:relative;
				left:1px;
				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: #fff;
				background-color: #063458;
				border-width: 0;
				border-right:0;
				border-left:0;
				border-bottom:solid 1px #000;
				line-height:18px;}
				
				.cf_menu ul li a:hover
			{	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: #fff;
				background-color: #072135;
				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)*/}




