@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

#menu, #menu ul ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#menu {
	width:100%;
	max-width:300px;
	margin:0 auto;
	position:relative;
	padding:0px;
	z-index:1000;
	font-family: 'Roboto', sans-serif;
	display:block;
	right:0;		
}
#menu:before,  #menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom: 1;	
}
#menu li {
	display:inline-block;
	position: relative;
	background:url(../images/menu-divider.gif) no-repeat left center;
}
#menu li:first-child
{
	background:none;
}

#menu a {
	font-size:13px;
	color: #747474;
	padding: 16px 17px;
	text-decoration: none;
	text-transform:uppercase;
	display:inline-block;
	text-align:right;
}
#menu li:hover > a {
	color:#4e99f0;
}
#menu li a.selected {
	color:#4e99f0;
}

*html #menu li a:hover { /* IE6 only */
	color:#4e99f0;
}
#menu ul ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 1;
	background: #0041a0;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius:0px;
	border-bottom:solid 0px #ccc;
	border-left:solid 0px #ccc;
	border-right:solid 0px #ccc;	
	padding:0;
	
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu ul ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
}
#menu ul ul li a 
{
	border-left:0;
}

#menu ul ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul ul a {
	padding: 6px 20px 6px 15px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font-size:13px;
	color:#fff;
}
#menu ul ul a:hover {
	background-color:#cc9900;
	color:#fff;	
}
#menu ul ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 5px;
	top: -22px;
	
}
#menu ul ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #b3b3b3;
}
#menu ul ul li:first-child a:hover:after {
	border-bottom-color: #b3b3b3;
}
#menu ul ul ul li:first-child a:hover:after {
	border-right-color: #0299d3;
	border-bottom-color: transparent;
}
#menu ul ul li:last-child > a {
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
/* Mobile */
#menu-trigger {
	display: block;
}

/* nav-wrap */
#menu-wrap {
	position: relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#menu-wrap * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* menu icon */
#menu-trigger {
	background:url(../images/menu-trig-bg.png) no-repeat center center;
	position:absolute;
	display: block; /* show menu icon */
	width:42px;
	height: 32px;
	cursor: pointer;
	text-indent:-9999px;
	border-radius:4px;
	top:-54px;
	right:0;
	z-index:1001;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu-trigger:hover{background:url(../images/menu-trig-bg.png) no-repeat center center;}
/* main nav */
#menu {
	margin: 0;
	padding: 0 10px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1002;
	background-color: #fff;
	display: none;
	border:1px solid #e6e6e6;	
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	border-radius:3px;
}
#menu:after {
	content: '';
	position: absolute;
	right: 12px;
	top: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
#menu ul ul {
	position: static;
	visibility: visible;
	opacity: 1;
	margin:0px !important;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:0 !important;
	border:none;	
}
#menu ul ul ul {
	margin: 0 0 0 20px !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu li {
	background-image:none;
	position: static;
	display: block;
	float: none;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom:1px solid #e6e6e6;
}
#menu li:last-child {border-bottom:none;}
#menu ul ul li {
	margin-left: 10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu a {
	display: block;
	padding: 0;
	color: #747474;
	font-size: 13px;
	padding:10px 10px;	
}

#menu li:hover > a {
	color:#4e99f0;
}
#menu ul ul a {
	padding: 0;
	width: auto;
}
#menu ul ul a:hover {
	background: none !important;
}
#menu ul ul li:first-child a:after,  #menu ul ul ul li:first-child a:after {
	border: 0;
}
#menu li:hover > a {
	background-color:#fff !important;
}

/* iPad */
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}
#menu li:hover > .no-transition {
	display: block;
}
@media only screen and (min-width : 320px) and (max-width : 1200px){
#menu-trigger {right:20px;}
#menu:after {right: 32px;}
}