.smoothmenu, .smoothmenu #topMenuContainer {
    overflow : hidden;
    white-space : nowrap;
    margin : 0;
    padding : 0;
    display: block;
    position : relative;
}

.smoothmenu #subMenuContainer {
	background : #F2F2F2;
	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 : 4px 14px;
    line-height: 1.8em;

}

.smoothmenuTopMenuItem {
	background-image : url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 40px;
	font-size : 14px;
	color : #FFFFFF;
}

.smoothmenuTopMenuItemMouseOver {
    background-image : url(../images/bg1.jpg);
    background-repeat: repeat-x;
    background-position : 0px 0px;
    font-size : 14px;
    color : #000000;
}

.smoothmenu #subMenuContainer a {
    padding   : 6px 6px;
    line-height: 1.6em;
}

.smoothmenuSubMenuItem {
	font-size : 12px;
	color     : #000;
	background-color : #F2F2F2;
}

.smoothmenuSubMenuItemMouseOver {
	font-size : 12px;
	color : #fff;
	background-color : #A80808;
}
