@media (max-width: 767px)
{
	#hor_nav SELECT
	{
		display: inline-block;
		width: 100%;
		height: 45px;
		border: 0px;
		margin-bottom: 0px;
		font-weight: bold;
		text-transform: uppercase;
		position: relative;
		background: url(../images/menu_img/rs_arrow.png) right center;
		background-repeat: no-repeat !important;
	}
	#plusl, #slide_panel_button
	{
		float: right;
	}
}
