/* mega meeting nav */

#content ul#mnav {list-style-type: none; margin: 0 auto 12px auto; padding: 0; width: 100%; display: block; text-align: center !important;}
#content ul#mnav li {display: inline-block; margin: 0; padding: 0; width: 158px; height: 51px;}
#content ul#mnav li a {text-decoration: none !important;} #content ul#mnav li a:hover{text-decoration: none !important;}
#content ul#mnav li a div {padding: 0; margin: 2px; 
				width: 154px; height: 47px; text-align: center;
				font-family: "open sans", sans-serif; font-size: 1.05em; font-weight: none; color: #FFFFFF;}
#content ul#mnav li:hover a div {background-color: transparent !important;}


/* NAV TITLE */
#content .nav_title {width: 946px; padding: 9px 0 3px 0; margin: 0 18px 15px 18px;
						background-repeat: no-repeat; background-position: center left; clear: both;}
#content .nav_title h1 {margin: 10px 0 0 150px; padding: 0px 40px 0 0; color: #FFFFFF !important; font-weight: bold !important; text-align: right;}
#content .nav_title h3 {margin: 0 0 10px 270px; padding: 3px 40px 0 3px; color: #FFFFFF !important; font-weight: bold !important; text-align: right;}

#content .nav_title .nav_daily				{color: #BBBBBB; font-size: 0.75em; width: 98%; font-weight: bold; margin: 6px auto; padding: 5px 0 5px 0; box-shadow: 4px 3px 3px 0px #666666; word-spacing: 3px;}

#content .nav_title .nav_daily a			{color: #FFFFFF; text-decoration: none; font-size: 1em; font-weight: bold;}
#content .nav_title .nav_daily a:link		{color: #FFFFFF;}
#content .nav_title .nav_daily a:active		{color: #FFFFFF;}
#content .nav_title .nav_daily a:visited	{color: #FFFFFF;}
#content .nav_title .nav_daily a:hover		{color: #FFFFFF; text-decoration: underline; opacity: 1; filter: alpha(opacity=80);}
#content p {text-align: left !important;}


/*****************navigation bar*********************/


/**********************************************/
#smallnav {
	width: 100%;
    margin: 0;
    /* overflow: hidden; */
    padding: 0;
    clear: both;
    box-sizing: border-box;
}

ul#snav {
    margin: 10px 0 15px 0;
    padding: 0;
    width: 100%;
    /* display: block; */
    line-height: 1.5;
	float: left;
}
ul#snav li {
    float :left;
    margin: 0;
    padding: 0 !important;
    width: 11.1111111111111111111111111111111111111111111111111%;
    height: auto;
    box-sizing: border-box;
	text-align: center;
    font-family: "open sans", sans-serif;
    font-size: 0.8em !important;
    font-weight: none;
    color: #FFFFFF;
	border-left: 1px solid #FFF;
	letter-spacing: 0px;
	list-style: none;
}
ul#snav li a {
    text-decoration: none !important;
    width: 100%;
	text-align: center;
    font-family: "open sans", sans-serif;
    font-size: 0.8em !important;
    font-weight: none;
    color: #FFFFFF;
	border: 0;
}
ul#snav li a:hover {
    text-decoration: none !important;
	text-align: center;
    font-family: "open sans", sans-serif;
    font-size: 0.8em !important;
    font-weight: none;
    color: #FFFFFF;
	border: 0;
	
}
ul#snav li a div {
    padding: 3px 2px;
    margin: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: "open sans", sans-serif;
    font-size: 0.8em !important;
    font-weight: bold;
    color: #FFFFFF;
	box-sizing: border-box;
	letter-spacing: 0px;
}


/*#content ul#snav li:nth-child(7) a div {
    padding: 0;
    margin: 2px;
    width: 124px;
    height: 47px;
    text-align: center;
    font-family: "open sans", sans-serif;
    font-size: 0.5em;
    font-weight: none;
    color: #FFFFFF;
}*/
ul#snav li:hover a div {
    background-color: transparent !important;
}
/*********************************************************************/
