/*cfw menu style sheet*/
.main_menu_nlsmenu
{
	background-image: none;
	z-index: 1;
}

.main_menu_nlsitemcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 238px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top: 8px;
	padding-left: 25px;
	padding-bottom: 8px;
	background-color:#FFFFFF;
	background-image: url(../get_images/menu/blue_square_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BCA6D0;
}
.main_menu_nlsiconcell {width:22px;}
.main_menu_nlssubmenucell{width:25px;}
.main_menu_nlsitem
{
	color: #000000;
	text-decoration: none;

}

.main_menu_nlsitemcontainerover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: 238px;
	text-decoration: none;
	text-align: left;
	padding-top: 8px;
	padding-left: 25px;
	padding-bottom: 8px;
	background-color: #C5B1D4;
	background-image: url(../get_images/menu/blue_square_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BCA6D0;
}
.main_menu_nlsiconcellover {width:22px;}
.main_menu_nlssubmenucellover {width:20px;}
.main_menu_nlsitemover {
	color: #8D64AB;
	text-decoration: none;
}

.main_menu_nlsitemdisable {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size:13px;
	font-weight:bold;
    color:#c0c0c0;
    padding:2px 10px 2px 10px;
}

.main_menu_nlsseparatorcontainer
{
    padding-right: 0px;
    padding-left: 0px;
}
.main_menu_nlsseparator
{
	height: 2px;
	background-image: none;
	width: 180px;
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.main_menu_mtopleft {height:0px; width:0px;}
.main_menu_mtopright {height:0px; width:0px;}
.main_menu_mbottomleft {width:0px; height:0px;}
.main_menu_mbottomright {width:0px; height:0px;}
.main_menu_mtop {height:0px;}
.main_menu_mbottom {height:0px;}
.main_menu_mleft {width:0px;}
.main_menu_mright {width:0px;}

.main_menu_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);}
.main_menu_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);}
.main_menu_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);}


/*drop downs*/
.main_menu_dropdown_nlsmenu
{
}

.main_menu_dropdown_nlsitemcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-left: 35px;
	padding-bottom: 5px;
	background-color: #DDDEDF;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	width:200px;
}
.main_menu_dropdown_nlsiconcell {width:22px;}
.main_menu_dropdown_nlssubmenucell{width:20px;}
.main_menu_dropdown_nlsitem
{
	color: #000000;
	text-decoration: none;
}

.main_menu_dropdown_nlsitemcontainerover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-left: 35px;
	padding-bottom: 5px;
	background-color: #C5B1D4;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	width:200px;
}
.main_menu_dropdown_nlsiconcellover {width:22px;}
.main_menu_dropdown_nlssubmenucellover {width:20px;}
.main_menu_dropdown_nlsitemover {
	color: #8D64AB;
	text-decoration: underline;
}

.main_menu_dropdown_nlsitemdisable {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#c0c0c0;
    padding:2px 10px 2px 10px;
}

.main_menu_dropdown_nlsseparatorcontainer
{
    padding-right: 0px;
    padding-left: 0px;
}
.main_menu_dropdown_nlsseparator
{
    height: 16px;
    background-image: none;
    width: 1px;
    background-color: #8DAA1C;
    margin: 4px 0px;
}

.main_menu_dropdown_mtopleft {height:0px; width:0px;}
.main_menu_dropdown_mtopright {height:0px; width:0px;}
.main_menu_dropdown_mbottomleft {width:0px; height:0px;}
.main_menu_dropdown_mbottomright {width:0px; height:0px;}
.main_menu_dropdown_mtop {height:0px;}
.main_menu_dropdown_mbottom {height:0px;}
.main_menu_dropdown_mleft {width:0px;}
.main_menu_dropdown_mright {width:0px;}

.main_menu_dropdown_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);}
.main_menu_dropdown_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);}
.main_menu_dropdown_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);}
