<STYLE>
/*********************************************************************/
/* Default menu styles. See below for vertical menu styles */
/* padding order = padding-top, padding-right, padding-bottom, padding-left
/*********************************************************************/

.nlsmenu {
    z-index:1;
}

.nlsitemcontainer {
/*
background: url(img/nls-top-left.gif) no-repeat scroll left bottom transparent;
*/
height:30px; padding-left:0px;
}
.nlsitemcontainerover {height:30px;padding:0px;}

.nlsiconcell {width:0px;}
.nlssubmenucell{ width:20px; padding-left:0px;}

.nlsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; 
	font-weight:bold;
	color:#ffffff;
	/*
	color:#253f60;
	background: url(../images/Template_images/nls-bgd.gif);*/
	
	letter-spacing: .1em;
	padding:0px 14px 0px 14px;
	/*background-color:#fff;
	border-top:5px solid #253f60;
	*/
}

.nlsitemover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#253f60;
	background-color:#fff;
	border-top:5px solid #253f60;
	font-weight:bold;
	letter-spacing: .1em;
	padding:0px 14px 0px 14px;
	
}

.nlsiconcellover {width:0px;}
.nlssubmenucellover {width:0px; }

.nlsitemdisable {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#a8a1a1;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	padding:0px 14px 0px 14px;
}

/*selected*/
.nlsitemcontainersel {
height:30px;padding:0px;
}
.nlsiconcellsel {width:0px;}
.nlssubmenucellsel {width:0px;}
.nlsitemsel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#253f60;
	background-color:#fff;
	border-top:5px solid #253f60;
	font-weight:bold;
	letter-spacing: .1em;
	padding:0px 14px 0px 14px;
	
}
/*selected*/

.nlsseparatorcontainer { padding-top:2px;width:1px;}
.nlsseparator {
/*
 height:30px;
	width:2px;
	background: url('../images/Template_images/Divider-nls.gif') no-repeat 50% 50%;
	*/

	}

.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: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    z-index:1;  
	width: 180px;
	background-color: #ffffff; 
}

.vert_nlsitemcontainer {height:24px;padding:1px;}
.vert_nlsiconcell {width:5px;}
.vert_nlssubmenucell{width:24px; padding-left:0px;}
.vert_nlsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    color:#000;
    font-weight:300;
	border-bottom: 1px solid #e7e7e7;
	background-color: #ffffff; 
    padding:0px 6px 0px 12px;
	vertical-align:middle;
	}

.vert_nlsitemcontainerover {height:24px;padding:1px; text-align: center;}
.vert_nlsiconcellover {width:5px;}
.vert_nlssubmenucellover {width:20px; }
.vert_nlsitemover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    color:#7fddee;
	border-bottom: 1px solid #99eef5;
	background-color: #ffffff; 
    padding:0px 6px 0px 12px;
	vertical-align:middle;
    font-weight:300;
}

/*selected*/
.vert_nlsitemcontainersel {
height:30px;padding:1px; text-align: center;
.vert_nlsiconcellsel {width:5px;}
.vert_nlssubmenucellsel {width:20px; }}
.vert_nlsitemsel {
font-family: Myriad, Arial, sans-serif; 
    font-size: 10pt;
	color: #7fddee;
	background-color: #ffffff; 
	border-bottom: 1px solid #99eef5;
    padding:2px 6px 2px 12px;
	vertical-align:middle;
}
/*selected*/

.vert_nlsitemdisable {
    font-family:Arial;
    font-size:8pt;
    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;}

.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);}

</STYLE>