﻿#menu ul {
	list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#menu ul li {
	display: inline-block;
	position: relative;
}

#menu a {
	display: block;
	padding: 0 10px;
	font-size: 20px;
	line-height: 36px;
	color: #069;
	font-size: 24px;
	font-weight: bolder;
	text-decoration: none;
	display: inline-block;
	background-size: 100% 100%;
	z-index: 160641;


	transition: all .25s ease;
	font-family: "Times New Roman", Times, serif;
}

#menu a:hover {
	color: #F90;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
}


/* Hide Dropdowns by Default */

#menu ul ul {
	display: none;
	position: absolute;
    z-index: 99999;
    background-color: #fff;
	/* the height of the main #menu */
}


/* Display Dropdowns on Hover */

#menu ul li:hover>ul {
	display: inherit;
}


/* Fisrt Tier Dropdown */

#menu ul ul li {
	float: none;
    display: list-item;
    width: 100%;
    position: relative;
    margin: 0;
    margin-left: 0 !important;
}


/* Second, Third and more Tiers	*/

#menu ul ul ul li {
	position: relative;
	top: -60px;
    left: 170px;
    margin: 0;
}

/* Change this in order to change the Dropdown symbol */

li>a:after {
	content: ' +';
}

li>a:only-child:after {
	content: '';
}

#menu ul li.mr-special-link a {
	border-bottom: 1px solid #00AEEF;
	color: #00AEEF;
}

#menu ul li.mr-special-link ul.mr-special-list {
    top: 36px;
    left: -8px;
    margin: 0;
    min-width: 210px;
    padding: 0;
}

#menu ul li.mr-special-link ul.mr-special-list li a{
    border-bottom: 0;
}

#menu ul li.mr-special-link ul li a {
	border-bottom: 0;
}

.styler {
	position: absolute;
	z-index: 111111;
	top: 100px;
}
