﻿
.r320wrap {
	display: none;
	width: 100%;
	/*margin: 2%;
	z-index: 9999;
	position: absolute;
	top: 125px;
	left: 0;*/
	background: #222;
}
    .r320wrap ul
    {
        list-style:none;
    }

	.r320wrap a {
		display: block;
		color: #fff;
		padding: 14px;
		border-bottom: #3a3a3a 1px solid;
		border-left: #3a3a3a 1px solid;
		font-family: Arial;
		font-size: 14px;
		text-decoration: none;
		background: #2c2c2c;
	}

	.r320wrap ul li ul {
		margin-left: 20px;
	}

.r320active {
	background: #111;
	font-weight: bold;
}

#toggleMenu {
	display: none;
	background: #2c2c2c;
	border-radius: 3px;
	
	padding: 15px;
	cursor:pointer;
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
    position:absolute;
    top:27px;
    right:5px;
}
.div_search {
    display:none;
	background: #2c2c2c;
	border-radius: 3px;	
	padding: 13px;
	cursor:pointer;
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
    position:absolute;
    top:27px;
    right:95px;
}
.r320item {
	position: relative;
}

.r320exp {
	width: 20px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #222 !important;
	font-weight: normal !important;
	text-align: center;
}



@media screen and (max-width:800px) {

	.r320wrap {
		display: block;
	}

}
