@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/


#access .menu {
	list-style: none;
	font-weight: normal;
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
}
#access .menu ul {
	margin: 0;
	list-style-type: none;
	letter-spacing: normal;
	position: relative;
	text-align: center;
	z-index: 1001;
	height: 50px;
	margin: 0 -9px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	background-color: #666666;
	background-image: url(images/menu-bg.png);
	background-repeat: repeat-x;
}
#access .menu ul li {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	z-index: 101;
	padding-top: 8px;
	background: none;
	height: 34px;
}
#access .menu ul li a {
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	color: #f3f3f3;
	-webkit-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
}
#access .menu ul li a:hover, #access .menu ul li.active a, #access .menu ul li a.selected {
	color: #6CF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #031835;
}
#access .menu ul li ul {
	position: absolute;
	left: 0;
	height: auto;
	display: none;
	visibility: hidden;
	width: 130px;
	padding: 0;
	text-align: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}
#access .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	height: auto;
	border-bottom: 1px solid #333;
}
#access .menu ul li ul li ul {
	top: 0;
}
#access .menu ul li ul li a {
	margin: 0;
	border: none;
	display: block;
	padding: 10px 10px;
	font-size: 12px;
	color: #f3f3f3;
	background-color: #3c3c3c;
}
#access .menu ul li ul li a:hover, #access .menu ul li ul li.active a, #access .menu ul li ul li a.selected {
	background-color: #333;
	color: #f3f3f3;
}
#access .menu ul li ul li:last-child {
	border: none;
}
* html #access .menu {
	height: 1%;
}
.selectnav {
	display: none;
	width: 100%;
	margin: 0 auto;
	background: #1f2d3a;
	padding: 10px 0;
	color: #eee;
	font-size: 18px;
	text-align: center;
	
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	z-index: 9999999;
	position: relative;
	cursor: pointer;
}
/*                                    Header end
==================================================

