div#bmenu {
	height:35px;
	background:#000 /*url(../images/nav.gif) left repeat-x*/;
	width:100%;
	position:relative;
	z-index:100;
}

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

div#bmenu li {
    position: relative;
    margin: 0;
    padding: 0 12px 0 0;
    _padding-right: 5px;
    display: block;
    float: left;
    z-index: 9;
    width: 110px;
	border-right:1px solid #333;
    /*background: url(../images/delimiter.png) no-repeat 98% 1px;
    _background: url(../images/menu/delimiter.gif) no-repeat 98% 0;*/
}
div#bmenu li.last { background:#da001a; }

div#bmenu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    top:34px;
    left:0px;
    visibility: hidden;
    width: 194px;
    margin: 1px 0 0 0;
    background: url(../images/submenu-bottom.png) no-repeat 0 bottom;
    _background-image: url(../images/menu/submenu-bottom.gif);
}
div#bmenu li div ul {
    padding: 20px 0 3px 0;
}
div#bmenu li:hover>div {
    visibility: visible;
}

div#bmenu a {
	padding: 0;
	position: relative;
	z-index: 10;
	display: block;
	float: left;
	text-decoration: none;
	font:bold 14px Arial, sans-serif;
	text-transform:uppercase;
	color: #fff;
	margin: 0;
	white-space: nowrap;
	width: 110px;
	text-align:center;
	line-height:35px;
	height:35px;
}
@-moz-document url-prefix() {
    div#bmenu a { margin-left: 0; }

div#bmenu span {
    display: block;
    cursor: pointer;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
    color:#fff;
}
div#bmenu a:hover {
    /*background: #7B297C url(../images/selected-left-with-bg.gif) no-repeat left 0;
    text-indent: -56px;*/
}
div#bmenu a:hover span {
    /*background: #7B297C url(../images/selected-right-with-bg.gif) no-repeat right 0;    
    margin-left: 56px;*/
    color:#fff;
}
div#bmenu li.hover a {
    /*background: #7B297C url(../images/selected-left-with-bg.gif) no-repeat left 0;
    text-indent: -56px;*/
}
div#bmenu li.hover a span {
    /*background: #7B297C 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: #7B297C url(../images/selected-left-with-bg.gif) no-repeat left 0;
    text-indent: -56px;*/
}
/*div#bmenu li.current a span,*/
div#bmenu ul.menu>li:hover>a span {
    /*background: #7B297C url(../images/selected-right-with-bg.gif) no-repeat right 0;
    margin-left: 56px;*/
}
/*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: 0 0 0 10px;
    float: none;
    display: block;
    height: auto;
    line-height:34px;
    font-size: 12px;
    color: #fff;
    z-index: -1;
    white-space: normal;
	
    /**/width:240px;
    margin-left:10px;
    text-transform: none;
}

div#bmenu ul ul li {
   border-right:none!important;
}



div#bmenu li.current ul a,
div#bmenu li.current ul a span {
    
}
div#bmenu ul ul a:hover {
    background:#000;
    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/menu/submenu-pointer-bottom.gif);
}
div#bmenu ul ul a.parent span {
    
}
div#bmenu ul ul a.parent:hover {

    background:#DA001A  url(../images/mouseover-submenu-pointer-bottom.png) no-repeat 5px bottom;
    _background-image: url(../images/menu/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: 270px;
    padding-top: 0;
	background:#DA001A;
}
div#bmenu ul div ul {
    width: 237px;
}
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/menu/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/menu/submenu-bottom.gif);
}
div#bmenu ul ul li {
    background: none;
    padding: 0;
    z-index: 9;
    position:relative;
    top:-10px;
    width: 100%;
}
div#bmenu ul ul li.last { background: none; }
div#bmenu ul ul ul li {
    top:-10px;
}

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