.bottom-menu A, .bottom-menu A:link, .bottom-menu A:visited, .bottom-menu A:active
{
	color: #cccc99;
	font-family: tahoma, "lucida grande ce", lucida, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}

.bottom-menu A:hover
{
	color: #ffffcc;
}

.bottom-menu LI
{
	float: left;
	margin: 0;
	padding: 0 0 0 40px;
}

.bottom-menu UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.bottom-menu UL UL
{
	display: none;
}

.left-menu A, .left-menu A:link, .left-menu A:visited
{
	color: #ffcc33;
	display: block;
	padding: 3px 0;
	text-decoration: none;
}

.left-menu A:hover, .left-menu A.active, .left-menu A:active
{
	color: #ffffff;
}

.left-menu LI
{
	border-bottom: 1px solid #339933;
	margin: 0;
	padding: 5px 0;
}

.left-menu LI A, .left-menu LI span
{
	font-size: 1.1em;
	font-weight: bold;
}

.left-menu LI LI
{
	border-bottom: none;
	font-size: 1em;
	padding: 0;
}

.left-menu LI LI A
{
	font-size: 1em;
	font-weight: normal;
}

.left-menu span
{
	color: #ffcc33;
	display: block;
	padding: 3px 0;
}

.left-menu UL
{
	list-style: none;
	margin: 0px;
	padding: 0 10px;
}

.left-menu UL UL
{
	padding: 0 0 0 15px;
}

.top-menu A, .top-menu A:link, .top-menu A:visited
{
	border-left: 1px solid #393;
	color: #ffcc33;
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bolder;
	line-height: 24px;
	padding: 0 24px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.top-menu A:hover, .top-menu A.active, .top-menu A:active
{
	color: #ffffff;
}

.top-menu li
{
	float: left;
	margin: 0;
	padding: 8px 0;
}

.top-menu ul
{
	list-style: none;
	margin: 0px;
	margin-left: -1px;
	padding: 0px;
}

.top-menu ul ul
{
	display: none;
}

