/* ######### Drop Down ULs CSS For IT ######### */


.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
font:bold 13px/1.4em  Arial, Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#fff url(../images/bg_gray.gif) repeat-x top center;
visibility: hidden;
z-index: 100;
float:left;
}

.ddsubmenustyle1 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color:#737373;
background-color:#003399;
background:#fff url(../images/bg_gray.gif) repeat-x top center;
text-decoration: none;
text-align:left;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
padding:8px 3px;
text-indent:0.25em;
}
.ddsubmenustyle1 li a:hover{
text-align:left;
background:#fff url(../images/bgRed_hover.gif) repeat-x top center;
color: #fff;
text-indent:0.25em;
background-color:#003399;
}

.ddsubmenustyle1 li{ /*IE6 CSS hack*/
display:block;
margin:0;
padding:0;
width: 160px; /*width of menu (include side paddings of LI A*/
}

/* ######### Drop Down ULs CSS For Consultancy ######### */


.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
font:bold 13px/1.4em  Arial, Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#fff url(../images/bg_gray.gif) repeat-x top center;
visibility: hidden;
z-index: 100;
float:left;
}

.ddsubmenustyle2 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color:#737373;
background-color:#003399;
background:#fff url(../images/bg_gray.gif) repeat-x top center;
text-decoration: none;
text-align:left;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
padding:8px 3px;
text-indent:0.25em;
}
.ddsubmenustyle2 li a:hover{
text-align:left;
background:#fff url(../images/bgGreen_hover.gif) repeat-x top center;
color: #fff;
text-indent:0.25em;
background-color:#003399;
}

.ddsubmenustyle2 li{ /*IE6 CSS hack*/
display:block;
margin:0;
padding:0;
width: 160px; /*width of menu (include side paddings of LI A*/
}

/* ######### Drop Down ULs CSS For Industry ######### */


.ddsubmenustyle3, .ddsubmenustyle3 ul{ /*topmost and sub ULs, respectively*/
font:bold 13px/1.42em  Arial, Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#fff url(../images/bg_gray.gif) repeat-x top center;
visibility: hidden;
z-index: 100;
float:left;
}

.ddsubmenustyle3 li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color:#737373;
background-color:#003399;
background:#fff url(../images/bg_gray.gif) repeat-x top center;
text-decoration: none;
text-align:left;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
padding:8px 3px;
text-indent:0.25em;
}
.ddsubmenustyle3 li a:hover{
text-align:left;
background:#fff url(../images/bgBlue_hover.gif) repeat-x top center;
color: #fff;
text-indent:0.25em;
background-color:#003399;
}

.ddsubmenustyle3 li{ /*IE6 CSS hack*/
display:block;
margin:0;
padding:0;
width: 160px; /*width of menu (include side paddings of LI A*/
}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}