.jquerycssmenu{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-weight:bold;
height:36px;
clear:both;
float:right;
margin-right:14px;
margin-bottom:6px;
}

.jquerycssmenu ul{
margin:0;
padding:0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
line-height:normal;
text-align:center;
display: inline;
float: left;
background:url(../i/bg_m.png) left no-repeat;
}






.jquerycssmenu ul li.data {
	width:170px;
	background:url(../i/menu_data.png) no-repeat;
	height:36px;
	line-height:36px;
	}

.jquerycssmenu ul li.data a:hover {
	background:url(../i/menu_data_o.png) no-repeat;
	height:36px;
	line-height:36px;
	}

	.jquerycssmenu ul li.data_a {
		background:url(../i/menu_data_o.png) no-repeat;
		width:170px;
		height:36px;
		line-height:36px;
		}
	.jquerycssmenu ul li.data_a a {
		color:#0e6591;
		}

.jquerycssmenu ul li.inlineb {
	width:195px;
	background:url(../i/menu_download.png) no-repeat;
	height:36px;
	line-height:36px;
	}
	
	
.jquerycssmenu ul li.inlineb a:hover {
	background:url(../i/menu_download_o.png) no-repeat;
	}

	
	.jquerycssmenu ul li.software_a {
		background:url(../i/menu_data_o.png) no-repeat;
		width:195px;
		height:36px;
		line-height:36px;
		}
	.jquerycssmenu ul li.software_a a {
		color:#0e6591;
		}
	
	.jquerycssmenu ul li.software div:hover {
		background:url(../i/menu_data_o.png) no-repeat;
		}

















/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding:0px 9px 0 9px;
color:#211f1f;
text-decoration: none;
}


.jquerycssmenu ul li a:hover{ 
	color:#0e6591;
	}


/**/
.jquerycssmenu ul li.alticam-vision {
	width:115px;
	background:url(../i/menu_preamplification.png) no-repeat;
	height:36px;
	line-height:36px;
	}

.jquerycssmenu ul li.alticam-vision a:hover {
	background:url(../i/menu_preamplification_o.png) no-repeat;
	height:36px;
	line-height:36px;
	}
	
	.jquerycssmenu ul li.alticam-vision_a {
		background:url(../i/menu_preamplification_o.png) no-repeat;
		width:115px;
		height:36px;
		line-height:36px;
		}
	.jquerycssmenu ul li.alticam-vision_a a {
		color:#0e6591;
		}


.jquerycssmenu ul li.mecanical-assemblers{
	width:170px;
	background:url(../i/menu_data.png) no-repeat;
	height:36px;
	line-height:36px;
	}

.jquerycssmenu ul li.mecanical-assemblers a:hover {
	background:url(../i/menu_data_o.png) no-repeat;
	height:36px;
	line-height:36px;
	}

	.jquerycssmenu ul li.mecanical-assemblers_a {
		background:url(../i/menu_data_o.png) no-repeat;
		width:170px;
		height:36px;
		line-height:36px;
		}
	.jquerycssmenu ul li.mecanical-assemblers_a a {
		color:#0e6591;
		}





	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/
-moz-opacity: 0.9; /* Mozilla 1.6 ? ???? */
-khtml-opacity: 0.9; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
position: absolute;
left:0;
margin-left:-1px !important;
display: block;
visibility: hidden;

border-left:1px solid #4c93af;
border-right:1px solid #4c93af;
border-bottom:1px solid #4c93af;
border-top:0;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
//line-height:20px;
}



/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: bold 9px arial, Geneva, sans-serif;
width: 174px; /*width of sub menus*/
text-align:left;
color:#0e6591;
padding: 7px 15px;
margin:0;
border-left:0 !Important;
border-right:0 !Important;
background:#fff url(../i/menu_s.gif) 5px 10px no-repeat!important;
}



.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/

color:#211f1f;
border:0;
background:#fff url(../i/menu_s.gif) 5px 10px no-repeat!important;
}

.menu_wrap {
	clear:both;
	height:36px;
	width:1000px;
	
	//margin-bottom:-2px !Important;
	}

.menu_wrap, x:-moz-any-link
	{
	margin-bottom:-4px;
	}


