body {
	background-color: #eceeef;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font: 12px/1.4 Arial, Helvetica, sans-serif; color: #484848; 
}
.txt_content {font-size: 14px; font-family: Arial; }
.txt_content a:link {
	color: #484848;
}
.txt_content a:visited {
	color: #484848;
}
.txt_content a:hover {
	color: #484848;
}
.txt_content a:active {
	color: #484848;
} 
.breadcrum {font-size: 16px; font-family: Arial; }
.breadcrum a:link {
	color: #666666;
	text-decoration: none;
}
.breadcrum a:visited {
	text-decoration: none;
	color: #666666;
}
.breadcrum a:hover {
	text-decoration: underline;
	color: #666666;
}
.breadcrum a:active {
	text-decoration: none;
	color: #666666;
}
.breadcrum2 {font-size: 12px; font-family: Arial; }
.breadcrum2 a:link {
	color: #666666;
	text-decoration: none;
}
.breadcrum2 a:visited {
	text-decoration: none;
	color: #666666;
}
.breadcrum2 a:hover {
	text-decoration: underline;
	color: #666666;
}
.breadcrum2 a:active {
	text-decoration: none;
	color: #666666;
}  
.txtfooter {
	color: #1861a3;
	font-size: 10px;
	font-family: Arial;
}
.txtfooter a:link {
	color: #1861a3;
	text-decoration: none;
}
.txtfooter a:visited {
	text-decoration: none;
	color: #1861a3;
}
.txtfooter a:hover {
	text-decoration: underline;
	color: #1861a3;
}
.txtfooter a:active {
	text-decoration: none;
	color: #1861a3;
}
.back01{background-image:url(http://www.neoinformatics.com/filelib/images/back01.jpg); background-repeat:no-repeat;
}
.backgroundfooter{background-image:url(http://www.neoinformatics.com/filelib/images/footer.jpg); background-repeat:no-repeat;
}
/* Basic code - don't modify */
 
.droppy { display: block; margin: 0; padding: 0; position: relative; }
.droppy li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
.droppy a { display: block; }
.droppy ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html .droppy ul { line-height: 0; } /* IE6 "fix" */
.droppy ul a { zoom: 1; } /* IE6/7 fix */
.droppy ul li { float: none; }
.droppy ul ul { top: 0; }
    
/* Essentials - configure this */

.droppy ul { width: 130px; }
.droppy ul ul { left: 131px; }

/* Everything else is theming */
 
.droppy { background-color: #e3e3e3; height: 24px; background-image:url(http://www.neoinformatics.com/filelib/images/back_menu.jpg)}
.droppy *:hover { background-color: none; }
.droppy a { border-right: 1px solid #b4b6b8; color: #484848; font-size: 12px; padding: 6px; line-height: 1; }
.droppy li.hover a { background-color: #d4d4d4; }
.droppy ul { top: 25px; }
.droppy ul li a { background-color: #e3e3e3; }
.droppy ul a.has-subnav { background-color: #d4d4d4 }
.droppy ul a.hover { background-color: #e3e3e3; }
.droppy ul a { border-bottom: 1px solid #8b8b8b; border-right: none; opacity: 1.0; filter: alpha(opacity=100); }
.droppy a:link {text-decoration: none;}
.droppy a:visited {text-decoration: none;}
.droppy a:hover {text-decoration: none;}
.droppy a:active {text-decoration: none;}
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */