/*
	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
*/
.stdMenuOut, .stdMenuIn, .stdNcMO, .stdNcMI {
	margin-left: 0px;
	padding-left: 0px;
	text-decoration:none;
	float:left;
	font-style: normal; 
}

.stdMenuOut, .stdMenuIn, .stdNcMO, .stdNcMI {
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}


.stdMenuOut, .stdMenuIn {
	clear: left;
}


.stdMenuIn, .stdMenuOut, .stdMenuIn:hover, .stdNcMI, .stdNcMO, .stdNcMI:hover {
	background-color:white;
}

.stdMenuIn, .stdNcMI {
	font-family:Arial; font-style:normal; font-weight:bold; color:#ff0000;font-size:14px; text-decoration: none;
}

.stdMenuOut, .stdNcMO, .menuMainDiv, .menuMainDivFs, .stdMenuIndent {
	font-family:Arial; font-style:normal; font-weight:bold; color:#000091;font-size:14px; text-decoration: none;
}

.stdMenuOut:hover, .stdNcMO:hover  {
	font-family:Arial; font-style:normal; font-weight:bold; color:#DE9200;font-size:14px; text-decoration: none;
}



.menuMainDiv{ width:20%; 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:54.7%; border:0px solid green; padding-left:1%; padding-right:1%; margin-top:5px; float:left; background-color:white;}


/* Full screen so pages without ads can use the full width of the screen */
.menuMainDivFs{ width:20%; 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:74.7%; border:0px solid green; padding-left:1%; padding-right:1%; margin-top:5px; float:left; background-color:white;}


.stdMenuIndent{font-size:14pt; margin-left:10%; padding:0px; border-left:0px green;  display: block; clear: both;}

