﻿.lastmenu a {
background: none !important;
}

.custom_link ul ul {
display: none;
}

.custom_link ul li:hover > ul {
display: block;
}

.custom_link ul li:hover > ul li a {
background: none;
font-size: 13px;
padding: 5px !important;
}

.custom_link ul li:hover > ul li {
display: block;
background: none repeat scroll 0 0 #fbfbfb;
border: 2px solid #C9C9C9;
position: absolute;
text-align: left;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
top: 44px;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
min-width: 251px;
transition-duration: 200ms;
}


#topcontrol {
bottom: 50px !important;
right: 13px !important;
}