/* CSS Document */
.left_top
{
	width: 17px;
	height: 14px;
	background-image: url(../Images/_nav/left_top.gif);
	background-repeat: no-repeat;	
}
.left
{
	width: 17px;
	background-image: url(../Images/_nav/left.gif);
	background-repeat: repeat-y;
}
.left_bottom
{
	width: 17px;
	height: 14px;
	background-image: url(../Images/_nav/left_bottom.gif);
	background-repeat: no-repeat;
}
.right_top
{
	width: 17px;
	height: 14px;
	background-image: url(../Images/_nav/right_top.gif);
	background-repeat: no-repeat;
}
.right
{
	width: 17px;
	background-image: url(../Images/_nav/right.gif);
	background-repeat: repeat-y;
}
.right_bottom
{
	width: 17px;
	height: 14px;
	background-image: url(../Images/_nav/right_bottom.gif);
	background-repeat: no-repeat;
}
.top
{
	height: 14px;
	background-image: url(../Images/_nav/top.gif);
}
.bottom
{
	height: 14px;
	background-image: url(../Images/_nav/bottom.gif);
}
.back
{
    vertical-align:top;
	background-color: #F7F7F7;	
	font-size: 11px;
	color: #333333;
}

