/* ######### Drop Down ULs CSS ######### */
	
.ddsubmenudiv ul{
font: normal 14px Arial;
left: 0;
top: 0;
margin: 0;
padding: 0;
position: absolute;
list-style-type: none;
background: #000000;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
background: transparent;
}


.ddsubmenudiv ul li a{
display: block;
width: 160px;
color: #bf9f62;
    opacity:0.9;
    filter:alpha(opacity=90);
background-color: #000000;
text-decoration: none;
text-align: left;
padding: 3px 3px 3px 3px;
border-bottom: 1px solid #1d1d1d;
border-right: 11px solid #bf9f62;
border-left: 0px solid #000000;
border-top: 0px solid #000000;
}

* html .ddsubmenudiv ul li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenudiv ul li a:hover{
background-color: #bf9f62;

color: #000000;
font-weight: normal;
}

/* ######### Neutral CSS  ######### */

.mainmenupointer{ /*CSS for arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.submenupointer{ /*CSS for arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

#ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}