/*
	Standard Menus

	Following options were probably useless : .stdMenuOutStar, .stdMenuInStar
		replaced partially here by aq need to avoid "clear: left;" on 1st vertical button
		----> .stdNcMO, .stdNcMI
*/
.stdMenuTitle, .stdMenuOut, .stdMenuIn, .stdNcMO, .stdNcMI {
	margin-left: 0px;
	padding-left: 0px;
	text-decoration:none;
	float:left;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

.stdMenuTitle, .stdMenuOut, .stdMenuIn {
	clear: left;
}


/* MENU COLORS */
.stdMenuIn, .stdNcMI {
	font-weight:bold; color:#FF0000;font-size:14px; text-decoration: none;
}
.stdMenuTitle, .stdMenuOut, .stdNcMO, .menuMainDiv, .menuMainDivFs, .stdMenuIndent {
	font-weight:bold; color:#000091;font-size:14px; text-decoration: none;
}
.stdMenuTitle {
	color:#000000;
}
.stdMenuOut:hover, .stdNcMO:hover  {
	font-weight:bold; color:#DE9200;font-size:14px; text-decoration: none;
}



.menuMainDiv{ width:33%; font-size:14pt; margin-left:0.3%; margin-right:0.5%; margin-top:5px; padding-top:5px; padding-left:0.5%;  border:2px solid red; float:left; background-color:white;}

.mainPlugDiv{ width:41.7%; border:0px solid green; padding-left:1%; padding-right:1%; margin-top:5px; float:left}


/* Full screen so pages without ads can use the full width of the screen */
.menuMainDivFs{ width:23%; font-size:14pt; margin-left:0.3%; margin-right:0.5%; margin-top:5px; padding-top:5px; padding-left:0.5%;  border:2px solid red; float:left; background-color:white;}

.mainPlugDivFs{width:71.7%; border:0px solid green; padding-left:1%; padding-right:1%; margin-top:5px; float:left}


.stdMenuIndent{font-size:14pt; margin-left:10%; padding:0px; border-left:0px green;  display: block; clear: both;}

