/*main-menu-starts-here*/


/* CSS Document */
#newmenu {width:575px;  height:29px; position:absolute; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html #newmenu {width:575px; w\idth:575px;}
/* 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:29px; 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 {h\eight:29px; font-size:12px; font-weight:normal; font-family:Arial;}
#newmenu a:hover{background-position: 0 29px;}
#newmenu :hover > a {background-position: 0 29px;}

#newmenu li a.services {background-image:url(../images/services-off.gif);}
#newmenu li a.portfolio {background-image:url(../images/portfolio-off.gif);}
#newmenu li a.outsourcing {background-image:url(../images/outsourcing-off.gif);}
#newmenu li a.about {background-image:url(../images/about-off.gif);}
#newmenu li a.contact {background-image:url(../images/contact-off.gif);}
#newmenu li a.home {background-image:url(../images/home-off.gif);}

/*.serviceson {background-image:url(../images/services-off.gif);background-position:0 29px; height:29px;}
.portfolioon {background-image:url(../images/portfolio-off.gif);background-position:0 29px; height:29px;}
.outsourcingon {background-image:url(../images/outsourcing-off.gif);background-position:0 29px; height:29px;}
.abouton {background-image:url(../images/about-off.gif);background-position:0 29px; height:29px;}
.contacton {background-image:url(../images/contact-off.gif);background-position:0 29px; height:29px;}
.homeon {background-image:url(../images/home-off.gif);background-position:0 29px; height:29px;}*/

.serviceson {background-image:url(../images/services-on.gif);}
.portfolioon {background-image:url(../images/portfolio-on.gif);}
.outsourcingon {background-image:url(../images/outsourcing-on.gif);}
.abouton {background-image:url(../images/about-on.gif);}
.contacton {background-image:url(../images/contact-on.gif);}
.homeon {background-image:url(../images/home-on.gif);}


/* 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:29px;left:0; background-image:none;}
/* another hack for IE5.5 */
* html #newmenu ul ul {top:29px;t\op:29px; 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-trans.gif); background-repeat:no-repeat;
background-position:8px 12px;
background-color:#FDFEF8;
line-height:30px;
color:#492D17;
padding-left:18px;
height:30px;
border-width: 0 1px 1px 1px;
border-color:#C9B89F;
border-style:solid;
filter:alpha(opacity=90);
opacity:0.9;}
/* 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:#F5ECDF;
background-image:url(../images/arr-trans.gif); background-repeat:no-repeat;
background-position:8px 12px;
line-height:30px;
color:#271917;
padding-left:18px;
height:30px;
border-width: 0 1px 1px 1px;
border-color:#C9B89F;
border-style:solid;
}
#newmenu ul ul :hover > a
{
line-height:30px;
}

#newmenu ul ul a.drop, .menu1 ul ul a.drop:visited {
background-color:#FDFEF8;
background-image:url(../images/arr-trans.gif); background-repeat:no-repeat;
background-position:8px 12px;
}
/* style the second level hover */
#newmenu ul ul a.drop:hover{
background-color:#F5ECDF;
}
#newmenu ul ul :hover > a.drop {
background-color:#F5ECDF;
}

/* 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:149px; top:-1px;}
#newmenu ul ul ul.left {left:-132px; width:112px; }

/* 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-trans.gif); background-repeat:no-repeat;
background-position:8px 10px;
background-color:#F5ECDF;
line-height:25px;
color:#492D17;
padding-left:18px;
height:25px;
border-width: 0 1px 1px 1px;
border-color:#C9B89F;
border-style:solid;
filter:alpha(opacity=90);
opacity:0.9;}
* html #newmenu ul ul ul a, * html #newmenu ul ul ul a:visited {
line-height:25px;
}

/* style the third level hover */
#newmenu ul ul ul a:hover {
background-image:url(../images/arr-trans.gif); background-repeat:no-repeat;
background-position:8px 10px;
background-color:#FDFEF8;
line-height:25px;
color:#492D17;
padding-left:18px;
height:25px;
border-width: 0 1px 1px 1px;
border-color:#C9B89F;
border-style:solid;
filter:alpha(opacity=90);
opacity:0.9;}
#newmenu ul ul ul :hover > a
{
line-height:25px;
}
/* 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;}