/* Fix IE. Hide from IE Mac \*/
* html ul#horizontal li { float: left; height: 1%; }
* html ul#horizontal li a { height: 1%; }
/* End */

div#horizontal_container{
	float:left;
	display:inline;
	margin-left:8px;
	text-align:left; 
	width:796px;
	height:19px;
}/*used for centering the menu*/

ul#horizontal{	
	/*border:2px solid black;*/
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:500;	
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
ul#horizontal li{	
	/*border:1px solid red;*/
	float:left;	
	position:relative;	
	border-right:1px solid #ffffff;
}
ul#horizontal li a{
	height:18px;
	line-height:18px;
	text-decoration:none;
	background-color:#8DAC98;
}
/* first level items*/

ul#horizontal li ul {
	position: absolute;
	top:18px;   
	left:0;	
	}

* html ul#horizontal li ul {
   top: 18px; /* for IE5 and IE6 in quirks mode */
   t\op: 18px; /* for IE6 in standards mode */
 } 

ul#horizontal ul,
ul#horizontal ul li ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
	width: 198px; 
	border-top:1px solid #ffffff;
	}

ul#horizontal li ul li{
	float:left;
	position:relative;
	background-color:#D3D0C5;
	border-bottom:1px solid #ffffff;
	border-right:none;
	}
ul#horizontal li ul li a {	
	display: block;
	width:198px;
	max-width:188px;
	padding: 4px 4px 3px 6px;
	height:auto;
	font:normal 11px Tahoma;
	color: #000000;
	text-decoration: none;
	background-image:none;
	}/* all level below first level */

ul#horizontal ul {
	position: relative;
	display: none;
	opacity:0.97;
}

ul#horizontal ul li ul{
	position: absolute;
	display: none;
	width: 145px; 
	left: 198px; 
	top:0px;
}


ul#horizontal li:hover ul ul,
ul#horizontal li:hover ul ul ul,
ul#horizontal li.over ul ul,
ul#horizontal li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#horizontal li:hover ul,
ul#horizontal li li:hover ul,
ul#horizontal li li li:hover ul,
ul#horizontal li.over ul,
ul#horizontal li li.over ul,
ul#horizontal li li li.over ul { display: block; opacity:0.97; } /* The magic */

ul#horizontal li.parent { 
	list-style-type:none;
	padding:0;
	margin:0;
}

ul#horizontal li ul li.parent:hover,
ul#horizontal li ul li.over {  }

ul#horizontal li a:hover {  }

ul#horizontal li ul li a:hover {  }

#level0_1{
	float:left;
	display:block;
	width:199px;
	max-width:198px;
	height:18px;
	line-height:18px;
	background-image:url('images/aboutus.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:2px;
	
}
#level0_1 a{
	display:block;
	width:198px;
	height:18px;
	line-height:18px;
	background-image:url('images/aboutus.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
}
#level0_1 a:hover {
}
#level0_1 ul li a{
	background-color:#F36523;
}
#level0_1 ul li a:hover {
	background-color:#F39D23;
}
#level0_2{
	display:block;
	width:198px;
	height:18px;
	line-height:18px;
	background-image:url('images/products_services_menu.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
}
#level0_2 a{
	display:block;
	width:198px;
	height:18px;
	line-height:18px;
	background-image:url('images/products_services_menu.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
}
#level0_2 a:hover{
}
#level0_2 ul li a{
	background-color:#6599FF;
}
#level0_2 ul li a:hover {
	background-color:#98B9F9;
}
#level0_3{
	display:block;
	width:199px;
	height:18px;
	line-height:18px;
	background-image:url('images/environment.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	
}
#level0_3 a{
	display:block;
	width:198px;
	height:18px;
	line-height:18px;
	background-image:url('images/environment.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
}
#level0_3 a:hover {
}
#level0_3 ul li a{
	background-color:#85B11E;
}
#level0_3 ul li a:hover {
	background-color:#9EC640;
}
#level0_4{
	display:block;
	width:198px;
	height:18px;
	line-height:18px;
	background-image:url('images/press_room_menu.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
}
#level0_4 a{
	display:block;
	width:198px;
	height:18px;
	line-height:18px;
	background-image:url('images/press_room_menu.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
}
#level0_4 a:hover {
}
#level0_4 ul li a{
	background-color:#04DAD2;
}
#level0_4 ul li a:hover {
	background-color:#31EEE7;
}

