
a {
	text-decoration: none;
}
ul, ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menuList {
	width: auto;
	height: auto;

}
.menuList > li > a {
	background-image:url('../images/arrow.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	border-top:1px solid #0071ae;
	text-transform:uppercase;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 1em;
	display: block;
	position: relative;
    font-family: 'futura_md_btmedium';

margin-bottom:10px;
	color: #0071ae;
	
}
@media only screen and (max-width: 720px) {
.menuList > li > a {font-size:10px;line-height:15px; height:30px; padding-right:50px;}

}
.menuList ul li a {
	background: #0071ae;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
    font-family: 'futura_md_btmedium';
	font-size: 0.923em;

	color: #878d95;
}
.menuList ul li:last-child a {
	border-bottom: 1px solid #33373d;
}
.menuList > li > a:hover, .menuList > li > a.active {
	background-color: #def3ff	;
	


}
.menuList > li > a.active {
	border-bottom: 1px solid #a7ddfb;
}
.menuList > li > a:before {
	content: '';
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	right: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}

.menuList > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #48515c;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	font-weight: 500;
}
.menuList > li > a:hover span, .menuList > li a.active span {
	background: #2173a1;
}
.menuList > li > ul li a:before{
	content: '▶';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.menuList > li > ul li:hover a,
.menuList > li > ul li:hover a span,
.menuList > li > ul li:hover a:before {
	color: #32373D;
}


.menuList ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

