#menuSystem			{
	z-index: 1;
	width: 100%;
	
}
#menuSystem table		{
	font-family:Tahoma;
	font-size: 10pt;
	border-collapse:collapse;
	
	width:212px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00AF0A;
	border-left-color: #00A80A;
}
#menuSystem table	td	{ padding:0px; }

#mainTable table 		{ border-top:1px outset #00AF0A; border-bottom:1px outset #00AF0A;   }
#mainTable th           	{ background-color: #00AF0A; padding: 5px;   width:100%; text-align:left; color:#fff}
#mainTable th:hover{ background-color:#006A06; width:100%; }  
#mainTable table td 	{ background-color: #3ED72D; padding: 5px;  text-align:left; margin-bottom:1px; border-bottom:1px dotted #FFFFFF;}
#mainTable table td:hover{ background-color: #FFFFFF; border-left:4px solid 00A80A; border-right:1px solid 00A80A;}

#mainTable a       		{ color: #005984 ; padding-left: 3px; padding-right: 3px; font-family: Tahoma; font-size: 10pt; text-decoration: none }
#mainTable a:link       	{ color: #000 ; padding-left: 3px; padding-right: 3px; font-family: Tahoma; font-size: 10pt; text-decoration: none }
#mainTable a:hover      	{ color: #000; padding-left: 3px; padding-right: 3px; background-color:#fafafa; font-family: Tahoma; font-size: 10pt; text-decoration: none; display:block; }
.borderleft {
	background-image: url(images/left.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	
}
.borderright {
	background: url(images/right.jpg) right repeat-y;;
	
	overflow:hidden;
}

