/* ------------------------------------
MENU SYSTEM
---------------------------------- */

.dropdown 
{
z-index: 999;
position: absolute;
left: 0;
top: 0;
margin-top: 28px !important;
border-right: 2px solid #000;
border-bottom: 1px solid #000;
z-index: 200;
background: #C8423F;
}

.dropdown li
{
background: none !important;
padding: 0 !important;
}

.dropdown li a, #mainMenu li.active .dropdown a 
{
width: 150px !important;
padding: 10px !important;
display: block !important;
margin: 0 !important;
background: #C8423F !Important;
border-bottom: 1px solid #6F0300 !Important;
border-top: 1px solid #CF4B47 !Important;
border-left: none !Important;
border-right: none !Important;
color: #e6b0af !important;
font-size: 12px !important;
display: block !Important;
height: auto !Important;
}

.dropdown li a:hover, #mainMenu li.active .dropdown a:hover 
{
background: #252122 !important;
border: none !important;
color: #fff !important;
border-bottom: 1px solid #000 !Important;
border-top: 1px solid #3C3839 !Important;
}

#mainMenu li ul 
{
display: none;
position: absolute; 
padding: 0;
margin: 0;
z-index: 888;
}

#mainMenu li:hover ul, #mainMenu li.over ul 
{ 
display: block;
}

.dropdown span.arrow, .dropdown span.shadow
{
display: none !important;
}

