/* 
    Document   : dropdown-menu
    Created on : Dec 7, 2011, 11:44:41 AM
    Author     : Adam
    Description:
        - Default styling for DropDown Menus
        - Specific Template styles can override these
*/

/*
// TODO remove this pointless http request
*/

ul.wdk_menu-ul ul li {
    margin: 0;
    padding: 0;
}
ul.wdk_menu-ul ul ul {
    margin: 0;
    padding: 0;
}