/*main-menu-starts-here*/


/* CSS Document */
#newmenu {width:705px;  height:36px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html #newmenu {width:705px; w\idth:705px;}
/* remove all the bullets, borders and padding from the default list styling */
#newmenu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#newmenu li {float:left; position:relative;}
/* style the links for the top level */
#newmenu a, #newmenu a:visited {display:block; height:36px; text-decoration:none; padding:0;  font-size:12px; font-weight:normal; font-family:Arial;
 }
/* a hack so that IE5.5 faulty box model is corrected */
* html #newmenu a, * html #newmenu a:visited {height:36px; font-size:12px; font-weight:normal; font-family:Arial;}
#newmenu a:hover{background-position: 0 36px;}
#newmenu :hover > a {background-position: 0 36px; }

#newmenu li a.channel {background-image:url(../images/channel-off.gif);}
#newmenu li a.newsdesk {background-image:url(../images/newsdesk-off.gif);}
#newmenu li a.features {background-image:url(../images/features-off.gif);}
#newmenu li a.events {background-image:url(../images/events-off.gif);}
#newmenu li a.advertise {background-image:url(../images/advertise-off.gif);}
#newmenu li a.careers {background-image:url(../images/careers-off.gif);}
#newmenu li a.register {background-image:url(../images/register-off.gif);}

.channelon {background-image:url(../images/channel-off.gif); background-position:0 36px; height:36px;}
.newsdeskon {background-image:url(../images/newsdesk-off.gif); background-position:0 36px; height:36px;}
.featureson {background-image:url(../images/features-off.gif); background-position:0 36px; height:36px;}
.eventson {background-image:url(../images/events-off.gif); background-position:0 36px; height:36px;}
.advertiseon {background-image:url(../images/advertise-off.gif); background-position:0 36px; height:36px;}
.careerson {background-image:url(../images/careers-off.gif); background-position:0 36px; height:36px;}
.registeron {background-image:url(../images/register-off.gif); background-position:0 36px; height:36px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#newmenu ul ul {visibility:hidden;position:absolute;height:0;top:36px;left:0; background-image:none;}
/* another hack for IE5.5 */
* html #newmenu ul ul {top:36px;t\op:36px; background-image:none;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#newmenu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#newmenu ul ul a, #newmenu ul ul a:visited {
background-image:url(../images/arr-off.gif); background-repeat:no-repeat;
background-position:8px 12px;
background-color:#BEC4C9;
line-height:30px;
color:#272828;
padding-left:18px;
height:30px;
border-width: 0 1px 1px 1px;
border-color:#DCDFE3;
border-style:solid;

text-align:left;
}
/* yet another hack for IE5.5 */
* html #newmenu ul ul a, * html #newmenu ul ul a:visited { 
line-height:30px;
}

/* style the top level hover */

#newmenu ul ul a:hover
{
background-color:#494B4C;
background-image:url(../images/arr-on.gif); background-repeat:no-repeat;
background-position:8px 12px;
line-height:30px;
color:#FFFFFF;
padding-left:18px;
height:30px;
border-width: 0 1px 1px 1px;
border-color:#DCDFE3;
border-style:solid;
}
#newmenu ul ul :hover > a
{
line-height:30px;
}

#newmenu ul ul a.drop, .menu1 ul ul a.drop:visited {
background-color:#fefcfd;

}
/* style the second level hover */
#newmenu ul ul a.drop:hover{
background-color:#b664a8;
background-image:url(../images/arr-on.gif); background-repeat:no-repeat;
background-position:8px 12px;

color:#f2e4ef;
}
#newmenu ul ul :hover > a.drop {
background-color:#b664a8;
background-image:url(../images/arr-on.gif); background-repeat:no-repeat;
background-position:8px 12px;

color:#f2e4ef;
}

/* make the second level visible when hover on first level list OR link */
#newmenu ul li:hover ul,
#newmenu ul a:hover ul{visibility:visible; }

/* position the third level flyout menu */
#newmenu ul ul ul{left:194px; top:-1px; border-top: 1px solid #d4abcf;}
#newmenu ul ul ul.left {left:146px; width:112px;  border-top: 1px solid #d4abcf;}
#newmenu ul ul a.left, .menu1 ul ul a.left:visited {
background-color:#fefcfd;

}
/* style the second level hover */
#newmenu ul ul a.left:hover{
background-color:#b664a8;
background-image:url(../images/arr-on.gif); background-repeat:no-repeat;
background-position:8px 12px;

color:#f2e4ef;
}
#newmenu ul ul :hover > a.left {
background-color:#b664a8;
background-image:url(../images/arr-on.gif); background-repeat:no-repeat;
background-position:8px 12px;

color:#f2e4ef;
}

#newmenu ul ul ul ul.events {left:160px; width:120px;  border-top: 1px solid #d4abcf;}

/* keep the third level hidden when you hover on first level list OR link */
#newmenu ul :hover ul ul{visibility:hidden;}

/* style the third level background */
#newmenu ul ul ul a, #newmenu ul ul ul a:visited {
background-image:url(../images/arr-off.gif); background-repeat:no-repeat;
background-position:8px 12px;
background-color:#fefcfd;
line-height:28px;
color:#a04092;
padding-left:18px;
height:28px;
border-width: 0 1px 1px 1px;
border-color:#d4abcf;
border-style:solid;
}
* html #newmenu ul ul ul a, * html #newmenu ul ul ul a:visited {
line-height:28px;
}

/* style the third level hover */
#newmenu ul ul ul a:hover {
background-image:url(../images/arr-on.gif); background-repeat:no-repeat;
background-position:8px 12px;
background-color:#b664a8;
line-height:28px;
color:#ffffff;
padding-left:18px;
height:28px;
border-width: 0 1px 1px 1px;
border-color:#d4abcf;
border-style:solid;
}
#newmenu ul ul ul :hover > a
{
line-height:28px;
}
/* make the third level visible when you hover over second level list OR link */
#newmenu ul :hover ul :hover ul{ visibility:visible;}
#newmenu ul :hover ul ul{visibility:hidden;}

#newmenu ul :hover ul :hover ul ul{
visibility:hidden;
}
#newmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
