﻿#submenu
{
	display: none;
}

#menucontainer
{
	height: 40px;
}

#TopMenu
{
}
#MTopMenu
{
	list-style-type: none;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	padding: 0 25px 0 0;
	float: left;
	margin: 0;
	clear: both;
}

#MTopMenu li
{
	float: left;
	display: block;
	margin-right: 5px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Times New Roman' , Times, serif;
	letter-spacing: 2.5px;
	padding-top: 13px;
}

	#MTopMenu li .tl
	{
		background: url('images/WhiteCornerTopLeft.png') no-repeat left top;
		background-color: #e9d6c5;
	}

	#MTopMenu li .tr
	{
		background: url('images/WhiteCornerTopRight.png') no-repeat right top;
		padding: 5px 14px;
	}

#MTopMenu li.first
{
	padding: 0;
}

	#MTopMenu li.first .tl
	{
		background-color: #d6c0a8;
		font-size: 26px;
	}

	#MTopMenu li.first .tr
	{
		padding: 7px 28px;
		margin: 0;
	}

#MTopMenu li.first a, #MTopMenu li.selected a
{
	color: #461813;
}

#MTopMenu li.selected .tl
{
	background-color: #d6c0a8;
}


