/*Main menu table*/
.mmt {
	width:auto;
	height: 27px;
	margin: 0px;
	padding-bottom:0px;
	white-space:nowrap;
	z-index:10;

}


/*Main menu devider td's*/
.mmi_passive,.mmi_active,.mm_devide {
/*	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	font-size: 12px;*/
	color:#000000;
/*	white-space: nowrap;*/

}

/*Main menu ditems td's*/
.mmi_passive,.mmi_active {
	width:auto;
	text-align:left;
	cursor: pointer;

/*	text-transform: lowercase;*/
}

/*Active main menu item*/
.mmi_active {


}

/*Devider*/
.mm_devide {

	padding-left: 0px;
	padding-right: 0px;
}

/*Submenu*/
.smt {

	background: #aed278;
	width: auto;
	z-index:100;

}


.smi_passive,.smi_active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 0px;
	padding-top:0px;
	padding-bottom:0px;
	cursor: pointer;
}

.smi_passive {
	color:#000000;

}

.smi_active {
	color:#FFFFFF;
/*	background-color:#85b639;*/

}