.smoothmenu, .smoothmenu #topMenuContainer {
    overflow : hidden;
    white-space : nowrap;
    margin : 0;
    padding : 0;
    display: block;
    position : relative;
}

.smoothmenu #subMenuContainer {
    background-image : url(../images/transpBlack50.png);
    overflow : hidden;
    position : relative;
}

.smoothmenu #topMenuContainer div {
    display : none;
}

.smoothmenu #subMenuContainer div {
    overflow : hidden;
    position : absolute;
    display : none;
}

.smoothmenu a {
    text-decoration : none;
    font-family : "Lucida Sans Unicode";
}

.smoothmenu #topMenuContainer a {
    padding : 6px 12px;
    line-height: 1.8em;
}

.smoothmenuTopMenuItem {
    background-image : url(../images/transpBlack50.png);
    background-repeat: repeat-x;
    background-position: 0px 40px;
    font-size : 12px;
	font-weight:normal;
    color : #FFFFFF;
}

.smoothmenuTopMenuItemMouseOver {
    background-image : url(../images/transpBlack50.png);
    background-repeat: repeat-x;
    background-position : 0px 0px;
    font-size : 12px;
    color : #FF0000;
}

.smoothmenu #subMenuContainer a {
    padding   : 2px 6px;
    line-height: 1.6em;
}

.smoothmenuSubMenuItem {
    font-size : 11px;
    color     : #FFFFFF;
    background-image : url(../images/transpBlack50.png);
}

.smoothmenuSubMenuItemMouseOver {
    font-size : 11px;
    color : #FF0000;
    background-image : url(../images/transpBlack50.png);
}
