﻿/*For menu  main div*/
#header
{
    width: auto;
    position: relative;
    font-family: Verdana;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    z-index: 90;
}



a.MenuLink, a.MenuLink:visited
{
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
    color: #666666;
}
a.MenuLink:hover
{
    color: #FF7F00;
    text-decoration: underline;
}

a.MenuLinkBold, a.MenuLinkBold:visited
{
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}
a.MenuLinkBold:hover
{
    color: #FF7F00;
    text-decoration: underline;
}

.listbackground
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 15px;
}

ul.listbackground
{
    list-style: none;
    margin: 0;
    float: left;
}

ul.listbackground li
{
    float: left;
    margin: 0;
    position: relative;
}

ul.listbackground li a
{
    padding: 15px 5px;
    display: block;
    text-decoration: none;
    float: left;
}

.listStyle
{
    margin-top: 5px;
}

.topNav
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    display: inline;
    float: left;
    width: 600px;
    z-index: 90;
}

ul.topnav
{
    list-style: none;
    margin: 0;
    padding: 0px;
    float: left;
    width: 600px;
}
ul.topnav li
{
    float: left;
    margin: 0;
    position: relative;
}
ul.topnav li a
{
    padding: 7px 5px;
    display: block;
    text-decoration: none;
    float: left;
}

ul.topnav li ul.listbackground
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 10px;
}

ul.topnav li ul.listbackground li a
{
    list-style: none;
    margin: 0;
    padding: 0px;
    float: left;
    padding: 4px 0px;
}


/*----------Expertise---------------*/
ul.topnav li a.Expertise
{
    background: url('../Images/menu-level1-expertise.png');
    height: 35px;
    width: 162px;
}
ul.topnav li a.Expertise:hover
{
    background: url(../Images/menu-level1-expertise-over.png);
    background-color: Transparent;
    height: 35px;
    width: 162px;
    background-color: White;
}


/*----------Expertise---------------*/
/*----------Clients---------------*/
ul.topnav li a.Clients
{
    background: url('../Images/menu-level1-clients.png');
    height: 35px;
    width: 132px;
}
ul.topnav li a.Clients:hover
{
    background: url('../Images/menu-level1-clients-over.png');
    height: 35px;
    width: 132px;
}
/*----------Clients---------------*/
/*----------Careers---------------*/
ul.topnav li a.Careers
{
    background: url('../Images/menu-level1-careers.png');
    height: 35px;
    width: 113px;
}
ul.topnav li a.Careers:hover
{
    background: url('../Images/menu-level1-careers-over.png');
    height: 35px;
    width: 113px;
}

/*----------Careers---------------*/
/*----------About Us---------------*/
ul.topnav li a.AboutUs
{
    background: url('../Images/menu-level1-aboutUs.png');
    height: 35px;
    width: 145px;
}
ul.topnav li a.AboutUs:hover
{
    background: url('../Images/menu-level1-aboutUs-over.png');
    height: 35px;
    width: 145px;
}

/*----------About Us---------------*/

/**********************Expertise**********************************************************/
#Expe
{
    position: absolute;
    left: 4px;
    display: none;
    cursor: pointer;
    top: 49px;
    height: 200px;
    width: 360px;
}

#expertiseMenuBody
{
    background: url(../Images/menu1-bg.png) 100% 0px;
 /*   background-color:pink;*/
    background-repeat: no-repeat;
    height: 190px;
    width: 360px;
    cursor: default;
}

/**********************Clients**********************************************************/
#clientsMenu
{
    visibility: hidden;
    position: absolute;
    top: 49px;
    left: 313px;
    width: 168px;
    z-index: 900;
}

#clientsMenuBody
{
   background: url(../Images/menu2-bg.png); 
  /*  background-color:pink;*/
    background-repeat: no-repeat;
    height: 120px;
    width: 310px;
    
    cursor: default;
}
/**********************Career**********************************************************/
#Career
{     
    position: absolute;
    display: none;
    top: 49px;
    left: -194px;
    height: 170px;
    width: 310px;
}

#careersMenuBody
{
  /*background-color:pink;*/
   background-image: url(../Images/menu3-bg.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 310px;
    cursor: default;
}

/****************For aboutus**************************/
#About
{
    position: absolute;
    display: none;
    top: 49px;
    left: -159px;
    height: 155px;
    width: 300px;
}


#aboutusMenuBody
{
   background: url(../Images/menu4-bg.png) 100% 0px; 
  /*  background-color:pink;*/
    background-repeat: no-repeat;
    padding-bottom: 10px;
    height: 145px;
    width: 310px;
    cursor: default;
}

/* Vertical Separator */
.Page_LeftNav_Vseparator
{
    position: relative;
    width: 4px;
    margin-top: 10px;
    background-image: url(../Images/hr-dotted-line.gif);
    background-repeat: repeat-y;
    float: left;
}

/*Horizontal Separator*/
.Page_LeftNav_Hseparator
{
    position: relative;
    width: 220px;
    height: 3px;
    margin-top: 3px;
    margin-left: 0px;
    background: url('../Images/hr-dotted-line.gif') repeat-x;
}
