#dropmenu, #dropmenu ul {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.0em;
    z-index:200;
    width:100%;
    font-weight:bold;
    
}
#dropmenu a {
    display:block;
    padding:0.5em 0.8em 0.6em 0.8em;
    color:#FFFFFF;
    text-decoration:none;
         
}
#dropmenu a:hover {
    background-image:url(http://www.kenwickparkgolf.co.uk/wp-content/themes/KenwickParkGolf/images/menubtn.gif);
	background-repeat:repeat-x;
    color:#147135;
}
#dropmenu li { /*main menu */
    float:left;
    position:relative;
         background-image:url(http://www.kenwickparkgolf.co.uk/wp-content/themes/KenwickParkGolf/images/menuimg.gif);
	background-repeat:repeat-x;
}
#dropmenu ul {
    position:absolute;
    margin:25px 0 0 0px;
    display:none;
    width:inherit;
    top:.5em; left:-1px;

}
#dropmenu ul a {
        background-image:url(http://www.kenwickparkgolf.co.uk/wp-content/themes/KenwickParkGolf/images/menuimg.gif);
	background-repeat:repeat-x;
}
#dropmenu li ul {
       background-image:url(http://www.kenwickparkgolf.co.uk/wp-content/themes/KenwickParkGolf/images/menuimg.gif);
	background-repeat:repeat-x;
    width:10em;
    font-size:11px
}
#dropmenu li ul a {
    width:10em;
    height:auto;
    float:left;
        background-image:url(http://www.kenwickparkgolf.co.uk/wp-content/themes/KenwickParkGolf/images/menuimg.gif);
	background-repeat:repeat-x;
}
#dropmenu ul ul {
    top:auto;
        background-image:url(http://www.kenwickparkgolf.co.uk/wp-content/themes/KenwickParkGolf/images/menuimg.gif);
	background-repeat:repeat-x;
}
#dropmenu li ul ul {
    left:10em;
    margin:0 0 0 0px;
    top:-1em;
        background-image:url(http://www.kenwickparkgolf.co.uk/wp-content/themes/KenwickParkGolf/images/menuimg.gif);
	background-repeat:repeat-x;
}
	