/* CSS Document */

}.MainSquare {
	border: 1px solid #000000;
}
.lefttd {
	background-image: url(images/lefttd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.lefttd2 {
	background-image: url(images/lefttd2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.righttd {
	background-image: url(images/righttd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
body {
	background-color: #333333;
}

.Left_CurrentMenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #1E1E1E;
	height:12px;
	width:90%;
}

.Left_RootMenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #1E1E1E;
	height:12px;
	width:90%;
}
.Left_HoverMenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #1E1E1E;
	height:12px;
	width:90%;
}
.Left_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	height:12px;
	background-color: #1E1E1E;
	width:90%;
}
