.ddsmoothmenu {
	font: normal 15px Arial, Helvetica, sans-serif;
	background:none; /*background of menu bar (default state)*/
	width:656px;
	margin:0 auto;
	margin-top:/*64*/82px;
	position:relative;
	z-index:0;

float:right;
outline: none;

}
*+html .ddsmoothmenu {
	font: normal 13px Arial, Helvetica, sans-serif;
	background:none; /*background of menu bar (default state)*/
	width:776px;
	margin:0 auto;
	margin-top:103px;
padding-right:20px;
outline: none;
}

@media \0screen {

.inner-matter                                                                {font: normal 13px Arial, Helvetica, sans-serif;
	background:none; /*background of menu bar (default state)*/
	width:776px;
	margin:0 auto;
	margin-top:103px;
	position:relative;
	z-index:3000;
padding-right:20px;
float:left;
outline: none;
 position:relative; left:1px;}
}

 
 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
head~body .ddsmoothmenu {
font: normal 13px Arial, Helvetica, sans-serif;
background:none; /*background of menu bar (default state)*/
width:630px;
margin:0 auto;
margin-top:10px;
padding-right:20px;
}
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding:  0 0 0 50px;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	padding:0 14px 0 14px !important;
	outline: none;
	margin-right: 8px;
	
	/*background:url(../images/nav-divider.gif) right center no-repeat;
padding:0 8px 0 8px !important;*/
}

.ddsmoothmenu ul li.home	{border-bottom:3px solid #ee2713;}
.ddsmoothmenu ul li.about	{border-bottom:3px solid #53af65;}
.ddsmoothmenu ul li.products	{border-bottom:3px solid #d46400;}
.ddsmoothmenu ul li.careers	{border-bottom:3px solid #F3CC32;}
.ddsmoothmenu ul li.contact{border-bottom:3px solid #d6951f;}
.ddsmoothmenu ul li.infrastructure{border-bottom:3px solid #54baed;}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	/*background: #414141; /*background of menu items (default state)*/
color:#2d2c2e !important;
font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:35px;

	text-decoration: none;
    padding:0px 0px 0px 0px !important;
    outline: none;
}
.ddsmoothmenu ul li.no-bg {
	background-image:none;
	padding:0 8px 0 8px
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	padding:0 8px 0 8px
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color:#ffffff;
}
.ddsmoothmenu ul li a.active { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:#b7b7b7;
	color:#ffffff;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li:hover a {
	/*background: #333132; background of menu items during onmouseover (hover state)*/
	
	
	background:none !important;
	padding:0px 8px 0px 8px;
    color: #999 !important;
}
.ddsmoothmenu ul li a.active{
	background:none !important;
	padding:0px 8px 0px 8px;
   color: #999 !important;
    font-weight: bold;
}
.ddsmoothmenu ul li a.selected	{color: #F36F32 !important;}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: -17px !important;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	padding:0 0 0;/*top:25px !important; 
left:-20px !important;*/
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	background-image:none !important;
	padding:0 0 0 0 !important;
	background:#7D7D7D !important;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	left:0;
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: normal 13px Arial, Helvetica, sans-serif;
	color:/*#bec6b2*/#fff !important;
	width: 150px !important; /*width of sub menus*/
	display:block;
	background:#476816 !important;
	border-bottom: 1px solid #fff !important;
	padding: 7px 8px 7px 8px !important;
	margin: 0;
	border-top-width: 0;
	background:#F38D5E !important;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.9;
}
.ddsmoothmenu ul li ul li a:hover {
	background:#F38D5E !important;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.9;
	color:#FFFFFF !important;
}
.ddsmoothmenu ul.menu-space {
	/*margin-left:-75px;*/
}
*+html .ddsmoothmenu ul.menu-space {
	position:relative;
	z-index:100;
	/*left:-70px;*/
}
.ehs {background-color:#54BAED;}
 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
head~body .ddsmoothmenu ul.menu-space {
/*margin-left:-75px;*/
}
}
 @media \0screen {
.ddsmoothmenu ul.menu-space {
	position:relative;
	z-index:100;
	left:0px;
}
}
