.hp_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #000000; text-align:justify; padding-left:5px; padding-right:5px;}

.hp_small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #CC0000; text-decoration: none; font-weight: normal;}

.menu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none;}

a:hover {  color: #333333; text-decoration: none}

.link_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none;}

.h01 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #CC0000; text-decoration: none;}

.form_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 17px; color: #000000; text-decoration: none ; border: 1px #CE3A0F solid; background-color: #E0E4DF;}

.lp_text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none ; text-align: justify;}

.cellpad {  padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px;}



 

This is old css that removed by order or Mr. Mukul/Hemant

a.rm:active {color: #B22411; font-weight: bold; text-decoration: none;}

a.rm:hover {color: #009900; text-decoration: underline;}

a.rm:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #B22411; font-weight: bold; text-decoration: none;}

a.rm:visited {text-decoration: none;}







a.rm:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #B22411; font-weight: bold; text-decoration: none;}

a.rm:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #B22411; font-weight: bold; text-decoration: none; }

a.rm:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #B22411; font-weight: bold; text-decoration: none; }

a.rm:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #B22411; font-weight: bold; text-decoration: none; }



.linktop {  padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #B22411; font-weight: bold; text-decoration: none;}

.ul-target { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none ; text-align: justify ; list-style-position: outside; list-style-image:url(images/bullet.gif);}

.headnew {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #B22411; text-transform: capitalize;}

.border {  border: 1px #B22411 groove;}

.bg-chemicals { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none ; text-align: justify ; background-attachment: fixed; background-repeat: no-repeat; background-position: right top;}

.lp_textnj { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; }

.whitemenutext { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF; text-align:center;  font-size:11px;}

#flash-background {position:absolute; width:100%;}
#content {position:relative; z-index:1; padding:0px;}


.mainheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D3260E;
	padding-left: 10px;
}
/* CSS Document */



.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: block;
float: left;

 /*overall menu background color*/
z-index:5;
text-align:center;
font-family:tahoma;
height:25px;
line-height:25px;
font-size:12px;
font-weight:bold;

}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: inline;
width: 250px; /*Width of top level menu link items*/
padding: 1px 5px 0px 5px;
/*border: 0px solid black;*/
/*border-left-width: 0;*/
text-decoration: none;
color: #ffffff;
height:25px;

}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #D13912;
background:url(IMAGES/menubg.gif) repeat-x;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
text-align:left;
background-color:#D13912;
border-top: solid 0.075em #ffffff;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 260px; 
/*width of sub menu levels*/
color: #ffffff;
text-decoration: none;
padding: 1px 5px;

}
.suckertreemenu ul li ul li a:hover{
background-color:#FDE9E3;
}

.suckertreemenu ul li a:hover{
color: black;
}


