.menu-bottom
{
	bottom: 40px;
	left: 15px;
	position: absolute;
	right: 15px;
}

.menu-bottom A
{
	color: #ffffff !important;
	font-family: tahoma, "lucida grande ce", lucida, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	padding: 0;
	text-decoration: none !important;
	text-transform: lowercase;
}

.menu-bottom A:hover
{
	color: #660000 !important;
}

.menu-bottom LI
{
	display: inline;
	margin: 0;
	padding: 0 1em;
}

.menu-bottom UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.menu-bottom UL UL
{
	display: none;
}

.menu-top
{
	bottom: 15px;
	color: #ffffff;
	height: 25px;
	left: 382px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
	width: 530px;
}

.menu-top A
{
	color: #ffffff !important;
	font-family: tahoma, "lucida grande ce", lucida, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 0;
	text-decoration: none !important;
	text-transform: uppercase;
}

.menu-top A:hover, .menu-top A.active
{
	color: #660000 !important;
}

.menu-top li
{
	border-left: 1px solid #EC8F82;
	float: left;
	margin: 0;
	padding: 5px 12px 5px;
}

.menu-top ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu-top ul ul
{
	display: none;
}

