/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px  Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 240px; /*width of menu (not including side paddings)*/
color: #0f2757;
background-color: #95b3d8;
text-decoration: none;
padding: 3px 3px;
font-weight:bold;
border-bottom: 1px solid black;
}

.ddsubmenustyle ul li a{
background-color: #95b3d8;
}

.ddsubmenustyle ul li ul li a{
background-color: #6a91c3;
}

.ddsubmenustyle ul li ul li ul li a{
background-color: #5078ab;
color:#d6e6f9;
}

.ddsubmenustyle ul li ul li ul li ul li a{
background-color: #95b3d8;
color:#000000;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #355ca1;
color: #ffffff;
}

#m_company a:link, #m_company a:active, #m_company a:visited{
	background:url(../images/m_company_off.jpg) no-repeat;
	width:127px;
	height:40px;
}

#m_company a:hover{
	background:url(../images/m_company_on.jpg) no-repeat;
}

#m_tech a:link, #m_tech a:active, #m_tech a:visited{
	background:url(../images/m_tech_off.jpg) no-repeat;
	width:127px;
	height:40px;
}

#m_tech a:hover{
	background:url(../images/m_tech_on.jpg) no-repeat;
}

#m_products a:link, #m_products a:active, #m_products a:visited{
	background:url(../images/m_products_off.jpg) no-repeat;
	width:127px;
	height:40px;
}

#m_products a:hover{
	background:url(../images/m_products_on.jpg) no-repeat;
}

#m_process a:link, #m_process a:active, #m_process a:visited{
	background:url(../images/m_processes_off.jpg) no-repeat;
	width:127px;
	height:40px;
}

#m_process a:hover{
	background:url(../images/m_processes_on.jpg) no-repeat;
}

#m_regulatory a:link, #m_regulatory a:active, #m_regulatory a:visited{
	background:url(../images/m_regulatory_off.jpg) no-repeat;
	width:140px;
	height:40px;
}

#m_regulatory a:hover{
	background:url(../images/m_regulatory_on.jpg) no-repeat;
}

#m_contact a:link, #m_contact a:active, #m_contact a:visited{
	background:url(../images/m_contact_off.jpg) no-repeat;
	width:127px;
	height:40px;
}

#m_contact a:hover{
	background:url(../images/m_contact_on.jpg) no-repeat;
}

#m_home a:link, #m_home a:active, #m_home a:visited{
	background:url(../images/m_home_off.jpg) no-repeat;
	width:127px;
	height:40px;
}

#m_home a:hover{
	background:url(../images/m_home_on.jpg) no-repeat;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}