@charset "utf-8";
/* CSS Document */

.bmbmenucontainer a {
    text-decoration: none;
    color: #000000;
}

.bmbmenucontainer a:hover {
    text-decoration: none;
    color: #000000;
}

.bmbmenucontainer{
    position:absolute;
    padding:0px;
    margin:0px;
    width: 280px;
    height: 134px;
    border: #CCCCCC 1px solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    z-index: 100000;
    border: #CCCCCC 1px solid;
}


.bmbmenuheader{
    margin: 1px;
    background-color: #F1F1F1;
    width: 278px;
    height: 20px;
    font-family:inherit;
}

.bmbmenutitle{
    width: 120px;
    float: left;
	text-align: left;
    color: #333333;
    font-size: 11px;
    font-family:inherit;
    margin: 2px;
}

.bmbmenuref{
    float:right;
    font-size: 11px;
    font-family:inherit;
    margin: 2px;
    text-decoration: none;
}

.bmbmenuleftcol{
    width: 136px;
    float: left;
}

.bmbmenurightcol{
    width: 136px;
    float: right;
}

.bmbmenucell{
    position: relative;
    width:98%;
    height:20px;
    font-size: 11px;
	text-align: left;
    margin: 2px;
    color: #666666;
    cursor: pointer;
}

.bmbmenucell img {
	margin-top: 2px;
	margin-left: 1px;
}

.bmbmenufooter{
    width:100%;
}

.bmbmenufooter .bmbshowmore{
    /*float: right;*/
    text-align: right;
    font-size:11px;
    color:#333333;
    margin: 4px;
    text-decoration: none;
}

.bmbactiveservice{
	background-color: #F5F5F5;
}

.bmbunactiveservice{
    background-color: #FFFFFF;
}
