﻿.vertMenuContainer
{
	margin-top: 20px;
	width: 195px;
	height: auto;
	
}
.vertMenuContainer .header
{
	width: 195px;
	height: 15px;
	background: url(../images/VerticalMenuHeadBG-97caf1.png) no-repeat top left;
	xborder:1px solid red;
}
.vertMenuContainer .body
{
	width: 195px;
	background: url(../images/VerticalMenuBodyBG-97caf1.png) repeat-y top left;
	display:table;
	xborder:1px solid red;

}
.vertMenuContainer .footer
{
	width: 195px;
	height: 39px;
	background: url(../images/VerticalMenuFooterBG-97caf1.png) no-repeat top left;
	xborder:1px solid red;
}

