/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
display: block;
margin: 0;
padding:0px;
/*padding-left:10px;
padding-right:10px;*/
margin-left:-50px;
position: absolute;
background-color:#000000;

text-align:center;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
border-bottom: 1px solid black;
}

.ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
padding: 0;
position: absolute;
background-color:#000000;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
border-bottom: 1px solid black;
}

.ddsubmenustyle li a{
display: block;
padding:0px;
width: 160px;
color: #b89207;
background-color: white;
text-decoration: none;

padding: 3px 5px 3px 5px; ;
margin:0px;
background-color:#000000;

border-bottom: 1px solid #b89207;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: block;

background-color: black;
color:#b89207;
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;

}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items */
position: absolute;
padding-top: 3px;
padding-right:10px;
right: 2px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
padding-right:10px;
right: 2px;
border: 0;
}


.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}