#bottommenu
{
	width: 990px;
	height: 37px;
	line-height: 37px;
	margin: 0 0 0 0px;
	background: #F4F1E9 url(../images/bg_bottom_menu.jpg) scroll no-repeat center 0;
	text-align: center;
	position:relative;
	clear:both;
}


#bottommenu .bot-menu
{
	border:0 none;
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

#bottommenu .bot-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	position: relative;
	z-index: 5;
	background:none;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
#bottommenu .bot-menu A
{
	color: #666;
	text-decoration: none;
}
#bottommenu .bot-menu A:HOVER
{
	color: #127078;
	text-decoration: underline;
}