﻿.menu-frame .top {
	background-image: url(Images/menubg-top.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 184px;
	height: 10px;
}
.menu-frame .mid {
	background-image: url(Images/menubg-mid.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 184px;
	vertical-align: top;
	text-align: center;
}
.menu-frame .bottom {
	background-image: url(Images/menubg-bottom.gif);
	background-repeat: no-repeat;
	width: 184px;
	height: 10px;
}
.separator 
{
    background-image: url(Images/separator.gif);
	background-repeat: no-repeat;
}