.smoothmenu, .smoothmenu #topMenuContainer {
    white-space : nowrap;
    margin : 0;
    padding : 0;
    display: block;
    position : relative;
	height: 45px;
}

.smoothmenu #subMenuContainer {
    margin-top: 10px;
    position : relative;
}

.smoothmenu #topMenuContainer div {
    display : none;
}

.smoothmenu #topMenuContainer img {
	height:45px;
    border: 0px;
}

.smoothmenu #subMenuContainer div {
    position : absolute;
    display : none;
}

.smoothmenu a {
    text-decoration : none;
    font-family : "Trebuchet MS";
}

.smoothmenu #topMenuContainer a {
    padding : 0px 6px;
    vertical-align: 85%;
}

.smoothmenuTopMenuItem {
    font-size : 13px;
    color : #b6893b;
}

.smoothmenuTopMenuItemMouseOver {
    color : #97753a;
}

.smoothmenu #subMenuContainer a {
    padding   : 2px 6px;
    line-height: 1.6em;
}

.smoothmenuSubMenuItem {
    font-size : 14px;
    color     : #97753a;
}

.smoothmenuSubMenuItemMouseOver {
    color : #ffffff;
}