.menuExpanded {
	BACKGROUND-IMAGE: url(../images/leftClose.png);
	CURSOR: hand;
	BACKGROUND-REPEAT: no-repeat;
	WIDTH: 166px;
	HEIGHT: 23px;
}
.menuCollapsed {
	BACKGROUND-IMAGE: url(../images/leftOpen.png);
	/*CURSOR: hand;*/
	BACKGROUND-REPEAT: no-repeat;
	WIDTH: 166px;
	HEIGHT: 23px;
}
.divHide {
	display: none;
}

.menuList {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menuTitle {
	padding-left: 15px;
}

.text {
	width: 92%;
	border: 1px solid #7F9DB9;
	height: 16px;
}
.file {
	height: 16px;
	width: 92%;
	border: 1px solid #7F9DB9;
}
.select {
	height: 16px;
	width: 240px;
	border: 1px solid #7F9DB9;
}

.textArea {
	height: 240px;
	width: 92%;
	border: 1px solid #7F9DB9;
}
.button {
	height: 20px;
	width: 120px;
	/*border: 1px solid #7F9DB9;*/
}

