.technology{ /*header of 2nd demo*/
		cursor: hand;
		cursor: pointer;
		padding:5px;
		background:#FFA500;
		border:0px solid #ffffff;
	}

	.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color:#ffffff;
	}

	.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color:#ffffff;
	}
	
	.technology a{
		text-decoration:none;
		color:#ffffff;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	.technology2{ /*header of 2nd demo*/
		cursor: hand;
		cursor: pointer;
		padding:5px;
		margin-left:5px;
		background:#FFA500;
		border:0px solid #ffffff;
		font-weight:bold;
		text-transform:uppercase;
	}
	.technology2 a{
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		text-transform:uppercase;
	}

	.openlanguage2{ /*class added to contents of 2nd demo when they are open*/
	color:#ffffff;
	}

	.closedlanguage2{ /*class added to contents of 2nd demo when they are closed*/
	color:#ffffff;
	}
	
.MenuBarVertical {
    list-style: none outside none;
    margin: 0 6px;
    padding: 0;
	font-weight: bold;
	font-size: 15px;
    text-decoration: none;
}
/* start css for submenu */
	.ewMenuBarVertical {
    list-style: none outside none;
    margin: 0 6px;
    padding: 0;
}
ul.ewMenuBarVertical li {
    background-color: #E8E8E8;
    background-image: url("../images/arrow1.png");
    background-position: 0 0.5em;
    background-repeat: no-repeat;
    border: 1px solid #0A0D27;
    display: block;
    padding: 5px 18px;
    width: 80%;
}
ul.ewMenuBarVertical li a {
	list-style: none outside none;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.ewMenuBarVertical2 {
    list-style: none outside none;
    margin: 0 6px 0 15px;
    padding: 0;
}
ul.ewMenuBarVertical2 li {
    background-color: #E8E8E8;
    background-image: url("../images/arrow1.png");
    background-position: 0 0.5em;
    background-repeat: no-repeat;
    border: 1px solid #0A0D27;
    display: block;
    padding: 5px 18px;
    width: 85%;
}
ul.ewMenuBarVertical2 li a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

/*end css for submenu */