@charset "utf-8";
/* CSS Document */

	ul.centerMenuUL
	{
		display:inline;
		height:25px;
		padding:0;
		margin:0;
		border:0;
	}
	
	ul.centerMenuUL li
	{
		display:inline;
	    list-style: none;
		list-style-type:none;
		padding:0;
		margin:0;
		border:0;
		background-image: none;
	    position: relative;
		float:left;
	}

	ul.centerMenuUL a
	{
		padding:0;
		margin:0;
		border:0;
	}

	ul.centerMenuUL ul
	{
		display:none;
		position: absolute;
		/*width:94px;*/
		width:150px;
		top:25px;
		z-index:5000000;
		left:-1px;
		padding:0;
		margin:0;
		border:1px solid #e7cc8c;		
	}
	
	ul.centerMenuUL ul a
	{
		padding:0;
		margin:0;
		border:0;
		height:25px;
	}

	*html ul.centerMenuUL ul li
	{
		display:inline;
	}
	
	ul.centerMenuUL ul li
	{
		float:none;
		display:block;
		list-style-type:none;
		list-style:none;
		padding:0;
		margin:0;
		height:25px;		
	}
	
	ul.centerMenuUL li ul li.centerMenuWhiteBorderLI
	{
		border-bottom: 1px solid #FFFFFF;
	}	

	ul.centerMenuUL li ul li.centerMenuLastItemLI
	{
		border:0;	
	}
	
	ul.centerMenuUL li:hover ul
	{
		display:block;
	}
	

	
	.centerMenuImg
	{
		border:0px;
		margin:0;
		padding:0;
		border-right:solid 1px #FFFFFF;
	}
	
	.centerMenuBorderImg
	{
		display:inline;
		margin:0;
		padding:0;
		border:0;
	}
	
	