/* MENU */
.nav-toggle
{
	cursor:pointer;
	background:var(--MENU_BGND);
	width:100%;
}
nav
{
	width:100%;
	background:var(--MENU_BGND);
	border-left: 0;
	border-right: 0;
	/*font-weight:bold;*/
}
/***********************************/
#menu li
{
	float:left;
	width:8%;
	text-align:center;
	color:VAR(--TIT_COLOR);
	border-bottom:1px;
	text-decoration:none;
	line-height:200%;
	cursor:pointer;
}

#menu li:hover
{
	background:var(--MENU_HOVER);
}

#menu ul, #menu li
{
	list-style-type:none;
	background:var(--MENU_BGND);
	margin:0;
	padding:0;
}

.M_selected
{
	background:var(--MENU_SEL_BGND)!important;
}

#toggle_menu
{
	float:right;
	vertical-align:middle;
}

.Smenu
{
	padding:5px 10px;
}

.Smenu p
{
	padding-left: 20px;
	width:70%;
	font-size:x-large;
	cursor:pointer;
	color:VAR(--TIT_COLOR);
	background:var(--SMENU_BGND);
	margin:0px;
}

.Smenu p:hover
{
	background:var(--MENU_BGND);
	color:white;
}
