/* CSS Document */
/**************** menu coding *****************/
/*** Horizontal and Popout Menu ***/
	#menu_h {
	width: 100%;
	/*background: #eee;*/ 
	float: left;
	height: 24px
	}
	#menu_h ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	
	float: left;
	
	}
	
	#menu_h ul a{
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	/*width: 200px;*/
	
	
	
	}
	
	#menu_h li ul{ /*second item in list*/
	padding: 0px 0px 0px 0px;
	width: 150px;
	background-image: url(../line.png);	
	background-repeat: repeat-x;
	color: #FFFFFF;	
	
}

	#menu_h a, #menu_h h2 {
	/*font: bold 11px/16px arial, helvetica, sans-serif;*/
	display : block;
	border-width: 0px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding :4px 0px;
	
	
	
	}
	#menu_h h2 {
	color: #fff;
	
	text-transform: uppercase;
	
	}
	#menu_h a {
	color: #FFFFFF;
	font: Verdana;
	
	
	text-decoration: none;
	
	}
	#menu_h a:hover {
	color: #000;
	background: #cbd9f5;
	/*width:150px;*/
	
	}
	
	#menu_h a.n:hover {
	color: #000;
	background: #ff0000;
	
	
	}
	
/*** Styling for Expand ***/
	#menu_h a.x, #menu_h a.x:visited{
	background:url(../arrows.gif) no-repeat  right;
	
	}
	#menu_h a.x:hover{
	color: #000;
	background: #cbd9f5;
	
	}
	#menu_h a.x:active{
	color:#060;
	background:#ccc;
	}

/*** Positioning the Pop Outs ***/
	#menu_h li {position: relative;}
	#menu_h ul ul {
	position: absolute;
	z-index: 500;
	
	}
	#menu_h ul ul ul {
	top: 0;
	left: 100%;
	}

	
.homebutton{
	
	background:url(../menu2.gif) no-repeat;
	width:100px;
}	

.infobutton{
	
	background:url(../menu3.gif) no-repeat;
	width:135px;
}	

.infobuttonover{
	
	background:url(../menu3_over.gif) no-repeat;
	width:135px;
}	

.researchbutton {
	background:url(../menu4.gif) no-repeat;
	width:220px;	
}

.researchbuttonover {
	background:url(../menu4_over.gif) no-repeat;
	width:220px;	
}

.faqbutton{
	background:url(../menu5.gif) no-repeat;
	width:108px;
}

.faqbuttonover{
	background:url(../menu5_over.gif) no-repeat;
	width:108px;
}

.testimobutton{
	background:url(../menu6.gif) no-repeat;
	width:159px;
}

.testimobuttonover{
	background:url(../menu6_over.gif) no-repeat;
	width:159px;
}


.productbutton {
	background:url(../side1.jpg) no-repeat;
	width:140px;		
}
	
/*** Hiding and Revealing using :hover ***/
	div#menu_h ul ul,
	div#menu_h ul li:hover ul ul,
	div#menu_h ul ul li:hover ul ul
	{display: none;}
	div#menu_h ul li:hover ul,
	div#menu_h ul ul li:hover ul,
	div#menu_h ul ul ul li:hover ul
	{display: block;}

/*** Fixing it for IE! ***/
	<!--[if IE]>
	#menu_h ul li {float: left; width: 100%;}
	
	<![endif]-->
	<!--[if lt IE 7]>
	
	body {
	behavior: url(csshover.htc);
	font-size: 100%;
	}
	
	#menu_h ul li a {height: 1%;} 
	
	#menu_h a, #menu_h h2 {
	font: bold 0.7em/1.4em arial, helvetica, sans-serif;
	}
	
	<![endif]-->
	

	/* CSS Document */
/**************** menu coding *****************/
/*** Horizontal and Popout Menu ***/




	#menu_x {
	width: 100%;
	background: #eee;
	float: left;
	height: 22px;
	}
	#menu_x ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	
	float: right;
	
	}
	
	#menu_x .line {
	background: url(../line.gif) no-repeat bottom;
}
	
	#menu_x ul a{
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 122px;
	
	
	
	}
	
	#menu_x li ul{ /*second item in list*/
	padding: 0px 0px 0px 0px;
	/*width: 150px;*/  
	background-image: url(../line2.png);	
	background-repeat: repeat-x;
	color: #FFFFFF;	
	margin:0;
	
}

	#menu_x a, #menu_x h2 {
	/*font: bold 11px/16px arial, helvetica, sans-serif;*/
	display : block;
	border-width: 0px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding :2px 0px;
	
	
	
	
	}
	#menu_x h2 {
	color: #fff;	
	text-transform: uppercase;
	
	}
	#menu_x a {
	/* LINK OS SUBMENU AKA TEXT*/
	color: #334ec1;
	font: Verdana;
	text-align: right;
	padding: 0;
	margin: 0;
	text-decoration: none;
	line-height: 12px;
}
	#menu_x a:hover {
	color: #FFFFFF; /*width:150px;*/
}
	
	#menu_x a.n:hover {
	color: #000;
	background: #ff0000;
	
	
	}
	
	
	
/*** Styling for Expand ***/
	#menu_x a.x, #menu_x a.x:visited{
	/*background:#ff0000 url(../pics/expand.gif) no-repeat bottom right;*/
	}
	#menu_x a.x:hover{
	color:#a00;
	background:#ddd;
	
	}
	#menu_x a.x:active{
	color:#060;
	background:#ccc;
	}

/*** Positioning the Pop Outs ***/
	#menu_x li {position: relative;}
	#menu_x ul ul {
	position: absolute;
	z-index: 500;
	
	}
	#menu_x ul ul ul {
	top: 0;
	left: 100%;
	}

	
/*** Hiding and Revealing using :hover ***/
	div#menu_x ul ul,
	div#menu_x ul li:hover ul ul,
	div#menu_x ul ul li:hover ul ul
	{display: none; }
	div#menu_x ul li:hover ul,
	div#menu_x ul ul li:hover ul,
	div#menu_x ul ul ul li:hover ul
	{display: block;}

/*** Fixing it for IE! ***/
	<!--[if IE]>
	#menu_x ul li {float: left; width: 100%; line-height: 10px; margin:0; padding: 0;}
	
	<![endif]-->
	<!--[if lt IE 7]>
	
	body {
	/*behavior: url(csshover.htc);
	font-size: 100%;*/
	}
	
	/*#menu_x ul li a {height: 1%;} */
	
	#menu_x h2 {
	/*font: bold 0.7em/1.4em arial, helvetica, sans-serif;*/
	font: bold 15px arial, helvetica, sans-serif;
	}
	
	#menu_x a {
	/*font: bold 0.7em/1.4em arial, helvetica, sans-serif;*/
	line-height: 14px;
	font: bold 12px arial, helvetica, sans-serif;
	}
	
	<![endif]-->
	
	
		