/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
background-color:#eee;
list-style-type: none;
border-left: 1px solid #67645F;
border-right: 1px solid #67645F;
border-top: 1px solid #67645F;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
	display: block;
	
	color: #fff;
	/*background-image:url('../../images_site/menu_bg.jpg');*/
	background-color: #BDB6AC;
	text-decoration: none;
	width: 184px !important;
	width: 190px;
	padding: 3px 3px;
	border-bottom: 1px solid #67645F;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0px;
	font-family: Verdana, Geneva, sans-serif;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 190px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
/*text-decoration:underline;*/
background: #e1a44f;
}

.ddsubmenustyle li a.slctd{
/*text-decoration:underline;*/
color: #009039;
background: #eee;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
margin-left: 2px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* Added by BD */
a.arrow{
	cursor: default;
}