@media screen and (max-width: 650px) {
.menu {
	background:url(images/nav-bg.jpg) left 5px repeat-x;
	/*clear: both;*/
	float:right;
	margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	behavior: url(pie/PIE.htc);
}
.menu ul.children{
	display:none;
}
.main-nav {
	float:right;
	margin:12px 0 0 0;
}

.menu, 
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 .5em;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}
.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after, 
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu, 
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover, 
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
    margin-top: -1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	color: #5f5f61;
	text-transform:uppercase;
	cursor: pointer;
	display: block;
	font-weight: 700;
	margin: 0;
	padding: 0 0 0 0.5em;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	height:55px;
	line-height:55px;
	*float:left;
}
.menu a span{
    font-family: 'helvetica-condensedboldRg';
	font-size: 16px;
	font-weight:normal;
	letter-spacing:-.1px;
	height: 55px;
	line-height: 55px;
	float:right;
	padding: 0 0.9em 0 .5em;
	*float:left;
}

.menu a:hover span, .menu .current_page_item a span{
	background:url(images/nav-hover-right.jpg) right top no-repeat;
	height: 55px;
	line-height: 55px;
}
.menu a:hover, .menu .current_page_item a {
	background:url(images/nav-hover-left.jpg) left top no-repeat;
	color: #fff;
}
.menu li li a, .menu li li a span, .menu li li a:hover, .menu li li a:hover span{
	line-height:20px;
	height:20px;
	background:none;
}
.menu .current_page_item li a:hover span, .menu .current_page_item li a span, .menu li li.current_page_item span{
	line-height:20px;
	height:20px;
	background:none;
	color:#5F5F61;
}
.menu li li a:hover span, .menu .current_page_item li a:hover span{
	color:#437db5;
}
.menu li li a span{
	float:left;
	text-transform:none;
	font-size:14px;
}
ul.menu > li:hover {

	color: #fff;
}

.menu .current_page_item a,
.menu .current-menu-item a {

}


.menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

.js .main-nav .menu {
	display: block;
}
}