div#menu {
   padding-left: 12px;
   background: url(img/left.png) no-repeat;
   _background-image: url(img/left.gif);
	left:130px;
	position:absolute;
	top:55px;
	overflow: hidden;
	height: 40px;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding:0 8px 0 5px;
    background: url(img/right.png) no-repeat right 0;
    _background-image: url(img/right.gif);
}

div#menu li {
    position: relative;
    margin: 0;
    padding: 0 12px 0 0;
    _padding-right: 5px;
    display: block;
    float: left;
    z-index: 9;
    width: 130px;
    background: url(img/delimiter.png) no-repeat 98% 1px;
    _background: url(img/delimiter.gif) no-repeat 98% 0;
}
div#menu li.last { background: none; }

div#menu li div ul {
    padding: 20px 0 3px 0;
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu a {
    padding: 0;
    position: relative;
    z-index: 9;
    display: block;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    font: normal 20px 'Arial Black', Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0 0 0 -4px;
    white-space: nowrap;
    width: 141px;
    text-align:center;
    line-height: 54px;
    height: 54px;
}
div#menu a.invisible{
	display: none;
	width: 0px;
}
@-moz-document url-prefix() {
    div#menu a { margin-left: -4px; }
}
div#menu span {
    display: block;
    cursor: pointer;
    margin-top: 0;
    padding-left: 0;
    font-size: 16px;
    text-align: center;
    color:#bbb;
}
div#menu a:hover {
    background: #000 url(img/selected-left.png) no-repeat left 0;
    text-indent: -56px;
}
div#menu a:hover span {
    background: #000 url(img/selected-right.png) no-repeat right 0;    
    margin-left: 56px;
    color:#fff;
}
div#menu li.hover a {
    background: #000 url(img/selected-left.png) no-repeat left 0;
    text-indent: -56px;
}
div#menu li.hover a span {
    background: #000 url(img/selected-right.png) no-repeat right 0;
    margin-left: 56px;
}
div#menu li.hover ul a,
div#menu li.hover ul a span {
    background: none;
    text-indent: 0;
}
div#menu li.hover ul a span,
div#menu li.hover ul a:hover span {
    margin-left: 0;
}
/*div#menu li.current a,*/
div#menu ul.menu>li:hover>a {
    background: #000;
    text-indent: -56px;
}
/*div#menu li.current a span,*/
div#menu ul.menu>li:hover>a span {
    background: #000;
    margin-left: 56px;
}
/* lava lamp */
div#menu li.back {
    background: url(img/selected-left.png) no-repeat 0 0;
    _background-image: url(img/ie-selected-left.png);
    width: 71px;
    height: 20px;
    z-index: 1900;
    position: absolute;
    padding: 0;
    margin: 0;
}
div#menu li.back .left {
    padding: 0;
    width: 74px;
    background: url(img/selected-right.png) no-repeat right 0;
    _background-image: url(img/ie-selected-right.png);
    height: 20px;
    margin: 0 0 0 56px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}
