/* 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; }
#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;}

/* NAV for SB46 */

#NAV{
	width:100%;
	height:90px;
	margin:5px 27px 10px 27px;
	
}

.BOX {
	float:left;
	width: 300px;
	height: 80px;
	margin:5px;
	border: 1px solid #E4E4E4;
	/*box-shadow: 0 0 5px #666;
	background-color: #FFF;*/
	position: relative;
	border-radius: 5px;
	overflow: hidden;	
}
.BOX .TEXT {
	border-radius: 5px;
	width: 310px;
	height: 80px;
	position: absolute;
}
.BOX .TEXT img{
	border-radius: 5px;
}
