/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border-bottom-width: 0px;
	visibility: hidden;
	z-index: 100;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}

.ddsubmenustyle li a{
	display: block;
	width: auto; /*width of menu (not including side paddings)*/
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#5e4b2f;
	padding-left: 0px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline;
	width: auto; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	background-color: #90490A;
	color: #000000;
}

.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding-left: 0px;
	padding-top: 0px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0px;
	visibility: hidden;
	z-index: 100;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}

.ddsubmenustyle1 li a{
	display: block;
	width: 130px; /*width of menu (not including side paddings)*/
	color: #FFFFFF;
	background-color:#2b2112;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#5e4b2f;
	margin-top: 0px;
}

* html .ddsubmenustyle1 li{ /*IE6 CSS hack*/
	display:inline;
	width: auto; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle1 li a:hover{
	background-color:#2b2112;
	color: #F90;
}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 0px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
