/* TOP LEVEL MENU STYLES */

.main_nlsmenu {
}

.main_nlsitemcontainer {
    padding-left:50px;
    padding-right:50px;
}
.main_nlsiconcell {width:22px;}
.main_nlssubmenucell{width:20px;}
.main_nlsitem {
    font-family: Tahoma, Geneva, sans-serif;
    font-size:22px;
	color:#5c4e4b;
	letter-spacing:10px;
    padding:2px 10px 2px 10px;
}

.main_nlsitemcontainerover {
    padding-left:50px;
    padding-right:50px;
}
.main_nlsiconcellover {width:22px;}
.main_nlssubmenucellover {width:20px;}
.main_nlsitemover {
    font-family: Tahoma, Geneva, sans-serif;
    font-size:22px;
	color: #1d4375;
	letter-spacing:10px;
    padding:2px 10px 2px 10px;
}

.main_nlsitemdisable {
    font-family: Tahoma, Geneva, sans-serif;
    font-size:22px;
	letter-spacing:10px;
    padding:2px 15px 2px 1px;
}

.main_nlsseparatorcontainer {padding-left:0px;}

.main_nlsseparator {
    height:9px;
    width:8px;
    background-image:url(img/navBullet.gif);
    background-position:bottom center;
    background-repeat:no-repeat;
}

/* SUB LEVEL MENU STYLES */
.sub1_nlsmenu {
	padding-left:50px;
}
.sub1_nlsitemcontainer {
    height:24px;
	background-color:#baa578;
	border-bottom:#cbb992 1px dotted;
	}

.sub1_nlsiconcell {width:22px;}
.sub1_nlssubmenucell {width:22px;}
.sub1_nlsitem {
    font-family:verdana;
    font-size:12px;
    color:#163161;
    padding:2px 5px 2px 5px;
}

.sub1_nlsitemcontainerover {
    height:24px; 
	background-color:#cbb992;
	border-bottom:#cbb992 1px dotted;
}
.sub1_nlsiconcellover {width:22px;}
.sub1_nlssubmenucellover {width:22px;}
.sub1_nlsitemover {
    font-family:verdana;
    font-size:12px;
    color:#163161;
    padding:2px 5px 2px 5px;
}

.sub1_nlsitemdisable {
    font-family:verdana;
    font-size:12px;
    color:#999999;
    padding:2px 5px 2px 5px;
}

.nlsmenu {
    border-top:#dddddd 1px solid;
    border-left:#dddddd 1px solid;
    border-bottom:#999999 1px solid;
    border-right:#999999 1px solid;
	text-align:left;
}
.nlsitemcontainer {
    height:24px; 
	background-color:#baa578;
	border-bottom:#cbb992 1px dotted;
	}

.nlsiconcell {width:22px;}
.nlssubmenucell{width:22px;}
.nlsitem {
    font-family:verdana;
    font-size:12px;
    color:#163161;
    padding:2px 5px 2px 5px;
}

.nlsitemcontainerover {
    height:24px; 
	background-color:#cbb992;
	border-bottom:#cbb992 1px dotted;
}
.nlsiconcellover {width:22px;}
.nlssubmenucellover {width:22px;}
.nlsitemover {
    font-family:verdana;
    font-size:12px;
    color:#163161;
    padding:2px 5px 2px 5px;
}

.nlsitemdisable {
    font-family:verdana;
    font-size:12px;
    color:#999999;
    padding:2px 5px 2px 5px;
}

.nlsseparatorcontainer {padding-left:28px;}

.nlsseparator {
    height:5px;
    background-image:url(img/separator.gif);
    background-position:center center;
    background-repeat:repeat-x;
}

.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 {  -moz-opacity:0.4;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 {  -moz-opacity:0.4;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 {  -moz-opacity:0.4;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);}





