﻿#menu ul {
	list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#menu ul li {
	display: inline-block;
	position: relative;
}

#menu a {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	background-size: 100% 100%;
	z-index: 160641;




	transition: all .10s ease;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 8px;
	font-family: Tahoma, Geneva, sans-serif;
}

#menu a:hover {
	color: #000;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
}


/* 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;
}
