/***** Classes for the Collapsible Menu *****/
#menuSystem		
{ 
	position: relative; 
}
#menuSystem TABLE	
{ 
	border-collapse:collapse;
}
#menuSystem TABLE TD	
{ 
	padding:0px; 
}

#menuSystem2
{ 
	position: relative; 
}
#menuSystem2 TABLE	
{ 
	border-collapse:collapse;
}
#menuSystem2 TABLE TD	
{ 
	padding:0px; 
}
#mainTable TABLE 	
{ 
	border:0px outset #336699; 
	border-collapse:collapse; 
}
#mainTable TH 
{
	font-family: Arial;
	font-size: 13px;
	width:149px;
	color:#FFFFFF;
	padding-left: 0px;
	background-image: url(../images/mup.gif);
	background-repeat: no-repeat;
	word-spacing: normal;
	white-space: normal;
	height: 29px;
	margin: 1px;
	padding-top: 3px;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	background-position: right top;
}
#mainTable TABLE TD
{
	background-color: #DCDCDC;
	padding: 10px;
	text-align:right;
	width: 135px;
	background-image: url(../images/mbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainTable2 TABLE 	
{ 
	border:0px outset #336699; 
	border-collapse:collapse; 
}
#mainTable2 TH 
{
	font-family: Arial;
	font-size: 13px;
	width:149px;
	color:#FFFFFF;
	padding-left: 0px;
	background-image: url(../images/mup.gif);
	background-repeat: no-repeat;
	word-spacing: normal;
	white-space: normal;
	height: 27px;
	margin: 1px;
	padding-top: 3px;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	background-position: right top;
}
#mainTable2 TABLE TD
{
	background-color: #DCDCDC;
	padding: 10px;
	text-align:right;
	width: 135px;
	background-image: url(../images/mbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/***** Classes for the Tree Menu *****/
.leveler ul
{ 

	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	line-height:15px;
	
	

	

}

.leveler li
{
	background: url(../images/list.gif) no-repeat right 5px;
	list-style-type: none;
	padding-left:0px;
	margin-bottom: 0px;
	direction:rtl;
	padding-right: 10px;
	padding-top: 0px;
}
.leveler li.submenu
{
	background-image: url(../images/closed.gif);
	background-position:right 2px;
	background-repeat:no-repeat;	
	cursor:pointer;
}
.leveler li.submenu ul
{ 
	display: none; 
}

.leveler .submenu ul li
{ 
	margin-left: 0px;
	padding-left: 10px;
	cursor: pointer ;
	margin-bottom:0px
}

.leveler a:link, a:visited
{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	background-position: right;
}
.mup {
	background-image: url(../images/mup.gif);
	background-repeat: no-repeat;
}
.mdown {
	background-image: url(../images/mdown.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 135px;
	margin: 0px;
	padding: 0px;
	height: 9px;
}

