#desktop-nav a.selected{
	background:#b50f14 url(https://turbifycdn.com/ty/cdn/chucker54/selected-anchor-bg.png) left top repeat-x;
}

.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fcfcfb;

	margin: 0 0 0 0;
	padding: 0 5px 5px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background:#323232;
/*border: 1px solid black;
border-bottom-width: 0;*/
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
/*box-shadow: 3px 3px 8px #818181; shadow for CSS3 capable browsers.*/
/*-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;*/
}

.flexdropdownmenu li{
	position: relative;
	background:#51514e;
}

.flexdropdownmenu li.orange-link {background:#e5762a;}
.flexdropdownmenu li.bottom-links {background:none; padding:10px 0}

.flexdropdownmenu li a{
	width: 202px; /*width of menu (not including side paddings)*/
	display:block;
	padding:7px 17px;
	line-height:13px;
	color:#fcfcfb;
	text-decoration: none;
}
.flexdropdownmenu li.parentmenu a{
	background:url(https://turbifycdn.com/ty/cdn/chucker54/grey-corner-7px.png) 96% no-repeat;
}

.flexdropdownmenu li.orange-link a {}
.flexdropdownmenu li.green-link a {color:#20d317}
.flexdropdownmenu li.bottom-links a {background:none}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 160px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
	color:#323232;
}

.flexdropdownmenu li.bottom-links a:hover {background:#fff none}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.flexdropdownmenu ul.three-cols {width:876px; padding-left:0px;}
	.flexdropdownmenu ul.three-cols li {float:left; width:292px; background:#fcfcfb;}
		.flexdropdownmenu ul.three-cols li.column {height:439px;}
		 
		.flexdropdownmenu ul.three-cols li a {color:#656565; border-bottom:1px solid #e2e2e2; margin:0 28px; padding:8px 0; width:236px; background:none}
			.flexdropdownmenu ul.three-cols li a.last-link {border-bottom:0}
			.flexdropdownmenu ul.three-cols li a:hover {color:#3273d0}
		
	.flexdropdownmenu ul.three-cols li.submenu-heading {width:100%; float:none; clear:both; height:40px; background:#e6e7e6}
		.flexdropdownmenu ul.three-cols li.submenu-heading .submenu-name {float:left; font-size:15px; text-transform:uppercase; color:#323232; line-height:40px; padding-left:28px;}
		.flexdropdownmenu ul.three-cols li.submenu-heading .view-all-btn {float:right; margin:6px 4px 0 0; width:110px}
		 	.flexdropdownmenu ul.three-cols li.submenu-heading .view-all-btn a {width:56px; height:28px; background:#3273d0; color:#fff; text-decoration:none; text-align:left; line-height:28px; padding:0 37px 0 17px; margin:0; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px}

@media screen and (max-width: 1150px) {
	
	.flexdropdownmenu ul.three-cols {width:801px;}
		.flexdropdownmenu ul.three-cols li {width:267px;}
			.flexdropdownmenu ul.three-cols li a {margin:0 23px; width:221px;}
	
}