
	.top_nav{
		overflow: hidden;
	}
	
	.top_nav a{
		border-right: 1px solid #B0A86E;
		line-height: 20px;
		padding: 4px 5px 4px 5px;
		text-decoration: none;
		font-size: 14px;
		
		color: #333333;
	}
	
	.top_nav a:hover{
		background: #B0A86E;
	}
	
	.cmb-title {
        margin: 7px;
        height: 57px;
        text-indent: -9999px;
        background: url(../img/title.png) no-repeat left top;
	}
	.cmb-logo {
        width: 65px;
        height: 72px;
        margin-left: 5px;
        text-indent: -9999px;
        background: url(../img/logo.png) no-repeat 50% 50%;
	}
