.topBorder{
	height:6px;
	background: url(../images/menu/top.gif) repeat-x;
}
.rightTop{
	width:8px;
	height:8px;
	background: url(../images/menu/righttop.gif) no-repeat;
}
.leftTop{
	width:8px;
	height:8px;
	/*background: url(../images/menu/lefttop.gif) no-repeat;	*/
	border-left: 1px solid #858585;
	border-top: 1px solid #858585;
}
.centerright{
	width:9px;	
	background: url(../images/menu/centerright.gif) repeat-y;
}
.centerleft{
	/*background: url(../images/menu/centerleft.gif) repeat-y;*/
	border-left: 1px solid #858585;
}
.bottomright{
	width:8px;
	height:7px;
	background: url(../images/menu/bottomright.gif) no-repeat;
}
.bottomleft{
	width:8px;
	height:7px;
	background: url(../images/menu/bottomleft.gif) no-repeat;
}
.bottomBorder{
	background: url(../images/menu/bottom.gif) repeat-x;
}
.menuInner{
	padding-left: 5px;
	padding-right: 3px;
}

.menuHeader{
	font-weight: bold;
	border-bottom: 1px solid #C4C4C4;
}

.menuText{
	border-bottom: 1px solid #C4C4C4;
}

.spacerright{
	cursor:default;
	border-right: 1px solid silver;
}
.hdrAlignLeft{
	cursor:default;
	padding-left:5px;
}
