/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
font-size: 11px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-color: transparent;
border-style: solid;
border-top: 5px solid transparent;
border-left: 0px solid white;
border-right: 0px solid white;
border-bottom: 0px solid black;

/* border: 0px solid black;
border-bottom-width: 0; */

visibility: hidden;
z-index: 100;
/* background-color: #7D7460; */ /*#5b89c7; */
}

.ddsubmenustyle li a {
display: block;
width: 140px; /*width of menu (not including side paddings)*/
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
color: #7d2723;
background-color: #ffeeb0;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #8b986e;
}

* html .ddsubmenustyle li { /*IE6 CSS hack*/
display: inline-block;
width: 140px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover {
background-color: white;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
color: #7d2723;
text-decoration: none;
}

/* ######### Neutral CSS  ######### */

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}




/* ########## NARROW ########## */

.ddsubmenustyleNARROW, .ddsubmenustyleNARROW ul { /*topmost and sub ULs, respectively*/
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
font-size: 11px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-color: transparent;
border-style: solid;
border-top: 5px solid transparent;
border-left: 0px solid white;
border-right: 0px solid white;
border-bottom: 0px solid black;

/* border: 0px solid black;
border-bottom-width: 0; */

visibility: hidden;
z-index: 100;
/* background-color: #7D7460; */ /*#5b89c7; */
}

.ddsubmenustyleNARROW li a {
display: block;
width: 100px; /*width of menu (not including side paddings)*/
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
color: #7d2723;
background-color: #ffeeb0;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #8b986e;
}

* html .ddsubmenustyleNARROW li { /*IE6 CSS hack*/
display: inline-block;
width: 100px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyleNARROW li a:hover {
background-color: white;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
color: #7d2723;
text-decoration: none;
}




/* ########## WIDE ########## */

.ddsubmenustyleWIDE, .ddsubmenustyleWIDE ul { /*topmost and sub ULs, respectively*/
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
font-size: 11px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-color: transparent;
border-style: solid;
border-top: 5px solid transparent;
border-left: 0px solid white;
border-right: 0px solid white;
border-bottom: 0px solid black;

/* border: 0px solid black;
border-bottom-width: 0; */

visibility: hidden;
z-index: 100;
/* background-color: #7D7460; */ /*#5b89c7; */
}

.ddsubmenustyleWIDE li a {
display: block;
width: 210px; /*width of menu (not including side paddings)*/
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
color: #7d2723;
background-color: #ffeeb0;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #8b986e;
}

* html .ddsubmenustyleWIDE li { /*IE6 CSS hack*/
display: inline-block;
width: 210px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyleWIDE li a:hover {
background-color: white;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
color: #7d2723;
text-decoration: none;
}

