.smoothmenu, .smoothmenu #topMenuContainer {
    background-image : url(../images/bg3.jpg);
	overflow : hidden;
    white-space : nowrap;
    margin : 0;
    padding : 0;
    display: block;
    position : relative;
}

.smoothmenu #subMenuContainer {
    background : #ffffff;
    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 : "Verdana";    
}

.smoothmenu a:hover {
    text-decoration : none;
    font-family : "Verdana";
    text-decoration:none!important;
}

.smoothmenu #topMenuContainer a {
    padding : 6px 12px;
    line-height: 1.8em;	
    font-weight:bold;
}

.smoothmenu #topMenuContainer a:hover {
    padding : 6px 12px;
    line-height: 1.8em;	
    color:#fff!important;
}
.smoothmenuTopMenuItem {
    background-image : url(../images/bg1.jpg);
    background-repeat: repeat-x;
    background-position: 0px 40px;
    font-size : 12px;
    color : #666666;
}

.smoothmenuTopMenuItemMouseOver {
    background-image : url(../images/bg1.jpg); 
    background-repeat: repeat-x;
    background-position : 0px 0px;
    font-size : 12px;
    color : #ffffff;
    text-decoration:none!important;
}

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

.smoothmenu #subMenuContainer a:hover {
    padding   : 2px 6px;
    line-height: 1.6em;
    color:#E98400!important;   
}

.smoothmenuSubMenuItem {
    font-size : 11px;
    color     : #000;
    background-color : #ffffff;
}

.smoothmenuSubMenuItemMouseOver {
    font-size : 11px;
    color : #e98400;
    background-color : #ffffff;
    text-decoration:none!important;
}
