/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font:bold 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#600e14;
	margin: 0 0 0 0;
	padding:0 0 9px 0;
	position: absolute;
	left:0;
	
	top:0;
	list-style-type: none;
	background:url(../images/drop_bottom.gif) no-repeat 0 98%;
	visibility: hidden;
	z-index:100;
	
	}



.ddsubmenustyle li a{
	background:url(../images/drp-normal.gif) repeat-x 0 0;
	display: block;
	color:#600e14;	
	text-align:center;
	text-decoration: none;
	padding:8px 3px 7px 3px;
	border-top:1px solid #fff;
	border-left:1px solid #e3a56d;
	border-right:1px solid #e3a56d;
	width:136px;
	}



.ddsubmenustyle li a:hover{
	background:url(../images/drp_over.gif) repeat-x 0 0;
	color:#600e14;
	}
	
 /*.ddsubmenustyle li.last a{
	background:url(../images/drop_bottom.gif) no-repeat 0 100%;
	height:13px;
	width:136px;


.ddsubmenustyle li.last a:hover{
	background:url(../images/drop_bottom.gif) no-repeat 0 100%;
	height:13px;
}
}*/

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding:0 0	0 4px;
	border: 0;
	}


