#bmenu {
    position:absolute;
    z-index:700;
}
div#bmenu {
    height: 22px;
    width:860px;
	border-bottom:1px solid black;
}

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

div#bmenu li {
    position: relative;
    margin: 0;
    padding: 0px;
    _padding-right: 5px;
    display: block;
    float: left;
    z-index: 9;
    
    /*background: url(Images/delimiter.png) no-repeat 98% 1px;
    _background: url(Images/delimiter.gif) no-repeat 98% 0;*/
}

div#bmenu li.last { background: none; }

div#bmenu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 20000;
    top: 21px;
	left:0px;
    visibility: hidden;
    margin: 0px;
    background-image:url(Images/sub_menu_bg.png);
	background-repeat:repeat;
	color:#000000;
    /*_background-image: url(Images/submenu-bottom.gif);*/
}
div#bmenu li div ul {
    padding: 0px;
}
div#bmenu li:hover>div {
    visibility: visible;
}

div#bmenu a {
    padding: 0;
    position: relative;
    z-index: 10;
    display: block;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 0 0px;
    white-space: nowrap;
    
    text-align:left;
    line-height: 20px;
    height: 21px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

div#bmenu span {
    display: block;
    cursor: pointer;
    margin-top: 0;
    padding-left: 15px;
    width:125px;
    font-size: 13px;
    text-align: left;
    color:#000000;
}
div#bmenu a:hover {
    /*background: #000 url(Images/selected-left-with-bg.gif) repeat left 0;*/
    text-indent: -56px;
	background-color:#fdd106;

}
div#bmenu a:hover span {
    /*background: #000 url(Images/selected-right-with-bg.gif) repeat right 0;    */
    margin-left: 56px;
    color:#000000;
	background-color:#fdd106;
}
div#bmenu li.hover a {
    /*background: #000 url(Images/selected-left-with-bg.gif) no-repeat left 0;*/
    text-indent: -56px;
}
div#bmenu li.hover a span {
    /*background: #000 url(Images/selected-right-with-bg.gif) no-repeat right 0;*/
    margin-left: 56px;
}
div#bmenu li.hover ul a,
div#bmenu li.hover ul a span {
    background: none;
    text-indent: 0;
}
div#bmenu li.hover ul a span,
div#bmenu li.hover ul a:hover span {
    margin-left: 0;
}
/*div#bmenu li.current a,*/
div#bmenu ul.menu>li:hover>a {
    /*background: #000 url(Images/selected-left-with-bg.gif) no-repeat left 0;*/
    text-indent: -40px;
	background-color:#fdd106;
}
/*div#bmenu li.current a span,*/
div#bmenu ul.menu>li:hover>a span {
    /*background: #000 url(Images/selected-right-with-bg.gif) no-repeat right 0;*/
    margin-left: 40px;
	background-color:#fdd106;
	width:85px;
}


/*div#bmenu.js-active li.current a,
div#bmenu.js-active li.current a span,*/
div#bmenu.js-active ul.menu li:hover>a,
div#bmenu.js-active ul.menu li:hover>a span {
    background: none;
}
div#bmenu.js-active ul.menu a:hover,
div#bmenu.js-active ul.menu a:hover span {
    background: none;
}

div#bmenu ul ul a {
    padding: 0px 0px 0px 15px;
    float: none;
    display: block;
    height: auto;
    line-height: 20px;
    color: #000000;
    z-index: -1;
    white-space: normal;
    width: 125px;
    margin-left: 0px;
    text-transform: uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

div#bmenu li.current ul a,
div#bmenu li.current ul a span {
    
}
div#bmenu ul ul a:hover {
    background: #fdd106;
    text-indent: 0;
}
div#bmenu ul ul a:hover span {
    background: none;
    margin-left: 0;

}
div#bmenu ul ul a.parent {
    /*background: url(Images/submenu-pointer-bottom.png) no-repeat 5px bottom;
    _background-image: url(Images/submenu-pointer-bottom.gif);*/
}
div#bmenu ul ul a.parent span {
    
}
div#bmenu ul ul a.parent:hover {
    /*background: #1f1f1f url(Images/mouseover-submenu-pointer-bottom.png) no-repeat 5px bottom;
    _background-image: url(Images/ie-mouseover-submenu-pointer-bottom.png);*/
}
div#bmenu ul ul a.parent:hover span {
    background: none;
}
div#bmenu ul ul span {
    margin-top: 0;
    text-align: left;
}

div#bmenu ul div {
    width: 140px;
    padding-top: 0;
}
div#bmenu ul div ul {
    width: 140px;
}
div#bmenu ul ul div {
    top: -12px;
    left: 0;
    margin-left: 210px;
    padding-top: 12px;
    /*background: url(Images/subsubmenu-top.png) no-repeat 0 top;
    _background-image: url(Images/subsubmenu-top.gif);*/
}
div#bmenu ul ul div ul {
    padding-top: 10px;
    /*background: url(Images/submenu-bottom.png) no-repeat 0 bottom;
    _background-image: url(Images/submenu-bottom.gif);*/
}
div#bmenu ul ul li {
    background: none;
    padding: 0;
    z-index: 9;
    position:relative;
    /*top:-10px;*/
    width: 140px;
	margin:0px;
}
div#bmenu ul ul li.last { background: none; }
div#bmenu ul ul ul li {
    top:0px;
}

/* lava lamp */
div#bmenu li.back {
    /*background: url(Images/selected-left.png) no-repeat 0 0;*/
    width: 71px;
    height: 22px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0;
}
div#bmenu li.back .left {
    padding: 0;
    width: 74px;
    background: transparent;
    /*background: url(Images/selected-right.png) no-repeat right 0;
    _background-image: url(Images/ie-selected-right.png);/*/
    height: 22px;
    margin: 0 0 0 56px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}

