/* CSS Document */

#menu_lft_bg{ width:15px;
height:55px;
background-image:url(../images/left_menu_bg.jpg);
background-repeat:no-repeat;
float:left}

#menu_right_bg{ width:15px;
height:55px;
background-image: url(../images/right_menu_bg.jpg);
background-repeat:no-repeat;
float:left}

#menu_center_bg{ width:973px;
height:43px;
background-image: url(../images/menu_center_bg.jpg);
background-repeat: repeat-x;
float:left;

padding-top:12px;}

.home{ height:43px;
width:63px;
float:left;
line-height:33px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.home:hover{ background-image: url(../images/home.jpg);
background-repeat:no-repeat;}

.about_us{ height:43px;
width:82px;
float:left;
line-height:33px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.about_us:hover{ background-image: url(../images/about_us.jpg);
background-repeat:no-repeat;}

.home_link{ font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
text-decoration:none;
height:33px;}

.home_link:hover{ color:#000000;
text-decoration:none}

.products_port{ height:43px;
width:123px;
float:left;
line-height:33px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.products_port:hover{ background-image: url(../images/product_portfolio.jpg);
background-repeat:no-repeat;}

.corporat_so{ height:43px;
width:206px;
float:left;
line-height:33px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.corporat_so:hover{ background-image: url(../images/corporat_sol.jpg);
background-repeat:no-repeat;}

.research{ height:43px;
width:181px;
float:left;
line-height:33px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
cursor:pointer
}

.research:hover{ background-image: url(../images/reaserch_d.jpg);
background-repeat:no-repeat;}

.ccil{ height:43px;
width:60px;
float:left;
line-height:33px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.ccil:hover{ background-image: url(../images/ccil_btn.jpg);
background-repeat:no-repeat;}

.invester_rel{ height:43px;
width:132px;
float:left;
line-height:33px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.invester_rel:hover{ background-image: url(../images/invester_rel.jpg);
background-repeat:no-repeat;}

.career{ height:43px;
width:97px;
float:left;
line-height:33px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.career:hover{ background-image: url(../images/career.jpg);
background-repeat:no-repeat;}

.dropdown_links{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;}

.dropdown_links:hover{ color:#009AF1;
text-decoration:none;}

.dropdown_links_2{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#009AF1;
text-decoration:none;}

.dropdown_links_2:hover{ color:#000000;
text-decoration:none;}




.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none;}

.info:hover{z-index:25; background-color:transparent;}

.info span{display: none}

.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0px; left:-30px; width:15em;
	background-color:transparent;
    text-align: left;
	line-height:normal;}
	
	
	

