

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
color: #000000; 
font-size: 12px; 
font-family: Arial, Times, serif; 
font-weight: bold;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/*------------Sub------------*/
.ddsubmenustyle li {
display: block;
width: 205px; /*width of menu (including side paddings)*/
color: #000000; 
font-size: 12px; 
font-family: Arial, Times, serif; 
font-weight: bold;
background-color: #fef4d0;
text-decoration: none;
padding: 2px 2px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 205px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
display: inline-block;
width: 205px; /*width of menu (including side paddings)*/
color: #000000; 
font-size: 12px; 
font-family: Arial, Times, serif; 
font-weight: bold;
background-color: #9e9a5b;
text-decoration: none;
}
/*------------END Sub------------*/

/*------------Sub2------------*/
.ddsub2menustyle li {
display: block;
width: 106px; /*width of menu (including side paddings)*/
color: black;
background-color: #fef4d0;
text-decoration: none;
/*padding: 4px 5px;*/
border-bottom: 1px solid black;
}

* html .ddsub2menustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 106px; /*width of menu (include side paddings of LI A*/
}

.ddsub2menustyle li a:hover{
display: inline-block;
width: 106px; /*width of menu (including side paddings)*/
color: black;
background-color: #c17551;
text-decoration: none;
}
/*------------END Sub2------------*/


/*------------Sub3------------*/
.ddsub3menustyle li {
display: block;
width: 226px; /*width of menu (including side paddings)*/
color: black;
background-color: #fef4d0;
text-decoration: none;
/*padding: 4px 5px;*/
border-bottom: 1px solid black;
}

* html .ddsub3menustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 226px; /*width of menu (include side paddings of LI A*/
}

.ddsub3menustyle li a:hover{
display: inline-block;
width: 226px; /*width of menu (including side paddings)*/
color: black;
background-color: #c17551;
text-decoration: none;
}
/*------------END Sub3------------*/
