﻿#MenuArea
{
	width: 927px;
	height: 31px;

	margin: 7px 0px 0px 0px;
	padding: 1px 0px 0px 45px;

	list-style-type: none;
	
	background-image: url(../../Images/Menu/MenuBackground.png);
	background-repeat: no-repeat;
}

#MenuArea a
{
	color: #FFFFFF;
	text-decoration: none;
}


#MenuArea li
{
	float: left;
	height: 32px;
}

.MenuLeftPart
{
	float: left;
	
	margin: 0px 0px 0px -10px;
	
	width: 20px;
	height: 30px;
	
	background-image: url(../../Images/Menu/MenuLeftPart.png);
}

.MenuMiddlePart
{
	float: left;
	
	height: 25px;
	
	padding: 5px 7px 0px 10px;
	text-align: center;
	
	background-image: url(../../Images/Menu/MenuMiddlePart.png);
	background-repeat:repeat-x;
}

.MenuRightPart
{
	float: left;
	
	width: 19px;
	height: 30px;
	
	background-image: url(../../Images/Menu/MenuRightPart.png);
	background-repeat: no-repeat;
}