/* main */
.main_nlsmenu{
	font-weight: bolder;
	width: 180px;
}
.main_nlsitemcontainer{
	
}
.main_nlsitemcontainerover{
	background: url(../../images/nav_over_background.png) top left no-repeat;
}
.main_nlsitem{
	color: #D6D6D6;
	font-size: 13px;
	letter-spacing: 0px;
	padding: 5px 0px 7px 35px;
	text-transform: uppercase;
	font-weight: bolder;
}
.main_nlsitemover{
	color: #D6D6D6;
	font-size: 13px;
	letter-spacing: 0px;
	padding: 5px 0px 7px 35px;
	text-transform: uppercase;
	font-weight: bolder;
}
.main_nlsitemsel{
	background: url(../../images/nav_selected_background.png) 6px 9px no-repeat;
	color: #D6D6D6;
	font-size: 13px;
	letter-spacing: 0px;
	padding: 5px 0px 7px 35px;
	text-transform: uppercase;
	font-weight: bolder;
}
.main_nlssubmenucell{
	width: 20px;
	height: 15px;
	background: url(../../images/nav_arrow.png) left center no-repeat;
}
.main_nlssubmenucellover{
	width: 20px;
	height: 15px;
	background: url(../../images/nav_arrow.png) left center no-repeat;
}
.main_nlssubmenucellsel{
	width: 20px;
	height: 15px;
	background: url(../../images/nav_arrow.png) left center no-repeat;
}



/* sub */
.nlsmenu {
	margin-left: 3px;
    background: #2849AA;
    z-index: 1;
    min-width: 100px;
    border: 1px solid #162963;
}

.nlsitemcontainer {
    padding: 0px;
}
.nlsiconcell {
	width: 20px;
}
.nlsitem {
    color: #D6D6D6;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 5px 5px 5px 5px;
}

.nlsitemcontainerover {
    height: 27px;
    padding: 0px;
    background-color: #366EB8;
}
.nlsiconcellover {width:16px;}
.nlsitemover {
    color: #D6D6D6;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 5px 5px 5px 5px;
    background: #366EB8;
}

.nlsitemdisable {
    font-size: 12px;
    color: #D6D6D6;
    padding: 5px 5px 5px 5px;
}

.nlsitemsel{
	color: #D6D6D6;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 5px 5px 5px 5px;
    background: #2849AA;
}

.nlssubmenucell{
	width: 40px;
	height: 15px;
	background: url(../../images/nav_arrow.png) 20px center no-repeat;
}
.nlssubmenucellover{
	width: 40px;
	height: 15px;
	background: url(../../images/nav_arrow.png) 20px center no-repeat;
}
.nlssubmenucellsel{
	width: 40px;
	height: 15px;
	background: url(../../images/nav_arrow.png) 20px center no-repeat;
}

.nlsseparatorcontainer {padding-left:28px;}

.nlsseparator {
    height: 5px;
    background-image:url(http://localhost/racketlon/scripts/Menu/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:7px;height:100%;background-image:url(http://localhost/racketlon/scripts/Menu/img/3dred.gif);background-position:bottom;border-top:#000000 1px solid;}
.mright {width:0px;}

/*
.horzshadow { -moz-opacity:0.4;background-repeat:no-repeat; background-image:url(http://localhost/racketlon/scripts/Menu/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(http://localhost/racketlon/scripts/Menu/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(http://localhost/racketlon/scripts/Menu/img/cornershadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
*/
