@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-size: 14px;
	position: relative;
	text-align: left;
}
#cssmenu {
	width: 280px;
	/* [disabled]border-bottom: 4px solid #656659; */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
	/* [disabled]background: #66665e; */
	/* [disabled]background: -moz-linear-gradient(#66665e 0%, #45463d 100%); */
	/* [disabled]background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d)); */
	/* [disabled]background: -webkit-linear-gradient(#66665e 0%, #45463d 100%); */
	/* [disabled]background: linear-gradient(#66665e 0%, #45463d 100%); */
	/* [disabled]-webkit-border-radius: 3px 3px 0 0; */
	/* [disabled]-moz-border-radius: 3px 3px 0 0; */
	/* [disabled]border-radius: 3px 3px 0 0; */
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: rgba(191,30,46,1);
}
#cssmenu > ul > li:first-child > a {
	padding: 15px 10px;
	/* [disabled]background: url(images/pattern.png) top left repeat; */
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	/* [disabled]font-family: "museo-sans",sans-serif; */
	/* [disabled]font-style: normal; */
	text-align: center;
	/* [disabled]font-size: 18px; */
	/* [disabled]font-weight: 900; */
	/* [disabled]text-shadow: 0 -1px 1px #000000; */
	border-top-width: 5px;
	border-top-style: dotted;
	border-top-color: rgba(191,30,46,1);
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
	/* [disabled]background: #66665e; */
	/* [disabled]background: -moz-linear-gradient(#66665e 0%, #45463d 100%); */
	/* [disabled]background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d)); */
	/* [disabled]background: -webkit-linear-gradient(#66665e 0%, #45463d 100%); */
	/* [disabled]background: linear-gradient(#66665e 0%, #45463d 100%); */
}
#cssmenu > ul > li {
	/* [disabled]background: #e94f31; */
	/* [disabled]background: -moz-linear-gradient(#e94f31 0%, #d13516 100%); */
	/* [disabled]background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516)); */
	/* [disabled]background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%); */
	/* [disabled]background: linear-gradient(#e94f31 0%, #d13516 100%); */
	/* [disabled]background-color: rgba(204,204,204,.2); */
	color: rgba(51,51,51,.9);
	cursor: pointer;
}
#cssmenu > ul > li:hover {
	background-color: rgba(51,51,51,.1);
}
body.sports #sports, body.planning #planning, body.institutional #institutional, body.retail #retail {
	background-color: rgba(191,30,46,1);
	color: rgba(255,255,255,1);
}
#cssmenu > ul > li > a {
	font-size: 16px;
	font-family: "museo-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	display: block;
	/* [disabled]background: url(images/pattern.png) top left repeat; */
	color: rgba(51,51,51,.9);
	/* [disabled]text-shadow: 0 -1px 1px #751d0c; */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(191,30,46,1);
	text-transform: uppercase;
}
#cssmenu > ul > li > a > span {
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#cssmenu > ul > li > a:hover {
	text-decoration: none;
	/* [disabled]color: rgba(51,51,51,1); */
	/* [disabled]background-color: rgba(51,51,51,.1); */
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
	/* [disabled]background: url(images/icon_plus.png) 96% center no-repeat; */
}
#cssmenu > ul > li.has-sub.active > a span {
	/* [disabled]background: url(images/icon_minus.png) 96% center no-repeat; */
}
/* Sub menu */
#cssmenu ul ul {
	display: none;
	background: #fff;
	/* [disabled]border-right: 1px solid #a2a194; */
	/* [disabled]border-left: 1px solid #a2a194; */
}
#cssmenu ul ul li {
	padding: 0;
	/* [disabled]background: #f7f7f7; */
	/* [disabled]background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%); */
	/* [disabled]background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec)); */
	/* [disabled]background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%); */
	/* [disabled]background: linear-gradient(#f7f7f7 0%, #ececec 100%); */
	border-bottom-width: 1px;
	border-top-style: none;
	/* [disabled]border-bottom-style: dotted; */
	border-bottom-color: rgba(191,30,46,1);
}
#cssmenu ul ul li:first-child {
	padding-top: 5px;
}
#cssmenu ul ul li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(191,30,46,1);
	padding-bottom: 5px;
}
#cssmenu ul ul a {
	display: block;
	color: rgba(51,51,51,.9);
	font-size: 12px;
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 100;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
}
#cssmenu ul ul a:before {
	/* [disabled]content: "»"; */
	position: absolute;
	left: 10px;
	color: rgba(191,30,46,1);
}
#cssmenu ul ul a:hover {
	color: rgba(191,30,46,1);
}
span.holder {
	background-color: rgba(102,102,102,1);
	margin: 0px;
	padding: 0px;
	height: 0px;
}
