/*********************************************************************/
/* Default menu styles. See below for vertical menu styles */
/* padding order = padding-top, padding-right, padding-bottom, padding-left
/*********************************************************************/

.nlsmenu {
	background-color: #E5E333; 
	padding-top: 0px;
	padding-bottom: 0px;
    z-index:1;  
	height: 20px;	
}

.nlsitemcontainer {height:18px; padding-left:0px; /*border-right:#FFFFFF 1px solid; */}
.nlsitemcontainerover {height:18px;padding:0px; /*border-right:#FFFFFF 1px solid;*/}

.nlsiconcell {width:5px;}
.nlssubmenucell{ width:20px; padding-left:0px;}

.nlsitem {
    font-family:Verdana;
    font-size:9pt;
    color:#06478E;
    padding:0px 0px 0px 0px;
	font-weight: bold;
	/*text-align: center; 
	border-right:#FFFFFF 1px solid;*/
	width: 105px;
	height: 20px;
	background-color: #E5E333; 
    TEXT-DECORATION: underline
}

.nlsitemover {
    font-family:Verdana;
    font-size:9pt;
    color:#ffffff;
    padding:0px 0px 0px 0px;
	font-weight: bold;
	width: 105px;
	background-color: #06478E; 
    TEXT-DECORATION: underline
	height: 20px;
	
}

.nlsiconcellover {width:5px;}
.nlssubmenucellover {width:20px; }


.nlsitemdisable {
        font-family:Arial;
    font-size:8pt;
    color:#999999;
    padding-top:2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.nlsseparatorcontainer { width:1px;  }
.nlsseparator {
    height:12px;
	width:1px;
    background-image:url(img/vseparator.gif);
    /* background-position:center center; 
    background-repeat:no-repeat;*/
}

.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 { 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 { 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 { 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);}

/***************************/
/* Vertical menu items */
/***************************/

.vert_nlsmenu {
    border-top:#06478E 1px solid;
    border-left:#06478E 1px solid;
    border-bottom:#06478E 1px solid;
    border-right:#06478E 1px solid;
	background-color: #E5E333; 
   /* padding:1px 1px 1px 1px;*/
    z-index:1;  
	width: 122px;
}

.vert_nlsitemcontainer {height:18px;padding:1px;}
.vert_nlsiconcell {width:5px;}
.vert_nlssubmenucell{width:20px; padding-left:0px;}
.vert_nlsitem {
    font-family:Verdana;
    font-size:9pt;
    color:#000000;
    padding:2px 2px 2px 2px;

	}

.vert_nlsitemcontainerover {height:18px;padding:1px; text-align: center;}
.vert_nlsiconcellover {width:5px;}
.vert_nlssubmenucellover {width:20px; }
.vert_nlsitemover {
    font-family:Verdana;
    font-size:9pt;
    color:#ffffff;
    padding:2px 2px 2px 2px;
	background-color: #06478E; 	
}

.vert_nlsitemdisable {
        font-family:Arial;
    font-size:8pt;
    color:#999999;
    padding:2px 5px 2px 5px;
}

/*.vert_nlsseparatorcontainer {padding-left:28px;}
.vert_nlsseparator {
    height:5px;
    background-image:url(img/separator.gif);
    background-position:center center;
    background-repeat:repeat-x;
}
*/

.vert_mtopleft {height:0px; width:0px;}
.vert_mtopright {height:0px; width:0px;}
.vert_mbottomleft {width:0px; height:0px;}
.vert_mbottomright {width:0px; height:0px;}
.vert_mtop {height:0px;}
.vert_mbottom {height:0px;}
.vert_mleft {width:0px;}
.vert_mright {width:0px;}

.vert_horzshadow { 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);}
.vert_vertshadow { 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);}
.vert_cornshadow { 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);}
