.mbar_nlsmenu {
    z-index:1;
}

.mbar_nlsitemcontainer {
    height:20px;
    padding:0px 0px 0px 0px; /* if you use borders around the hovered item, use these values to offset so other items don't move */
}
.mbar_nlsiconcell {width:0px;}
.mbar_nlssubmenucell{width:8px;padding-right:1px;}
.mbar_nlsitem {
    font-family:verdana;
    font-weight:regular;
    font-size:10pt;
    color:#ffffff;
    padding:2px 15px 2px 15px;
}

.mbar_nlsitemcontainerover {
    /*height:18px;  this controls then hover box around the individual menu item */
    /*border-left:#000000 1px solid;
    border-right:#000000 1px solid;
	border:#000000 1px solid;
    background-color:#484848;
	background-color:#34759D;*/
}
.mbar_nlsiconcellover {width:0px;}
.mbar_nlssubmenucellover {width:8px;padding-right:1px;}
.mbar_nlsitemover {
    font-family:verdana;
    font-weight:regular;
    font-size:10pt;
    color: #FF9900;
    padding:2px 15px 2px 15px;
}

.mbar_nlsitemdisable {
    font-family:verdana;
    font-size:10pt;
    color:#999999;
    padding:2px 5px 2px 5px;
}

.mbar_nlsseparatorcontainer {padding-left:0px; width:1px;}

.mbar_nlsseparator {
    height:5px;
    width:1px;
    background-image:url(img/vseparator.gif);
    background-position:center center;
    background-repeat:repeat-x;
}

.mbar_mtopleft {height:0px; width:0px;}
.mbar_mtopright {height:0px; width:0px;}
.mbar_mbottomleft {width:0px; height:0px;}
.mbar_mbottomright {width:0px; height:0px;}
.mbar_mtop {height:0px;}
.mbar_mbottom {height:0px;}
.mbar_mleft {width:0px;}
.mbar_mright {width:0px;}

.mbar_horzshadow { -moz-opacity:0.4; background-repeat:no-repeat; background-image:url(img/hshadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.mbar_vertshadow { -moz-opacity:0.4; background-repeat:no-repeat; background-image:url(img/vshadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.mbar_cornshadow { -moz-opacity:0.4; background-repeat:no-repeat; background-image:url(img/cornershadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}

.nlsmenu {
    border:#000000 0px solid;  
	background-color:#1B5C82; /* submenu background color */
    z-index:1;
    width:150px;    
}

.nlsitemcontainer {
    height:32px;    
}
.nlsiconcell {width:22px;}
.nlssubmenucell{width:20px;}
.nlsitem {
    font-family:verdana;
    font-size:10pt;
	color:#ffffff; /* sub item color */
    padding:2px 15px 2px 15px;
}

.nlsitemcontainerover {
    height:32px;
	background-color:#094D72; /* subitem hover background color */
}
.nlsiconcellover {width:22px;}
.nlssubmenucellover {width:20px;}
.nlsitemover {
    font-family:verdana;
    font-size:10pt;
    color:#FF9900;
    padding:2px 15px 2px 15px;
}

.nlsitemdisable {
    font-family:verdana;
    font-size:10pt;
    color:#999999;
    padding:2px 15px 2px 15px;
}

.nlsseparatorcontainer {padding-left:28px;}

.nlsseparator {
    height:5px;
    background-image:url(img/vseparator.gif);
    background-position:center center;
    background-repeat:repeat-x;
}

.mtopleft {height:0px; width:0px;}
.mtopright {height:0px; width:0px;}
.mbottomleft {width:0px; height:0px;}
.mbottomright {width:0px; height:0px;}
.mtop {height:0px;}
.mbottom {height:0px;}
.mleft {width:0px;}
.mright {width:0px;}

.horzshadow {  -moz-opacity:0.4;background-repeat:no-repeat; background-image:url(img/hshadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.vertshadow {  -moz-opacity:0.4;background-repeat:no-repeat; background-image:url(img/vshadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.cornshadow {  -moz-opacity:0.4;background-repeat:no-repeat; background-image:url(img/cornershadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
