#sub_nav { background: rgb(200,200,200); height: 25px; margin-bottom: 10px; width: 100%; }
#sub_nav div { display: block; margin: 0 auto; width: 1000px; height: 25px; }
#sub_nav ul, #sub_nav li { display: inline; margin: 0; padding: 0; list-style: none; text-indent: none; }
#sub_nav li { display: inline-table; width: 121px; text-align: center; }
#sub_nav li a { line-height: 25px; border-radius: 17px; font-size: 13px; padding: 2px 10px; font-weight: bold; text-decoration: none; }
#sub_nav li a:hover { color: white; background: rgb(100,100,100); }

.bw_news_detail_article p {
	margin: 0px;
    display: inline;
}

.section_image_cell > table {
	width: 1px;
}

.section_image_cell > table .section_image {
	max-width: none;
}

.menu > li > ul {
    position: absolute;
    left: 0;
    top: 27px;
    display: none;
    z-index: 8000 !important;
}