@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);
.cssmenu, .cssmenu ul, .cssmenu ul li, .cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cssmenu {
	font:14px 'OpenSansRegular', Arial, sans-serif;
	color: #ffffff;
	border:#cecfcf solid 1px;
	background:#EEEEEE;
	padding:10px;
	box-sizing:border-box;
}
.cssmenu ul ul {
	display: none;
}
.cssmenu > ul > li.active > ul {
	display: block;
}
.align-right {
	float: right;
}
.cssmenu > ul > li > a.last {
	border-bottom:none;
}
.cssmenu > ul > li > a {
	padding: 16px 22px 16px 10px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	border-bottom:#D8D8D8 solid 1px;
	border-left:#D8D8D8 solid 1px;
	border-right:#D8D8D8 solid 1px;
	border-top:#D8D8D8 solid 1px;
	color: #014761;
	background: #ffffff;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
.cssmenu > ul > li > a:hover {
	color: #000;
}
.cssmenu ul > li.has-sub > a:after {
	position: absolute;
	right: 26px;
	top: 19px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #014761;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.cssmenu ul > li.has-sub > a:before {
	position: absolute;
	right: 22px;
	top: 23px;
	display: block;
	width: 10px;
	height: 2px;
	background: #014761;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.cssmenu ul > li.has-sub.open > a:after, .cssmenu ul > li.has-sub.open > a:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cssmenu ul ul li a {
	padding: 14px 22px;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-decoration: none;
	color: #dddddd;
	background: #033654;
	border-bottom:#bfc1c1 dashed 1px;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
.cssmenu ul ul ul li a {
	padding-left: 32px;
	background:#f6f6f6;
	color:#013650;
}
.cssmenu ul ul li a:hover {
	color: #ffffff;
	background:#197a9e;
}
.cssmenu ul ul > li.has-sub > a:after {
	top: 16px;
	right: 26px;
	background: #dddddd;
}
.cssmenu ul ul > li.has-sub > a:before {
	top: 20px;
	background: #dddddd;
}
