/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 8pt Arial;
text-transform:uppercase;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: url('submenu_bg.png') repeat-x;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 134px; /*width of menu (not including side paddings)*/
color: white;
background: url('menu_bg_active.png') repeat-x;
text-decoration: none;
padding:7px 0px;margin:0;
text-align:center;
border:0;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 134px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background: url('submenu_bg_active.png') repeat-x;
color: white;
font: normal 8pt Arial;
}

.ddsubmenustyle li.step2 a{
display: block;
width: 134px; /*width of menu (not including side paddings)*/
color: white;
background: url('menu2_bg_active.png') repeat-x;
text-decoration: none;
padding:7px 0px;margin:0;
text-align:center;
border:0;

}

* html .ddsubmenustyle li.step2{ /*IE6 CSS hack*/
display: inline-block;
width: 134px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li.step2 a:hover{
background: url('submenu_bg_active.png') repeat-x;
color: white;
font: normal 8pt Arial;
}


/* ######### Drop Down ULs CSS 2 ######### */


.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
font: normal 8pt Arial;
text-transform:uppercase;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: url('submenu_bg.png') repeat-x;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle2 li a{
display: block;
width: 187px; /*width of menu (not including side paddings)*/
color: white;
background: url('menu_bg_active.png') repeat-x;
text-decoration: none;
padding:7px 0px;margin:0;
text-align:center;
border:0;

}

* html .ddsubmenustyle2 li{ /*IE6 CSS hack*/
display: inline-block;
width: 187px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle2 li a:hover{
background: url('submenu_bg_active.png') repeat-x;
color: white;
font: normal 8pt Arial;
}

.ddsubmenustyle2 li.step2 a{
display: block;
width: 187px; /*width of menu (not including side paddings)*/
color: white;
background: url('menu2_bg_active.png') repeat-x;
text-decoration: none;
padding:7px 0px;margin:0;
text-align:center;
border:0;

}

* html .ddsubmenustyle2 li.step2{ /*IE6 CSS hack*/
display: inline-block;
width: 187px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle2 li.step2 a:hover{
background: url('submenu_bg_active.png') repeat-x;
color: white;
font: normal 8pt Arial;
}


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

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

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

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