.nlsmenu {
    border-top:  #996600 1px solid;
    border-left:#996600 1px solid;
    border-bottom:#996600 1px solid;
    border-right:#996600 1px solid;
	margin-left:10px;
    z-index:1;
	text-align:left;
}

.nlsitemcontainer {
    height:28px; 
	width:140px;
	background-color:#5c2b0f;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-moz-opacity:.85;
	border-top:#2a1103 1px solid;
	text-align:left;
	}

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

.nlsitemcontainerover {
    height:28px; 
	background-color:#BF6819;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-moz-opacity:.9;
	border-top:#2a1103 1px solid;
	text-align:left;
}
.nlsiconcellover {width:22px;}
.nlssubmenucellover {width:22px;}
.nlsitemover {
    font-family:verdana;
    font-size:12px;
	font-weight:bold;
    color:#ffffff;
    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;}





/* TOP LEVEL MENU STYLES */

.main_nlsmenu {
    z-index:1;  
	text-align:center; 
	padding-left:35px;
}

.main_nlsitemcontainer {
    height:35px;
    padding-left:10px;
    padding-right:10px;
	text-align:center;
}
.main_nlsiconcell {width:22px;}
.main_nlssubmenucell{width:20px;}
.main_nlsitem {
    padding:10px 12px 7px 12px;
	margin:0px;
	position:relative;
	top:8px;
	color:#5c2b0f;
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

.main_nlsitemcontainerover {
    height:35px;
    padding-left:10px;
    padding-right:10px;
	text-align:center;
}
.main_nlsiconcellover {width:22px;}
.main_nlssubmenucellover {width:20px;}
.main_nlsitemover {
    padding:10px 12px 2px 12px;
	margin:0px;
	color:#5c2b0f;
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
	border-bottom:5px solid #5c2b0f;
}

.main_nlsitemdisable {
    padding:10px 12px 2px 12px;
	margin:0px;
	color:#5c2b0f;
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
	border-bottom:5px solid #5c2b0f;
}

.main_nlsseparatorcontainer {padding-left:0px;}

.main_nlsseparator {
    height:16px;
    width:1px;
    background-image:url(images/nav-divider.gif);
    background-position:bottom center;
    background-repeat:no-repeat;
}

