﻿.Lang_Item_Left
{
	background:url(images/MenuItemRight.PNG) no-repeat right bottom; 
	width:5px; 
	height:35px;
	float:right;
	vertical-align:bottom;
}
.Lang_Item_Middle
{
	background:url(images/MenuItemMiddle.PNG) repeat-x bottom;	
	font-weight:bold;
	vertical-align:bottom;		
	float:right;
	height:35px;
}
.Lang_Item_Right
{
	background:url(images/MenuItemLeft.PNG) no-repeat left bottom; 
	width:5px;
	height:35px;
	float:right;
	vertical-align:bottom;
}
.Menu_Item_Left{
	background:url(images/MenuItemLeft.PNG) no-repeat right bottom; 
	width:5px; 
	height:35px;
	float:left;
}
.Menu_Item_Middle{
	background:url(images/MenuItemMiddle.PNG) repeat-x bottom;	
	font-weight:bold;		
	padding: 0px;
	line-height:35px;
	float:left;
}
.Menu_Item_Right{
	background:url(images/MenuItemRight.PNG) no-repeat left bottom; 
	width:10px;
	height:35px;
	float:left;
}
.Header_Left
{
	background:url(images/MenuItemLeft.PNG) no-repeat right bottom; 
	width:10px; 	
	height:25px;
	float:left; 	
}
.Header_Middle
{
	background:url(images/MenuItemMiddle.PNG) repeat-x bottom;		
	vertical-align:bottom;		
	padding:5px 10px 0px 10px;	
	height:20px;
	float:left;
}
.Header_Right
{
	background:url(images/MenuItemRight.PNG) no-repeat left bottom; 
	width:10px;
	height:25px;
	float:left;
}
