﻿/* box */
.PanelMenuTopLeft
{
	background: url('../images/Box/LeftTopEdge.jpg') no-repeat;
	width: 15px; 
	height: 9px;
	
}

.PanelMenuTopMid
{
	background: url('../images/Box/TopBorder.jpg') repeat-x;
	width: 164px; 
}

.PanelMenuTopRight
{
	background: url('../images/Box/RightTopEdge.jpg') no-repeat;
	width: 20px; 
}

.PanelMenuCenterLeft
{
	background: url('../images/Box/LeftBorder.jpg') repeat-y;
	width: 14px; 
	height: 160px;
	
}

.PanelMenuCenterMid
{
    background-color: #f6f6f3;
}

.PanelMenuCenterRight
{
	background: url('../images/Box/RigthBorder.jpg') repeat-y;
}

.PanelMenuBottomLeft
{
	background: url('../images/Box/LeftBottomEdge.jpg') no-repeat;
	width: 14px; 
	height: 15px;

}

.PanelMenuBottomMid
{
	background: url('../images/Box/BottomBorder.jpg') repeat-x;
	height: 20px;
}

.PanelMenuBottomRight
{
	background: url('../images/Box/RigthBottomEdge.jpg') no-repeat;
}

