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

.dropdown 
{
z-index: 999;
position: absolute;
left: 5px !important;
top: 23px !important;
margin-top: 0px;
}

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

.dropdown li a, .active .dropdown li a
{
color: #7CADB6 !important;
width: 180px !important;
padding: 5px 10px !important;
display: block !important;
margin: 0px !important;
background-image: none !important;
text-align: left;
background: #EFF5F5;
font-size: 11px;
border-top: 1px solid #fff;
}

#laser .dropdown li a
{
background: #EEF4E0 !important;
}
#laser .dropdown li a:hover
{
background: #C0CF9B !important;
}

#skin .dropdown li a
{
background: #F9F2E5 !important;
}
#skin .dropdown li a:hover
{
background: #CFB274 !important;
}

#derma .dropdown li a
{
background: #F6E3E0 !important;
}  
#derma .dropdown li a:hover
{
background: #DFBBB5 !important;
} 

.dropdown li a:hover
{
border-top: 1px solid #fff;
color: #fff !important;
background-image: none !important;
background: #7CADB6;
}

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

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



