/*
	For now a single smart phone menu CSS implemented with this file to allow "big" buttons for big fingers on a little screen! Note : drop down menus for small smart phone screens are not advised because of ergonomic considerations (gliding fingers are not as precise as a mouse pointer).

	Defined : .stdNcMO, .stdNcMI for compatibility with stdMenus.css 
**/

.menuMainDiv{width:99%; margin-left:0%; margin-right:0.5%; padding-left:0.5%; padding-bottom:15px; float:left;}

.mainPlugDiv{width:98.5%; margin-left:0.5%; margin-right:0.5%; border:0px solid green; padding-left:0.5%; padding-right:0.5%; float:left;}



.mainPlugDivFs{width:98.5%; margin-left:0.5%; margin-right:0.5%; border:0px solid green; padding-left:0.5%; padding-right:0.5%; float:left;}





.stdMenuIndent {font-size:18pt; margin-left:0.3em; padding:0px; display:block; float:left;}

.stdMenuSmPhTtl, .stdMenuOut, .stdMenuIn, .stdNcMO, .stdNcMI{
	text-decoration: none;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-right: 2px solid white;

	float: left;
	display: block;

	position: relative;
	z-index:20;
}

.stdMenuIn, .stdNcMI{
	font-family:Arial; font-style:normal; font-weight:bold; color:#000000;font-size:18px; text-decoration: none;
}

.stdMenuSmPhTtl, .stdMenuOut, .stdNcMO{
	font-family:Arial; font-style:normal; font-weight:bold; color:#000000;font-size:18px; text-decoration: none;
}

.stdMenuOut:hover, .stdNcMO:hover{
	font-family:Arial; font-style:normal; font-weight:bold; color:#000000;font-size:18px; text-decoration: none;
}

/*
  Main Smart phone Addition
*/

.stdMenuSmPhTtl {
	background-color: #bbbbbb; 
}

.stdMenuOut, .stdNcMO{
	background-color: #bbbbbb; 
}

.stdMenuIn, .stdNcMI{
	background-color: #dddddd; 
}

.stdMenuOut:hover, .stdNcMO:hover{
	background-color: #eeeeee; 
}

.stdMenuIn:hover, .stdNcMI:hover{
	background-color: #dddddd; 
}


.slTmImg{
	margin-right: 5px; 
}



