#btm_cont
{width:100%;}

#btm_links
{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	font-size:10px;
	/*background-color: #6FC;
	border-top-width: 0.5px;
	border-bottom-width: 0.5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1F7106;
	border-bottom-color: #1F7106; */
	height: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#btm_links ul
{
	clear:left;
	float: left;
	list-style:none;
	position: relative;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}

#btm_links ul li 
{
	display:block;
	float: left;
	list-style:none;
	position:relative;
}

#btm_links ul li a
{
	height:16px;
	line-height:14px;
	float:left;
	width:120px;
	display:block;
	color:#1F7106;
	text-decoration:none;
	text-align:center;
	background-color: #6FC;
	/*background-repeat: repeat-x;*/
	background-position: left bottom;
	border: 0.5px solid #fff;
}

#btm_links ul li a:hover
{
	background:url(/assets/images/bg_nav.gif) #fff bottom left repeat-x;
	height:16px;
	line-height:14px;
	float:left;
	width:120px;
	display:block;
	border:0.5px solid #FF0;
	text-decoration:underline;
	text-align:center;
	color: #fff;
}

/*Hide from IE5-Mac \*/
#btm_links ul li a
{
	float:none
}

/*End Hide */
