
.big-menu > li {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	}

	

	
/* Arrows */
.with-left-arrow,
.with-right-arrow,
.tabs > li > a {
	position: relative;
	}
	.with-left-arrow:after,
	.with-right-arrow:after,
	.tabs > li > a:after {
		display: block;
		content: '';
		width: 15px;
		height: 20px;
		position: absolute;
		top: 50%;
		margin: -11px 0 0 0;
		padding: 0;
		border: 0;
		}
		/* IE7 */
		.with-arrow-after {
			display: block;
			width: 15px !important;
			height: 20px !important;
			position: absolute !important;
			top: 50%;
			margin: -11px 0 0 0 !important;
			padding: 0 !important;
			border: 0 !important;
		}
		.with-left-arrow:after {
			left: 7px;
			/*background: url(../image/standard/sprites.png) no-repeat -209px 0;*/
			}
			/* IE7 */
			.with-left-arrow > .with-arrow-after {
				left: 7px;
				/*background: url(../image/standard/sprites.png) no-repeat -209px 0;*/
			}
		.with-right-arrow:after,
		.tabs > li > a:after {
			right: 7px;
			/*background: url(../image/standard/sprites.png) no-repeat -224px 0;*/
			}
			/* IE7 */
			.with-right-arrow > .with-arrow-after,
			.tabs > li > a > .with-arrow-after {
				right: 7px;
				/*background: url(../image/standard/sprites.png) no-repeat -224px 0;*/
			}

		/* Variations */
		.with-left-arrow.grey-arrow:after	{ background-position: -209px -20px; }
		.with-left-arrow.black-arrow:after	{ background-position: -209px -40px; }
		.with-right-arrow.grey-arrow:after,
		.tabs > li > a:after				{ background-position: -224px -20px; }
		.with-right-arrow.black-arrow:after	{ background-position: -224px -40px; }
			/* IE7 */
			.with-left-arrow.grey-arrow > .with-arrow-after		{ background-position: -209px -20px; }
			.with-left-arrow.black-arrow > .with-arrow-after	{ background-position: -209px -40px; }
			.with-right-arrow.grey-arrow > .with-arrow-after,
			.tabs > li > a > .with-arrow-after					{ background-position: -224px -20px; }
			.with-right-arrow.black-arrow > .with-arrow-after	{ background-position: -224px -40px; }

		/* Arrow up */
		.arrow-up:after	{
			background-position: -239px 0;
			width: 20px;
			height: 15px;
			margin: -8px -2px 0 -2px;
			}
			.arrow-up.grey-arrow:after	{ background-position: -239px -15px; }
			.arrow-up.black-arrow:after	{ background-position: -239px -30px; }
			/* IE7 */
			.arrow-up > .with-arrow-after	{
				background-position: -239px 0;
				width: 20px !important;
				height: 15px !important;
				margin: -8px -2px 0 -2px !important;
				}
				.arrow-up.grey-arrow > .with-arrow-after	{ background-position: -239px -15px; }
				.arrow-up.black-arrow > .with-arrow-after	{ background-position: -239px -30px; }

		/* Arrow down */
		.arrow-down:after	{
			background-position: -259px 0;
			width: 20px;
			height: 15px;
			margin: -8px -2px 0 -2px;
			}
			.arrow-down.grey-arrow:after	{ background-position: -259px -15px; }
			.arrow-down.black-arrow:after	{ background-position: -259px -30px; }
			/* IE7 */
			.arrow-down > .with-arrow-after	{
				background-position: -259px 0;
				width: 20px !important;
				height: 15px !important;
				margin: -8px -2px 0 -2px !important;
				}
				.arrow-down.grey-arrow > .with-arrow-after	{ background-position: -259px -15px; }
				.arrow-down.black-arrow > .with-arrow-after	{ background-position: -259px -30px; }



