/*********************************************************************/
/* Default menu styles. See below for vertical menu styles */
/* padding order = padding-top, padding-right, padding-bottom, padding-left
/*********************************************************************/

.nlsmenu {
	vertical-align:top;
	/*background-color: #8cd6fb;*/
    z-index:1;  
	width: 100%; 
	height:33px;
	text-align: left;
}
.nlsitemcontainer {height:33px; padding-left:10px; padding-right: 10px; background: url('../images/Nav_BGD_OFF.gif');}
.nlsitemcontainerover {height:33px; padding-left:10px; padding-right: 10px; background: url('../images/Nav_BGD_OVER.gif');}
.nlsiconcell {width:0px;}
.nlssubmenucell{ width:0px; padding-left:0px;}
.nlsitem {
    font-family: Myriad, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
    color:#FFFFFF;
    padding: 0px 0px 0px 0px;
	font-weight: bold;
	vertical-align:middle;
}

.nlsitemover {
    font-family: Myriad, Arial, Helvetica, Sans-serif;
	font-size: 10pt;;
	color: #FFFFFF;
    padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.nlsiconcellover {width:0px;}
.nlssubmenucellover {width:0px; }
.nlsitemdisable {
    font-family:Arial;
    font-size:10pt;
    color:#999999;
    padding:0px 0px 0px 0px;
}
/*selected*/
.nlsitemcontainersel {height:33px; padding-left:10px; padding-right: 10px;	background: url('../images/Nav_BGD_ON.gif');}
.nlsiconcellsel {width:0px;}
.nlssubmenucellsel {width:0px;}
.nlsitemsel {
	font-family: Myriad, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
    color:#FFFFFF;
    padding: 0px 0px 0px 0px;
	font-weight: bold;
}
/*selected*/
.nlsseparatorcontainer { padding-top:0px;width:2px;}
.nlsseparator {
    height: 20pt;
	width: 2px;
    background-image: url('img/NAV_Seperator.gif');
}

.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 {width: 0px; height: 0px;}
.vertshadow {width: 0px; height: 0px;}
.cornshadow {width: 0px; height: 0px;}

/***************************/
/* Vertical menu items */
/***************************/

.vert_nlsmenu {
	font-family: Myriad, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	background-color: #344891; 
    padding:0px 0px 0px 0px;
    z-index:1;  
	width: 200px;
}

.vert_nlsitemcontainer {height:25px;padding:0px;}
.vert_nlsiconcell {width:0px;}
.vert_nlssubmenucell{width:0px; padding-left:0px;}
.vert_nlsitem {
	font-family: Myriad, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
    color:#ffffff;
    padding: 4px 6px 4px 6px;
	font-weight: bold;
	vertical-align:middle;
	background: url('../images/Nav_BGD_NLS.gif');
	}

.vert_nlsitemcontainerover {height:25px;padding:0px; text-align: center;}
.vert_nlsiconcellover {width:0px;}
.vert_nlssubmenucellover {width:0px; }
.vert_nlsitemover {
	font-family: Myriad, Arial, Helvetica, Sans-serif;
    font-size: 10pt;
	color: #FFFFFF;
	background-color: #9fcd06; 
    padding:4px 6px 4px 6px;
	font-weight: bold;
	vertical-align:middle;
}

/*selected*/
.vert_nlsitemcontainersel {
height:20px;padding:1px; text-align: center;
}
.vert_nlsiconcellsel {width:0px;}
.vert_nlssubmenucellsel {width:0px; }
.vert_nlsitemsel {
	font-family: Myriad, Arial, Helvetica, Sans-serif;
    font-size: 10pt;
	background: url('../images/Nav_BGD_NLS.gif');
	color: #FFFFFF; 
    padding:4px 6px 4px 6px;
	font-weight: bold;
	vertical-align:middle;
}
/*selected*/

.vert_nlsitemdisable {
     font-family:Arial;
    font-size:8pt;
    color:#999999;
   padding:4px 6px 4px 6px;
}

.vert_nlsseparatorcontainer {padding-left:0px;}
.vert_nlsseparator {
    height: 1pt;
	width: 200px;
    background-image: url('img/NAV_Seperator_HR.gif');
}


.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 { filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=33, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.vert_vertshadow { filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=33, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.vert_cornshadow { filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=33, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}

</STYLE>
