
.bottom_nav {
	clear:both;
	width: 100%; 
	min-width: 980px;
	/*margin: 0 40px -2px 50px;*/
	/*border: thin solid #666666; */
	text-align: center; 
	padding: 0px 6px 0px 6px; 
	/*color: #A6A5A5; */
	position: fixed; 
	bottom: 0px; 
	/*background-color:#235586; */
	z-index: 1000; 
	font-size:0.8em;
	/*background-image: url(../images/bottommenu.png);*/
	font-family: Arial;
	font-size: 11px;
	line-height:16px;
	height:25px;
	font-weight:bold;
	border-collapse:collapse;
	border: none;
	margin: 0px 0px 0px 0px;
	}
	
.bottom_nav_left {
	width: 1062px;
	text-align: left; 
	padding: 0px 10px 0px 10px;
	padding-left: 10px;
	/*border: thin solid #666666; */
	/*background-color:#235586;*/
	font-family: Arial;
	font-size: 11px;
	line-height:16px;
	height:25px;
	font-weight:bold;
	background-image: url(../images/bottommenu.png);
}

.bottom_nav a {color: #FFFFFF; text-decoration: none;}

.ie .bottom_nav {height: 23px;}

.ie .bottom_nav {left: 0%;}

.bottom_nav strong {float: left; padding: 4px 10px 4px 10px; font-weight: bolder; color: #ffffff ; border-right:solid 1px;}

