.bsmx {
    font-size: 11px;
		text-align: left;
		width:100%;
		height:21px;
		border-bottom-color:#999;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.bsmx .item1,
.bsmx .item1:hover,
.bsmx .item1-active,
.bsmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #000000;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.bsmx .item2,
.bsmx .item2:hover,
.bsmx .item2-active,
.bsmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.bsmx .item2 {
    background: #000000;
}
.bsmx .item2:hover,
.bsmx .item2-active,
.bsmx .item2-active:hover {
    background: #222222;
}
.bsmx .arrow,
.bsmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.bsmx .item2 img,
.bsmx .item2-active img{
    position: absolute;
    top: 7px;
    right: 2px;
    border: 0;
}
.bsmx .section {
    border: 1px solid #999999;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
div.navlinks
{
	float:left;
}
div.navrechts
{
	float:right;
	text-align:right;
}

* html .bsmx td { position: relative; } /* ie 5.0 fix */