.chromestyle{
	width:100%;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	padding-top:3px;
	*+padding-top:0;
	_padding-top:3px;
	opacity:0;
	filter:alpha(opacity=0);
	color:#eeeeee;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	*left:20px; /* another ie7 hax*/
	top:0;
	z-index:100;
	visibility:hidden;
	width:192px;
	/*border:1px solid #c1e770;*/
	/*border-right:0px solid #84aec1;
	border-bottom:0px solid #84aec1;
	border-left:0px solid #84aec1;	*/
	*margin-top:3px;
}



.dropmenudiv a:link, .dropmenudiv a:visited{
	display:block;
	padding:6px 6px 6px 20px;
	text-decoration:none;
	color:#b65518;
	font: normal normal normal 12px Arial !important;
	line-height:auto;
	width:192px;
	border-top:0px solid #d0f0ff;
	border-right:0px solid #cadbde;
	border-bottom:0px solid #82abc0;
	border-left:none;

	background:url('/images/1/ddArrow.jpg') no-repeat 8px 10px;
}
* html .dropmenudiv a{ /*IE only hack*/
	width:100%;
	color:#eeeeee;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:#c1e770 url('/images/1/ddArrowOver.jpg') no-repeat 8px 10px;
	color:#655d53;
}

/* Last menu item */
#dropmenu112 {
	margin-left:-45px;
}

#dropmenu113,#dropmenu114,#dropmenu115,#dropmenu116,#dropmenu117,#dropmenu118,#dropmenu119{
    background: transparent url('/images/1/dropmenu113top.jpg') no-repeat top left;
}

.ddmiddle{
    background:transparent url('/images/1/ddMenuMiddle.jpg') repeat-y top left;
	margin: 10px 0px 0px 0px;
	float:left;
	width:192px;
	}

.ddMenuBtm{
    background: transparent url('/images/1/ddMenuBtm.png') no-repeat bottom left;
    width:192px;
    height: 9px;
    float:left;
}

.block{ display: block; }

#btnProducts{
        float:left;
        width:99px;
        background: transparent url('/images/1/nav_ProductsOver.jpg') no-repeat bottom left;
        height: 32px;
        
    }
    
#btnSolutions{
        float:left;
        width:95px;
        background: transparent url('/images/1/nav_SolutionsOver.jpg') no-repeat bottom left;
        height: 32px;
        
    }  
    
#btnIndustries{
        float:left;
        width:95px;
        background: transparent url('/images/1/nav_IndustriesOver.jpg') no-repeat bottom left;
        height: 32px;
        
    }
    
#btnServices{
        float:left;
        width:150px;
        background: transparent url('/images/1/nav_ServicesOver.jpg') no-repeat bottom left;
        height: 32px;  
    }
    
#btnResource{
        float:left;
        width:135px;
        background: transparent url('/images/1/nav_ResourceOver.jpg') no-repeat bottom left;
        height: 32px;  
    } 
    
#btnPartners{
        float:left;
        width:87px;
        background: transparent url('/images/1/nav_PartnersOver.jpg') no-repeat bottom left;
        height: 32px;  
    }
    
#btnAbout{
        float:left;
        width:100px;
        background: transparent url('/images/1/nav_AboutUsOver.jpg') no-repeat bottom left;
        height: 32px;  
    }     
