/* CSS */
/* Left Menu Content (div) */
.Menu {
	height: 220px;
}
/* Products Text Options - Left Menu Content (div)*/
.menu_contP {
	border-right: #cfd0cb 1px solid; 
	padding-right: 0px; 
	border-top: #cfd0cb 1px solid; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	border-left: #cfd0cb 1px solid; 
	width: 218px! important; 
	padding-top: 0px; 
	border-bottom: #cfd0cb 1px solid;
}
/*  Products Image Option - Left Menu (div,image) */
.menu_tdP {
	padding-bottom: 1px; 
	margin: 0px; 
	background-color: #FFFFFF
}
/* Services, Company, Technologies, News Text Options - Left Menu Content (div)*/
.menu_cont {
	border-right: #cfd0cb 1px solid; 
	padding-right: 0px; 
	border-top: #cfd0cb 1px solid; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	border-left: #cfd0cb 1px solid; 
	width: 218px! important; 
	padding-top: 0px; 
	border-bottom: #cfd0cb 1px solid;
}
/* Services, Company, Technologies, News Text Options - Left Menu Content (div)*/
.menu_td {
	padding-bottom: 1px; 
	margin: 0px; 
	background-color: #FFFFFF
}
/* All Text Options - Left Menu Content (div, text)*/
.menu_div {
	padding-right: 0px; 
	padding-left: 10px; 
	font-weight: bold; 
	font-size: 11px; 
	padding-bottom: 0px; 
	width: 208px; 
	cursor: hand; 
	color: #68665f; 
	line-height: 16px; 
	padding-top: 4px; 
	border-bottom: #cfd0cb 1px solid; 
	font-family: Helvetica, Arial, sans-serif; 
	height: 18px; 
	background-color: #E5E5E5;
}
/* All Text Links - Left Menu Content (div, text)*/
.menu_div a {
	color: #777777; 
	text-decoration: none;
}
.menu_div a:hover {
	color: #554E94; 
	text-decoration: none;
}
.menu_div:hover {
	color: #554E94! important;
}
.menu_div a:visited {
	text-decoration: none;
}
.menu_div:visited {
	display:block;
	text-decoration: none;
	height:25px; 
	width:100px; 
	background:url(../images/fOnClick.gif) center top no-repeat;
}
/* Spacer Options - Left Menu Content (div)*/
.menuSpace {
	width: 208px; 
	height: 1px; 
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;  
	border-top: #FFFFFF 0px solid;  
	border-left: #FFFFFF 0px solid; 
	margin: #FFFFFF 0px solid;  	 
}
/* Cursor - Left Menu*/
.point {
	cursor: hand;
}