#menuwrapper{
	width:968px;
	height: 50px;
	background-repeat: no-repeat;
	position: relative;
	left: -220px;
	z-index: 20;
	}
	
#leftshadow{
	position:absolute;
	top:0;
	left:0px;
	width:998px;
	height:759px;
	z-index:10;
	background-image: url(../images/left_shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
	}
#rightshadow{
	background-image: url(../images/right_shadow.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 759px;
	}
	
#menutile{
	background-repeat: no-repeat;
	height: 300px;
	margin-right: 22px;
	margin-left: 21px;
	background-image: url(../images/header_top.png);
	}
#menu_abstract{
	background-repeat: no-repeat;
	height: 196px;
	width: 652px;
}	
	
#menu{
	background-image: url(../images/nav_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
	width: 978px;
	z-index: 400;
	margin-left: 9px;
	position: relative;
	}	
#menulogo	{
	background-image: url(../images/nav_logo_blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:50px;
	width: 186px;
	float:left;
	}
	
#menulogo_alt	{
	background-image: url(../images/nav_logo_blue3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:60px;
	width: 186px;
	float:left;
	position:relative;
	}	
.chromestyle{
	width: 770px;
	font-weight: bold;
	text-align: left;
	height: 50px;
	margin: 0px;
	vertical-align: middle;
	font-size:11px;
	float:left;
	background-image: url(../images/nav_tile.png);
	background-repeat: repeat-x;
	color: #333;
}

.chromestyle ul{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0;
	padding-left: 0;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

.chromestyle ul li{
	display: inline;
	text-align: left;
	margin: 0px;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
	margin: 0;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	height: 42px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.chromestyle ul li a:hover, .chromestyle ul li a:active{
	text-decoration: none;
	color: #1192DC;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenu-solutions{
	margin-left: -46px;
	}

.dropmenu{
	left: 0px;
	}


.dropmenudiv{
	
	position:absolute;
	top: 109px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	z-index:1000;
	background-color: #fff;
	visibility: hidden;

	
	margin-top: 9px;
	-moz-box-shadow: 0px 5px 8px  rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 8px  rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
	
	-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
	
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.dropmenudiv li{
	list-style:none;
	
	
}
.dropmenudiv li:last-child{
	margin-bottom:5px;
	
	}

.dropmenudiv li.link-sub-head{
	font-size:11px;
	line-height:12px;
	display:block;
	padding: 4px 0 0px 10px;
	
	}
.menu-head{
	font-weight:bold;
	font-size:11px;
	padding: 5px 0px;
	display:block;
	border-bottom:1px solid #c8c8c8;
	}

.dropmenudiv li ul{
	margin-top:0px;
	margin-bottom:3px;
	margin-left: 0px;
	padding-left:10px;
	}
.dropmenudiv li ul li:first-child{
	padding-left:2px;
	margin-top:0px;
	background-image:url(../images/menu_bullet.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
	}	
	
.dropmenudiv li ul li{
	padding-left:2px;
	margin-top:-4px;
	background-image:url(../images/menu_bullet.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
	}
	
	
	
.dropmenudiv a:link, .dropmenudiv a:visited{
	width: auto;
	display: block;
	padding: 4px 0 4px 10px;
	
	text-decoration: none;
	color: #555555;
	font-size:11px;
	line-height:12px;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #1192DC;
	text-decoration: none;
}

.productsmenu{
	width:740px;
	
	
	}
	
.productsmenu h4{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #fff;
	display:block;
	
	padding-left:12px;
	padding-top:3px;
	padding-bottom:5px;
	
	}
.portfolio{
	background-color:#888;
	margin-left:2px;
	margin-right:1px;
	border-top:2px solid #777;
	}
	
.capabilities{
	background-color:#555;
	margin-left:1px;
	border-top:2px solid #444;
	}	
.productmenu-col-wrapper{
	float:left;
	width:370px;
	

	}
	
.productmenu-col-wrapper a{
	
	}	
.productmenu-col{
	float:left;
	padding-right:4px;
	width:180px;
	
	}


/* ######### Style for Drop Down Menu ######### */
