***/
*{padding: 0; margin: 0;}

/*make sticky footer*/
html, body, #pg_wrap {height: 100%;}
body #pg_wrap {min-height:100%;height:auto;}
#footer {position:relative;z-index:10;clear:both;}



/* menut::base */
div#menut {
    height: 46px;
    padding-left: 10px;
    background: url(../images/menu/left.png) no-repeat;
    _background-image: url(../images/menu/left.gif);
    width:950px;    
}

div#menut ul {
    margin: 0;
    list-style: none;
    float: left;
    width: inherit;
}
div#menut ul.menut {
    padding-right: 0px;
    background: url(../images/menu/right.png) no-repeat right 0;
    _background-image: url(../images/menu/right.gif);
}

div#menut li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    z-index: 9;
    width: auto;
}
div#menut ul ul li {
    z-index: 9;
}
div#menut li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    top: 36px;
    left: 0;
    visibility: hidden;
    width: 187px;
    padding: 0 0 11px 7px;
    background: url(../images/menu/submenu-bottom.png) no-repeat 7px bottom;
    _background-image: url(../images/menu/submenu-bottom.gif);
    margin: 0px 0 0 -4px;
}
div#menut li:hover>div {
    visibility: visible;
}

div#menut a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    margin-top: 1px;
    white-space: nowrap;
    width: auto;
    padding-right: 4px;
    text-align: center;
}
div#menut span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    text-align: center;
}

/* menut::level1 */
div#menut a {
    padding: 0 25px 0 0;
    line-height: 40px;
    height: 46px;
    margin-right: 5px;
    _margin-right: 1px;
    background: none;
}
div#menut span {
    margin-top: 2px;
    padding-left: 16px;
    color: #FF0;
    font: bold 13px Trebuchet MS,Arial,san-serif;
    background: none;
    line-height: 40px;
}
div#menut a:hover,
div#menut a.over {
    background:  url(../images/menu/selected-right-sub.png)  no-repeat right -1px;
    _background-image: url(../images/menu/selected-right-sub.gif);
}
div#menut a:hover span,
div#menut a.over span {
    background: url(../images/menu/selected-left-sub.png) no-repeat 0 -3px;
    _background-image: url(../images/menu/selected-left-sub.gif);
}
div#menut li.current a,
div#menut ul.menut>li:hover>a {
    background: url(../images/menu/selected-right-sub.png) no-repeat right -1px;
    _background-image: url(../images/menu/selected-right-sub.gif);
}
div#menut li.current a span,
div#menut ul.menut>li:hover>a span {
    background: url(../images/menu/selected-left-sub.png) no-repeat 0 -3px;
    _background-image: url(../images/menu/selected-left-sub.gif);
}
div#menut ul.menut>li:hover>a span {
    color: #852a21;
}
div#menut li {  }
div#menut li.last { background: none; }

div#menut li.current a,
div#menut li.current a span,
div#menut.js-active a:hover,
div#menut.js-active a:hover span,
div#menut.js-active a,
div#menut.js-active span {
    background:none;
}
div#menut.js-active ul.menut>li:hover>a,
div#menut.js-active ul.menut>li:hover>a span {
    background:none;
}
div#menut li.current a.over {
    background: url(../images/menu/selected-right-sub.png)  no-repeat right -1px;
    _background-image: url(../images/menu/selected-right-sub.gif);
}
div#menut li.current a.over span {
    background: url(../images/menu/selected-left-sub.png) no-repeat 0 -3px;
    _background-image: url(../images/menu/selected-left-sub.gif);
}
div#menut a.over span {
    color: #852a21;
}

/* menut::level2 */
div#menut ul ul li {
    background: none;
    padding: 0;
}
div#menut ul ul {
    padding-top: 10px;
}
div#menut ul ul a {
    padding: 0;
    height: auto;
    float: none;
    display: block;
    line-height: 26px;
    font-size: 11px;
    color: #ffffff;
    z-index: -1;
    padding-left: 5px;
    white-space: normal;
    width: 160px;
    margin: 0 -32px;
    text-transform: none;
}
    
div#menut ul ul a span {
    padding: 0 15px;
    line-height: 26px;
    font-size: 11px;
	color:#000;
}
div#menut li.current ul a,
div#menut li.current ul a span {
    background:none;
}
div#menut ul ul a:hover {
    background: url(../images/menu/submenu-selected-bottom.png) no-repeat 5px bottom;
}
div#menut ul ul a:hover span {
    background: url(../images/menu/submenu-selected-top.png) no-repeat 0 0;
	color:#FF0;
}
div#menut ul ul a.parent {
    background: url(../images/menu/submenu-pointer-bottom.gif) no-repeat 5px bottom;
}
div#menut ul ul a.parent span {
    background: url(../images/menu/submenu-pointer-top.png) no-repeat 0 0;
}
div#menut ul ul a.parent:hover {
    background: url(../images/menu/submenu-pointer-selected-bottom.png) no-repeat 5px bottom;
}
div#menut ul ul a.parent:hover span {
    background: url(../images/menu/submenu-selected-top.png) no-repeat 0 0;
}
div#menut ul ul span {
    margin-top: 0;
    text-align: left;
}
div#menut ul ul li.last { background: none; }
div#menut ul ul li {
    width: 100%;
}

/* menut::level3 */
div#menut ul ul div {
    width: 180px;
    padding: 15px 0px 8px 0px;
    margin: -44px 0 0 169px !important;
    background: url(../images/menu/subsubmenu-top.png) no-repeat 0px 0;
    _background-image: url(../images/menu/subsubmenu-top.gif);
}
*+html div#menut ul ul div { height:10px }
*+html div#menut.ie7 ul ul div { height:auto }
div#menut ul ul ul {
    padding: 0 4px 5px 1px;
    background: url(../images/menu/submenu-bottom.png) no-repeat 0px bottom;
    _background-image: url(../images/menu/submenu-bottom.gif);
}
div#menut ul ul div li {
    position:relative;
    top:-5px;
}

/* lava lamp */
div#menut li.back {
    background: url(../images/menu/lavalamp-left.png) no-repeat 0 0;
    _background-image: url(../images/menu/lavalamp-left.gif);
    width: 10px;
    height: 46px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0;
}

div#menut li.back .left {
    padding:0;
    width:auto;
    background: url(../images/menu/lavalamp-right.png) no-repeat right 0;
    _background-image: url(../images/menu/lavalamp-right.gif);
    height: 46px;
    margin: 0 5px 0 10px;
    _margin-right: 2px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}
