﻿.memberVerticalMenuContainer
{
	margin-top: 20px;
	width: 195px;
	height: auto;
		border:1px solid #5cbaf0;
}
.memberVerticalMenuContainer .header
{
	width: 195px;
	height: 35px;
	xbackground: url(../images/VerticalMenuHeadBG-97caf1.png) no-repeat top left;
	xborder:1px solid red;
	background:#d0e7f8;

}
.memberVerticalMenuContainer .body
{
	width: 195px;
	display:table;
	min-height:100px;
	position:relative;
	z-index:0;


}
.memberVerticalMenuContainer .footer
{
	width: 195px;
	height: 20px;
	background:#d0e7f8;
	xbackground: url(../images/VerticalMenuFooterBG-97caf1.png) no-repeat top left;
	xborder:1px solid red;
}

.memberVerticalMenuContainer .header span
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:Navy;


}
