.tile {
	z-index: 200;
}
.m-tile  > ul > li > a {
	text-decoration: none;
	color: #FCDA02;
}

label > a {
	text-decoration: none;
	color: #FCDA02;
}

.m-tile  > ul > li > ul > li >a {
	text-decoration: none;
	color: #FCDA02;
}

.m-tile {
	font-family: 'News Cycle', Arial;
	font-weight: 100;
	font-size: 15px;
	margin-top: 10px;
	min-height: 100px;
	color: #FCDA02;
	position: relative;
	z-index: 201;
}
.m-tile:hover {
	z-index: 999;
}
.m-tile label {
	font-size: 18px;
        font-weight: 300;
	margin-left: 10px;
	margin-top: 4px;
	position: absolute;
	z-index: 204;
}
.m-tile img {
	bottom: 12px;
	position: absolute;
	right: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 204;
}
.m-tile > ul {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	position: absolute;
	bottom: 0;
	font-family: 'News Cycle', Arial;
	font-size: 14px;
    font-weight: 100;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	z-index: 202;
}
.m-tile > ul > li {
    border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	display: list-item;
	background: url("../images/img-bottom-border.png") no-repeat scroll 12px bottom rgba(0, 0, 0, 0);
	padding-bottom: 5px;
	padding-left: 17px;
	display: none;
	cursor: pointer;
	position: relative;
	z-index: 202;
}
.m-tile > ul > li > ul {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	display: none;
	font-family: 'News Cycle', Arial;
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 6px;
	margin-top: 2px;
	position: relative;
	top: 0;
	z-index: 202;
}
.m-tile > ul > li > ul > li {  
    border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	display: list-item;
	padding-left: 5px;
	cursor: pointer;
	position: relative;
	z-index: 202;
}
.m-tile > ul > li > ul > li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	border-left: 2px solid #FCDA02;
}
.m-tile > ul > li:hover {
	border-left: 2px solid #FCDA02;
}
.shadow {
	-moz-box-shadow: 1px 1px 2px #b2b2b2;
	-webkit-box-shadow: 1px 1px 2px #b2b2b2;
	box-shadow: 1px 1px 2px #b2b2b2; /* For IE 8 */;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#b2b2b2')"; /* For IE 5.5 - 7 */;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#b2b2b2');
}

.orange, .orange > ul {
	background-color: #F26E02;
}
.red, .red > ul {
	background-color: #EC1839;
}
.l-green, .l-green > ul {
	background-color: #11949E;
}
.green, .green > ul {
	background-color: #003B71;
}
.violet, .violet > ul {
	background-color: #5915a2;
}
.menu-container {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	z-index: 200;
}
.menu {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 201;
}
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
.menu-container .menu {
	width: 22%;
	z-index: 200;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before, .clearfix:after, .menu-container:before, .menu-container:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clearfix:after, .menu-container:after {
	clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix, .menu-container {
	zoom: 1;
}
