.TPddMenu {
	/*this is the class for menuDiv*/
	border: 1px solid #a7b4ce;
	background: #f7f5f4;
	width: 98px;	
}

.TPddMenuItem {
	/*this is the class for menuItems*/
	color: #6b3833;
	font-family: serif;
	font-weight: lighter;
	font-size: 14px;
	padding: 3px;
	text-align: center;
}

.TPddMenuItem:hover {
	background: #add0ff;
}

#first_demo_wrapper {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#demo_div1, #demo_div2, #demo_div3 {
	width: 100px;
	height: 50px;
	margin-top: 10px;
	background: #aaf;
}

#demo1_div1 {
	float: left;
}

#demo_div2 {
	float: right;
	margin-top: -50px;
}

#ex_outerMenu {
	border: 2px solid blue;
	width: 200px;
	padding: 10px;
	font-style: italic;
}

.ex_menuItem {
	border: 2px solid green;
	padding: 5px;
	margin: 5px;
}
