contextmenu_wev8.css 1.46 KB
@CHARSET "UTF-8";
/*--------------------------下面是菜单css---------------------*/
.b-m-mpanel {
	/*background: #F0F0F0 url(menu_bg_wev8.gif) left repeat-y;*/
	border: 1px solid rgb(164,164,164) !important;
	-moz-box-shadow:1px 2px 1px #E0DBDB; 
	-webkit-box-shadow:1px 2px 1px #E0DBDB; 
	box-shadow:1px 2px 1px #E0DBDB;
	padding: 2px 0 !important;
	position: absolute;
	z-index: 99997;
	left:0px;
	top:0px;
}
.b-m-split {
	height: 6px;
	background: url(m_splitLine_wev8.gif) center repeat-x;
	font-size: 0px;
	margin: 0 2px;
}
.b-m-item, .b-m-idisable
{
    /*padding: 1px 2px !important;
    margin: 0 2px 0 3px !important;*/
    cursor: normal;
    line-height:100%;
	cursor:hand;
}
.b-m-idisable
{
    color:#808080;
}
.b-m-ibody, .b-m-arrow {
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.b-m-arrow {
	background: url(m_arrow_wev8.gif) right  no-repeat;	
}
.b-m-idisable .b-m-arrow
{
    background:none;
}
.b-m-item img, .b-m-ifocus img, .b-m-idisable img {
	margin-left: 8px;
}
.b-m-ifocus {
	/*background: url(m_item_wev8.gif) repeat-x bottom;
	border: 1px solid #AACCF6;
	padding: 1px 2px ;
    margin: 0 2px 0 3px;*/
    cursor: normal;
    line-height:100%;
    background-color:rgb(230,230,230);
	
}
.b-m-idisable img {
	visibility:hidden;
}
.b-m-ibody button{
	text-align:left;
	padding:0;
	height:22px;
	border:0px;
	background:transparent;
	font-size:12px;
	vertical-align:middle;
	padding-left:8px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}