.menu_top>ul
{
	width:auto;
	float:right;
	text-align:left;
	margin:0;
	padding:0;
	height:30px;
	padding-top:10px;
	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.menu_top>ul>li
{
	float:left;
	list-style:none;
	padding-left:30px;
	padding-right:30px;
	box-sizing:border-box;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#ab8c73;
	cursor:pointer;
	font-size:13px;
	font-family:'Azo Sans';	
	text-transform:uppercase;
	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.menu_top>ul>li:first-child
{
	border-left:none;
}

.menu_top>ul>li:first-child
{
	border-left:none;
}

.menu_top>ul>li:hover
{
	color:#856850;
	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.menu_top>ul>li>ul
{
	display:none;
	visibility:hidden;
	position:absolute;
	width:300px;
	margin:0;
	padding:0;
	padding:15px;
	
	background-color:rgb(31,31,31);
	box-sizing:border-box;
	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.menu_top>ul>li>ul>li
{
	width:100%;
	float:left;
	list-style:none;
	color:#CDCDCD;
	font-size:11px;
	text-transform:uppercase;
	font-family:'Azo Sans', sans-serif;	
	
	text-align:left;
	border-bottom:solid 1px rgb(21,21,21,0.8);
	cursor:pointer;
	padding:6px;
	box-sizing:border-box;
}

.menu_top>ul>li>ul>li:hover
{
	color:#FFFFFF;

	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.menu_top>ul>li:hover ul
{
	display:table;
	visibility:visible;
	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.menu
{	
	display:none;
	width:300px;
	position:absolute;	
	height:100px;
	z-index:9999999999999999;
	right:3px;
	margin-top:-13px;
	background-image:url(../images/bgwhite.png);
	box-sizing:border-box;
	padding:10px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	border:solid 2px #CCCCCC;
	
	box-shadow:5px 5px 5px #6B6B6B;
   -webkit-box-shadow:5px 5px 5px #6B6B6B;
}

.menu>li
{
	width:100%;
	float:left;
	list-style:none;
	text-align:left;
	padding-left:10px;
	box-sizing:border-box;
	height:25px;
	display:table;
	padding-bottom:5px;
	border-bottom:solid 1px #EBEBEB;
	color:#969696;
	font-size:13px;
}

.menu>li:hover
{
	font-size:20px;	
	color:#5ba3c5;
}

@media screen and (max-width:900px) 
{
	.menu_mobile_close
	{
		position:fixed !important;
		top:90px;
		left:5px;
		font-size:16px !important;
		
		width:40px;
		height:40px;
		border-radius:40px;
		
		text-align:center;
		line-height:40px;
		color:rgb(255,255,255);
		background-color:rgb(98,77,60);
		
		cursor:pointer;
		z-index:99999999999999999999999999999999999 !important;
		display:none;	
	}
	
	.menu_top
	{
		width:100% !important;
		min-width:100% !important;
		max-width:100% !important;
		
		margin:0px !important;
		margin-right:0px !important;
		padding:0px !important;
		
		display:none;
		/*position:absolute !important;*/
		top:100px;
		left:0px !important;
		border-top:solid 2px #AB8C73;
		background-color:rgb(200,180,164) !important;
		position:fixed !important;
		overflow:auto !important;
		min-height:100% !important;
		
		padding-bottom:200px !important;
	}
	
	.menu_top>ul
	{
		width:100% !important;
		min-width:100% !important;
		max-width:100% !important;
		
		float:left !important;
		
		margin:0px !important;
		margin-right:0px !important;
		padding:0px !important;
		
		background-color:rgb(200,180,164) !important;
		display:table !important;
	}
	
	.menu_top>ul>li
	{
		width: 100% !important;
		min-width:100% !important;
		padding:0px !important;
		float:left !important;
		display:table !important;
		
		height:65px !important;
		line-height:65px !important;
		border-bottom: dotted 1px #AB8C73; 
		color: rgb(106,83,64);
		font-size:15px !important;
	}
	
	.menu_top>ul>li>ul>li:hover
	{
		color:#5E4939;
		padding-left:30px;
		
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		
		-webkit-transform: scale(1.01);
		-moz-transform: scale(1.01);
		transform: scale(1.01);
	}
	
	.menu_top>ul>li>ul
	{
		position:relative !important;
		visibility:visible !important;
		margin-left:0px !important;
		margin-right:0px !important;
		margin-top:0px !important;
		
		width:100% !important;
		max-width:100% !important;
		min-width:100% !important;
		
		background-color:rgb(171,140,115);
		float:left !important;
		
		display:table !important;
		padding-left:0;
		padding-right:0px;
	}
	
	.menu_top>ul>li>ul>li
	{
		width:100% !important;
		float:left !important;
		display:table;
		
		height:55px;
		line-height:55px;
		font-size:15px;
	}
}