@charset "utf-8";
/* CSS Document */

#roaming
{
background-image: url(../images/icon/Roaming_Icon.jpg);
	background-repeat:no-repeat;

}

#idd
{
background-image: url(../images/icon/IDD_icon.jpg);
	background-repeat:no-repeat;
	
}
#channelx
{
background-image: url(../images/icon/ChannelX_icon.jpg);
	background-repeat:no-repeat;
	width:53px;	
	height:53px;
	cursor:pointer;
	z-index:10;
}

#channelc
{
background-image: url(../images/icon/celcom_thecube_Icon.jpg);
	background-repeat:no-repeat;
	width:91px;	
	height:81px;
	margin-left:10px;
}

#keep
{
background-image: url(../images/Keep_Your_existing_Number.jpg);
	background-repeat:no-repeat;
	width:110px;	
	height:110px;
}
#keep_link
{
background-image: url(../images/kyen_top.jpg);
	background-repeat:no-repeat;
	width:144px;	
	height:33px;
}

#ocs_link
{
background-image: url(../images/ocs_top.jpg);
	background-repeat:no-repeat;
	width:144px;	
	height:33px;
}


#roaming:hover
{
background-image: url(../images/icon/Roaming_Icon.jpg);
	background-repeat:no-repeat;
}

#idd:hover
{
background-image: url(../images/icon/IDD_icon.jpg);
	background-repeat:no-repeat;
}
#channelx:hover
{
background-image: url(../images/icon/ChannelX_icon.jpg);
	background-repeat:no-repeat;
	width:53px;	
	height:53px;
}

#channelc:hover
{
background-image: url(../images/icon/celcom_thecube_Icon.jpg);
	background-repeat:no-repeat;
	width:91px;	
	height:81px;
}
#keep:hover
{
background-image: url(../images/Keep_Your_existing_Number.jpg);
	background-repeat:no-repeat;
	width:110px;	
	height:110px;
}
#keep_link:hover
{
background-image: url(../images/kyen_top.jpg);
	background-repeat:no-repeat;
	width:144px;	
	height:33px;
}


/*
#iddMenu
{
width:246px;
margin-left:-53px;
margin-top:-265px;
z-index:666;
}

#roamingMenu
{
width:53px;
margin-left:-246px;
margin-top:-265px;
}
*/


#iddMenu
{
width:53px;
margin-left:-246px;
margin-top:-265px;
z-index:666;
}

#roamingMenu
{
width:53px;
margin-left:-246px;
margin-top:-265px;
}



#channelxMenu
{
height:15px;
width:54px;
z-index:10;
}

#channelcMenu
{
width:53px;
margin-left:-53px;
z-index:10;
}

#keepMenu
{
/*height:30px;*/
margin-left:-234px;
margin-top:-285px;
width:110px;
}

#roaming_linkMenu
{
margin-left:-45px;
width:55px;
}

#idd_linkMenu
{
margin-left:-65px;
width:25px;
}

#keep_linkMenu
{
margin-left:0px;
}

#channel_linkMenu
{
margin-left:-45px;
}

/* Original file*/

.jqueryslidemenu_new{
/*font: bold 12px Verdana;
background: #414141;*/
width: 100%;
}

.jqueryslidemenu_new ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu_new ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu_new ul li a{
display: block;
/*background: #414141; background of tabs (default state)*/
color: #007rc4;
/*padding: 8px 10px;*/
padding-top:1px;
text-decoration: none;

}

* html .jqueryslidemenu_new ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu_new ul li a:link, .jqueryslidemenu_new ul li a:visited{
color: black;
}

.jqueryslidemenu_new ul li a:hover{
/*background: black; tab link background during hover state*/
color: black;
}
	
	
/* ##Change for bubble drop down menu## */ 	



	
/*1st sub level menu*/
.jqueryslidemenu_new ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
/* for move ALL the menu left or right 
margin-left:-50px;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu_new ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu_new ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu_new ul li ul li a{
font: normal 10px Century Gothic;
width:auto; /*width of sub menus*/
/* border-top-width: 0;
 border-bottom: 1px solid gray; */
background-color:#ffffff;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
/* background: #eff9ff; 
color: black;*/
}