/* Count */
.list-count {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	padding: 1px 6px;
	margin: -9px 0;
	min-width: 11px;
	text-align: center;
	background: url(../image/old-browsers/grey20.png);
	background: rgba(128, 128, 128, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	}
	.with-right-arrow > .list-count, .with-right-arrow > a > .list-count, .with-right-arrow > span > .list-count,
	.tabs > li > .list-count, .tabs > li > a > .list-count, .tabs > li > span > .list-count {
		right: 30px;
	}
	.no-boxshadow .list-count {
		padding: 0 6px;
		border: 1px solid white;
	}





/* Big green menu */
.big-menu {
	margin: 0;
	min-height: 0;
	list-style-type: none;
	}
	.big-menu > li,
	li.big-menu {
		padding: 16px 15px;
		position: relative;
		text-transform:uppercase;
		}
		.big-menu > li.with-right-arrow,
		li.big-menu.with-right-arrow {

		}
		.big-menu > li > span,
		li.big-menu > span,
		.big-menu > li > a,
		li.big-menu > a {
			display: block;
			margin: -16px -15px;
			padding: 16px 15px;
			color: inherit;
			//color:expression(this.parentNode.currentStyle['color']);
			position: relative;
			font-family: 'Open Sans Condensed',Verdana, Arial, Helvetica, sans-serif;
			
			
			}
			/* IE7, your mysteries will always amaze me... */
			.ie7 li.big-menu > span,
			.ie7 li.big-menu > a {
				zoom: 1;
			}
			.big-menu > li.with-right-arrow > span,
			li.big-menu.with-right-arrow > span,
			.big-menu > li.with-right-arrow > a,
			li.big-menu.with-right-arrow > a {
				margin-right: -32px;
				padding-right: 32px;
			}
		.big-menu > li > span,
		li.big-menu > span,
		.big-menu > li > a,
		li.big-menu > a {
			cursor: pointer;
			border-left: 0px solid #404040;
			border-left: 0px solid rgba(0, 0, 0, 0.5);
			padding-right: 20px; /* Menu padding + hovered border width */
			-webkit-transition: border-left-width 50ms, padding-right 50ms;
			-moz-transition: border-left-width 50ms, padding-right 50ms;
			-ms-transition: border-left-width 50ms, padding-right 50ms;
			-o-transition: border-left-width 50ms, padding-right 50ms;
			transition: border-left-width 50ms, padding-right 50ms;
			}
			.no-touch .big-menu > li > span:hover,
			.no-touch li.big-menu > span:hover,
			.no-touch .big-menu > li > a:hover,
			.no-touch li.big-menu > a:hover,
			.no-touch .big-menu > li > .current,
			.no-touch li.big-menu > .current {
				border-left-width: 4px;
				padding-right: 12px;
				}
				.no-touch .big-menu > li.with-right-arrow > span:hover,
				.no-touch li.big-menu.with-right-arrow > span:hover,
				.no-touch .big-menu > li.with-right-arrow > a:hover,
				.no-touch li.big-menu.with-right-arrow > a:hover,
				.no-touch .big-menu > li.with-right-arrow > .current,
				.no-touch li.big-menu.with-right-arrow > .current {
					padding-right: 28px;
				}
				.no-touch .big-menu > li > .current:before,
				.no-touch li.big-menu > .current:before {
					display: block;
					content: '';
					width: 0;
					height: 0;
					overflow: hidden;
					position: absolute;
					left: 0;
					top: 50%;
					margin-top: -5px;
					border: 5px solid transparent;
					border-left-color: #404040;
				}

/* Navigable menus classes */
.navigable {
	overflow: hidden;
	position: relative;
	padding: 0;
	}
	.navigable > .load {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 10%;
		padding: 0;
		margin: 0;
		cursor: wait;
		background: black url(../image/standard/loaders/loading16_anthracite.gif) no-repeat center 4px;
	}
	.navigable ul.fixed {
		position: absolute;
		left: 0;
		width: 100%;
		}
		.navigable ul ul {
			position: absolute;
			left: 100%;
			top: 0;
			width: 100%;
			display: none;
		}
	.navigable-ajax,
	.navigable-ajax-loaded {
		cursor: pointer;
	}

/* Back element */
.back {
	position: relative;
	padding: 16px 15px 16px 15px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	background: #d1d1d1;
	text-transform:uppercase;
	}
	.back > .back-arrow {
		display: block;
		width: 11px;
		height: 9px;
		position: absolute;
		top: 50%;
		margin-top: -5px;
		left: 11px;
		/*background: url(../image/standard/sprites.png) no-repeat -187px 0px;*/
	}

.big-menu {
	background: #EBEBEB;
	border-top: 1px solid #184D7F;
    border-bottom: 1px solid #184D7F;
}


.back {
	/*background: #3c4044 url(../image/textures/grid.png) !important;
	background: url(../image/textures/grid.png), -webkit-gradient(linear, left top, left bottom, from(#6d7073), to(#3c4044)) !important;
	background: url(../image/textures/grid.png), -webkit-linear-gradient(top, #6d7073, #3c4044) !important;
	background: url(../image/textures/grid.png), -moz-linear-gradient(top, #6d7073, #3c4044) !important;
	background: url(../image/textures/grid.png), -ms-linear-gradient(top, #6d7073, #3c4044) !important;
	background: url(../image/textures/grid.png), -o-linear-gradient(top, #6d7073, #3c4044) !important;
	background: url(../image/textures/grid.png), linear-gradient(top, #6d7073, #3c4044) !important;
	color: #afafaf;*/
	}
	
