/* Menus */
#header-bottom ul.menu{
	list-style:none;
	margin: 0 20px 0 20px;
}
#header-bottom ul.menu li img{
	border: none;
	border-radius: 0px;
}
#header-bottom ul.menu li{
	height: 30px;
/*	width: 140px;*/
	float: left;
	font-size: 16px;
	border-left: 1px solid #c88825;
	border-right: 1px solid #c88825;
	margin: 12px 0 0 0;
}
#header-bottom ul.menu li a{
	display: block;
	height: 27px;
/*	width: 120px;*/
	text-align: center;
	margin: 0 10px 0 10px;
	padding: 3px 10px 0 10px;
	color: white;
	text-decoration: none;
}
#header-bottom ul.menu li.item-101{
	width: 70px;
}
#header-bottom ul.menu li a.home{
	width: 50px;
}
#header-bottom ul.menu li a:hover,
#header-bottom ul.menu li.active a{
	background: #28466e url('../images/menu-top-bck.jpg');
	text-decoration: underline;
}
#header-bottom ul.menu li a:visited{
}
#body-right ul.menu{
	list-style:none;
	border-top: 1px solid #eee8e5;
	border-left: 1px solid #eee8e5;
	border-right: 1px solid #eee8e5;
}
#body-right ul.menu li{
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #eee8e5;
	padding: 0 5px 0 5px;
}
#body-right ul.menu li a{
	text-decoration: none;
	color: #28466e;
	font-weight: bold;
	display: block;
}
#body-right ul.menu li.item-121 a{
	letter-spacing:-0.592px;
}
#body-right ul.menu li.item-125 a{
	letter-spacing:-0.309px;
}
#body-right ul.menu li:hover,
#body-right ul.menu li.active{
	background: #28466e url('../images/menu-top-bck.jpg');
}
#body-right ul.menu li a:hover,
#body-right ul.menu li.active a{
	color: white;
	text-decoration: underline;
}

#footer ul.menu{
	list-style:none;
}
#footer ul.menu li{
	float: left;
	margin: 0 20px 0 0;
	font-size: 12px;
}
