/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #d1c1b2;
	color: #000;
	list-style-type: none;
	visibility: hidden;
	z-index: 10000;
	border: 1px solid #3a2c1f;
	border-top: 0;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-top: 1px solid #3a2c1f;
}

.ddsubmenustyle li a{
display: block;
width: 165px; /*width of menu (not including side paddings)*/
padding: 5px; /*padding inside each tab*/
margin: 2px;
color: #000;
background: #c8ae95;
text-decoration: none;
/*border-right: 1px solid #dcd9d3;*/
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover{
	background: #97671e;
	color: #FFF;
	text-shadow: #333 1px 1px 2px;
	text-decoration: none;

}
.ddsubmenustyle li a:active {
	padding: 6px 5px 4px 5px;
}
/* ######### Neutral CSS  ######### */

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 6px;
left: 168px;
border: 0;
}
.rightarrowpointer_2{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 6px;
left: 203px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

.bbsr li a{
	width: 210px;
}
.ot li a{
	width: 200px;
}
.ot1 li a{
	width: 230px;
}