ul.dropdown ul li					{ display: inline; width: 100%; } 

#mainmenu ul.sub_menu {     
    top: 90px;
}

#mainmenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#mainmenu ul ul {
    left: 200px;
}

#mainmenu ul li { /*controls lines between dropdown list*/
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    -moz-box-shadow: 0 1px 0 #e5e5e5;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
}

#mainmenu ul li:last-child {   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#mainmenu ul a {
    width: auto;
    _height: 10px; /*IE6 only*/
    font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    font-weight:lighter;
    font-size: 90%;
}

#mainmenu ul a:hover {
    text-shadow: none;
    background-color: #0aba99;
}

#mainmenu ul li:first-child > a:after { /*controls small triangle*/
    top: -8px;
}

#mainmenu ul li:first-child a:hover:after {/*controls small triangle:hover*/
    border-bottom-color: #0aba99;
}