* {
	padding:0px;
	margin:0px;
	font-family:Verdana;
	font-size: 10px;
}
body {
	margin: 0;							/* don't change */
	padding: 0;							/* don't change */
}
#ulMenuTreeView {
	display:table-cell;
	width:1px;
	padding:4px !important;
	padding:0px;
}


/****************************************************************/
/************************* First Level LI's *********************/
/****************************************************************/

.liFisrt {
	background-color:#CBD2D6;
	color: #999999;
	width: 75px !important;							/* don't change */
	width: 90px;							/* don't change */
	list-style: none;					/* don't change */
	list-style-type: none;				/* don't change */
	display: inline;					/* don't change */
	margin: 0px 7px;
	padding: 5px 16px;			/* change to fit main menu division image */
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: default;
	white-space: nowrap;
	border-top:6px solid #ECECEC;
}
.liFisrt a {
	display:table-cell !important;
	display:inherit;
	text-decoration:none;
	color:black; 
	font-size: 10px;
	width:69px;
}
.liFisrtOver {
	background-color:#CBD2D6;
	color: #999999;
	width: 75px !important;							/* don't change */
	width: 90px;							/* don't change */
	list-style: none;					/* don't change */
	list-style-type: none;				/* don't change */
	display: inline;					/* don't change */
	margin: 0px 7px;
	padding: 5px 16px;			/* change to fit main menu division image */
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: default;
	white-space: nowrap;
	border-top:6px solid #ECECEC;
}
.liFisrtOver a {
	display:table-cell !important;
	display:inherit;
	text-decoration:none;
	color:black; 
	font-size: 10px;
	width:69px;
}
.liFisrtOver a:hover {
	color:#FFFFFF; 
}


/****************************************************************/
/**************** Div That Renders Inside Submenu  **************/
/****************************************************************/

#divMenu {
	background-color: #FF3300;			/* change to set submenu border color */
	overflow: hidden;					/* don't change */
	padding: 0px;						/* don't change */
}

/****************************************************************/
/********** Parent Div Who Has The Source Menu Itens ************/
/****************************************************************/
iframe {
	overflow: hidden;					/* don't change */
}

#divMenuParent {
	float:left;
	background-color:#DEDEDE;
	width:772px; 
	height:17px !important; 
	height:28px; 
	padding-top:11px !important;
	padding-top:0px;
	margin-left:auto; 
	margin-right:auto; 
	display:table-cell;
	position: relative; 				/* dont't change */
	z-index:1000;						/* dont't change */
	white-space: nowrap;
	background-image:url(../images/m_01.gif);
}

/****************************************************************/
/************* Hidden Child Inside The Parent Div ***************/
/****************************************************************/

.ulChild {
	display: none;						/* don't change */
}
