﻿<STYLE>
/*********************************************************************/
/* Default menu styles. See below for vertical menu styles */
/* padding order = padding-top, padding-right, padding-bottom, padding-left
/*********************************************************************/

.nlsmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	z-index:1;  
	padding-right: 100px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}

.nlsitemcontainer {height:20px; padding-left:0px;}
.nlsitemcontainerover {height:20px;padding:0px;}

.nlsiconcell {width:0px;}
.nlssubmenucell{ width:20px; padding-left:0px;}

.nlsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-left: 0px;
	border-bottom: 1px #ffffff dashed;
	vertical-align: middle;
}

.nlsitemover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	
	border-bottom: 1px #ffffff dashed;
	vertical-align: middle;
}

.nlsiconcellover {/*width:0px;*/}
.nlssubmenucellover {/*width:0px; */}

.nlsitemdisable {
    font-family:Arial;
    font-size:13pt;
    color:#999999;
    padding-top:2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.nlsseparatorcontainer { padding-top:2px;/*width:1px;*/}
.nlsseparator {
	 /*	 height:10pt;
		width:15px;
   
	background-image:url('images/lef_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 {
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
	color: #ffd53c;
	text-decoration: none;
	color: #000000;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: 1px #000000 solid;
	border-right: #000000 1px solid;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	width: 200px;
	text-align: left;
	background-color: #ffd53c;
	vertical-align:middle;
}

.vert_nlsitemcontainer {
	padding: 0px;
	/*border-bottom: 1px #000000 solid;*/
}

.vert_nlsiconcell {width:0px;}

.vert_nlssubmenucell{width:20px; padding-left:0px;}
.vert_nlsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color:#000000;
	background-color:  #ffd53c; 
    padding:3px 6px 3px 6px;
    font-weight: bold;
	vertical-align:middle;
	text-decoration:none;
	border-bottom: 1px #ffffff dashed;
	
}

.vert_nlsitemcontainerover {
	padding: 0px;
	/*border-bottom: 1px #000000 solid;*/
}

.vert_nlsiconcellover {width:0px;}

.vert_nlssubmenucellover {width:20px; }
.vert_nlsitemover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color:#000000;
	background-color:  #ffd53c; 
    padding:3px 6px 3px 6px;
    font-weight: bold;
	vertical-align:middle;
	text-decoration:underline;
	border-bottom: 1px #ffffff dashed;

}


.vert_nlsitemdisable {
     font-family:Arial;
    font-size:13px;
    color:#999999;
    padding:2px 5px 2px 5px;
}

.vert_nlsseparatorcontainer {/*padding-left:28px;*/}
.vert_nlsseparator {/*
    height:0px;*/
}


.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=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.vert_vertshadow { filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.vert_cornshadow { filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}

</STYLE>
