<STYLE>
/*********************************************************************/
/* Default menu styles. See below for vertical menu styles */
/* padding order = padding-top, padding-right, padding-bottom, padding-left
/*********************************************************************/

.nlsmenu {
	font-family:Verdana, tahoma;
	font-size: 11pt;
	background-image:url('../imgages/navOFF.png'); 
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
    z-index:1;  
	width: 962px; 
}

.nlsitemcontainer {height:31px; padding-left:0px;}
.nlsitemcontainerover {height:31px;padding:0px;}

.nlsiconcell {width:0px;}
.nlssubmenucell{ width:20px; padding-left:0px;}

.nlsitem {
    font-family: Tahoma, Verdana;
	font-size: 10pt;
    color:#FFFFFF;
    padding:0px 23px 0px 23px;
	vertical-align:middle;
	font-weight: bold;
	background-image:url('../images/navOFF.png'); 
}

.nlsitemover {
    font-family: Tahoma, Verdana;
	font-size: 10pt;
	color: #999933;
    padding:0px 23px 0px 23px;
	font-weight: bold;
	background-image:url('../images/navON.png'); 
}

.nlsiconcellover {width:0px; padding-left: 20px;}
.nlssubmenucellover {width:0px;	padding-left: 20px; }

.nlsitemdisable {
    font-family:Arial;
    font-size:11pt;
    color:#999999;
    padding-top:2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.nlsseparatorcontainer { padding-top:2px;width:1px;}
.nlsseparator {
    height:11pt;
	width:15px;
    /*background-image:url('img/vseparator.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:Verdana, tahoma;
	font-size: 8pt;
	background-color: #C51C47; 
    padding:2px 2px 2px 2px;
    z-index:1;  
	width: 230px;
	border-top:#990044 2px solid;
    border-left:#990044 2px solid;
    border-bottom:#990044 2px solid;
    border-right:#990044 2px solid;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

.vert_nlsitemcontainer {height:20px;padding:0px;}
.vert_nlsiconcell {width:5px;}
.vert_nlssubmenucell{width:20px; padding-left:0px;}
.vert_nlsitem {
	font-family:Verdana, tahoma;
	font-size: 8pt;
    color:#FFFFFF;
	width: 230px;
	background-color: #C51C47; 
    padding:2px 6px 2px 6px;
	vertical-align:middle;
	border-top:#990044 1px solid;
    border-left:#990044 1px solid;
    border-bottom:#990044 1px solid;
    border-right:#990044 1px solid;
	}

.vert_nlsitemcontainerover {height:20px;padding:0px; text-align: center;}
.vert_nlsiconcellover {width:5px;}
.vert_nlssubmenucellover {width:20px; }
.vert_nlsitemover {
	font-family:Verdana, tahoma;
    font-size: 8pt;
	color: #FFFFFF;
	width: 230px;
	background-color: #999933; 
    padding:0px 6px 0px 6px;
	vertical-align:middle;
	border-top:#990044 1px solid;
    border-left:#990044 1px solid;
    border-bottom:#990044 1px solid;
    border-right:#990044 1px solid;
}

.vert_nlsitemdisable {
    font-family:Arial;
    font-size: 8pt;
    color:#FFFFFF;
    padding:2px 5px 2px 5px;
	border-top:#990044 1px solid;
    border-left:#990044 1px solid;
    border-bottom:#990044 1px solid;
    border-right:#990044 1px solid;
}

.vert_nlsseparatorcontainer {padding-left:28px;}
.vert_nlsseparator {
    height:1px;
	color: #990044;
}


.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=70, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.vert_vertshadow { filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=70, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.vert_cornshadow { filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=70, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}

</STYLE>