@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: 4px 2px;
        margin: 0;
        border-left: 1px solid white;
        border-right: 1px solid white;
        height: 17px;
        display: block;
        font-weight: bold;
        width: 90px;
        text-align: center;
        font-family: 'Open Sans', sans-serif !important;
	}

    ul.centerMenuUL li:nth-child(2) a, ul.centerMenuUL li:nth-last-child(2) a
    {
        border: none;
    }

    ul.centerMenuUL a:hover {
        text-decoration: none;
        background: #e7cc8c;
    }

	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: 5px;
        margin: 0;
        border: 0;
        height: 16px;
        text-align: left;
        width: auto;
	}

	*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;
	}
	
	