


/* ----- MAINMENU ----- */

.menu_frame
{
	width: 100%;
	height: 30px;

	text-align: left;
	background-color: #d4805a;

	vertical-align: top;

	border-bottom: 4px solid #321d0c;
}

.menu_table
{

}

.menu_table td { white-space: nowrap }

/* Menu Depth 1 */
.menu_entry, .menu_entry_selected
{
	padding: 5px 18px 5px 11px;

	font-size: 12px;
}

.menu_entry_selected a	{ color: #321d0d; text-decoration: none; font-weight: bold }

.menu_entry a			{ color: #fedbba; text-decoration: none; font-weight: bold }
.menu_entry a:visited	{ color: #fedbba; text-decoration: none; font-weight: bold }
.menu_entry a:hover		{ color: #321d0d; text-decoration: none; font-weight: bold }

