/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle_g{ /*topmost and sub ULs, respectively*/

margin: 0;
padding: 0;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;


border-bottom-width: 0;
border-top-width: 0;
visibility: hidden;
z-index: 100;


}

 .ddsubmenustyle_g div a{
display: block;
width:140px; /*width of menu (not including side paddings)*/
text-align:left;
color: black;
background:#fff;
text-decoration: none;
height:22px;line-height:22px;
border-bottom:#ffffff 1px solid;
margin-bottom:1px;
padding-left:34px;

}

* html .ddsubmenustyle_g div{ /*IE6 CSS hack*/
display: inline-block;
width: 124px; /*width of menu (include side paddings of LI A*/
height:22px;
margin:0px;clear:both;

}


.ddsubmenustyle_g div ul{

position: absolute;
left: 0px;
top: 0px;
background:#ff0000;

}



 
 
 .ddsubmenustyle_g div ul   a{
display: block;
width:108px; /*width of menu (not including side paddings)*/
text-align:left;
color: black;
background:#EFEFEF;
text-decoration: none;
height:22px;line-height:22px;
border-bottom:#ffffff 1px solid;
margin:0;
padding-left:15px;
position: relative;
}






.ddsubmenustyle_g div a:hover{
text-decoration:none;
background:#8EB2D8;color:#fff;

}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;display:none;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;

left: 100px;
border: 0;
padding-top: 7px !important;padding-top: 0px;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;

}




















/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle_e{ /*topmost and sub ULs, respectively*/

margin: 0;
padding: 0;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;

border-bottom-width: 0;
border-top-width: 0;
visibility: hidden;
z-index: 100;


}

 .ddsubmenustyle_e div a{
display: block;
width:109px; /*width of menu (not including side paddings)*/
text-align:left;
color: black;
background:#fff;
text-decoration: none;
height:22px;line-height:22px;

margin-bottom:1px;
padding-left:15px;

}

* html .ddsubmenustyle_e div{ /*IE6 CSS hack*/
display: inline-block;
width: 140px; /*width of menu (include side paddings of LI A*/
height:22px;
margin:0px;clear:both;

}


.ddsubmenustyle_e div ul{

position: absolute;
left: 0px;
top: 0px;
background:#ff0000;

}



 
 
 .ddsubmenustyle_e div ul   a{
display: block;
width:135px; /*width of menu (not including side paddings)*/
text-align:left;
color: black;
background:#EFEFEF;
text-decoration: none;
height:22px;line-height:22px;
border-bottom:#ffffff 1px solid;
margin:0;
padding-left:15px;
position: relative;
}






.ddsubmenustyle_e div a:hover{
text-decoration:none;
background:#FE0000;color:#fff;

}