/* CSS Base */
body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
    color: #424242;
    background: #fff url(images/bg-orange.png) repeat-x;
}

#bretail-logo {
    width: 170px;
    height: 110px;
    background-image: url(images/bretail-logo.png);
    top: 0;
    left: 27px;
	position: absolute; 
    z-index: 4;
}

#banner-berjaya-retail {
    background: transparent url(images/banner-berjaya-retail.jpg) no-repeat;
    width: 959px;
    height: 150px;
 	z-index: 1; 
}

/* Main Menu */
#home {
    width: 134px;
}
#about {
    width: 141px;
    background: url(images/bretail-b2-about.png) no-repeat;
}
#bretail-businesses-btn {
    width: 170px;
    /*background: url(images/bretail-b3-businesses.png) no-repeat;*/
}
#investor {
    width: 181px;
    /*background: url(images/bretail-b4-investor.png) no-repeat;*/
}
#contact {
    width: 148px;
}
#bjcorp {
    width: 231px;
    /* background: url(images/microsite/bland-b9-bjcorp.png) no-repeat; */
}

.transMenu .item.hover {
	background: #b42e03;
	color: #fff;
}