.smoothmenu, .smoothmenu #topMenuContainer {
    white-space : nowrap;
    margin : 0;
    padding : 0;
    display: block;
	height: 34px;
	position: relative;
	top: 2px;	
}

.smoothmenu #subMenuContainer {
    overflow : hidden;
    position : relative;
}

.smoothmenu #topMenuContainer div {
    display : none;
}

.smoothmenu #subMenuContainer div {
    overflow : hidden;
    position : absolute;
    display : none;
}

.smoothmenu a {
    text-decoration : none;
	color: #fff;
}

.smoothmenu #topMenuContainer a {
    padding : 7px 14px;
    line-height: 1.8em;
}

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

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

.smoothmenu #subMenuContainer a {
	padding   : 2px 15px;
    line-height: 1.6em;
	color: #990000;
}

.smoothmenuSubMenuItem {
	font-size : 12px;
	color: #990000;
	background-color: #e7e0d3;
}

.smoothmenuSubMenuItemMouseOver {
    font-size : 12px;
	color: #990000;
    background-color: #CEC6C2;
}
