/* ######### Drop Down ULs CSS ######### */
.ddsmoothmenu ul li a{
	height: 32px;
	background-image: url(imgcss/icon_01.gif);
	background-repeat: no-repeat;
	background-position: 18px 18px;	
}
.ddsmoothmenu{
}
.ddsmoothmenu ul{
	margin: 0;
	list-style-type: none;
/*	overflow: hidden;
	width: 774px;
	height: 47px;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #969679;
	background-color: #2F2F1C;	
	text-align: left;
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
	float: left;
}

.ddsmoothmenu li{
	display: inline;
	margin: 0;
	vertical-align: middle;
	
	position: relative;
	float: left;	
}

.ddsmoothmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #AFAF8C;	
	padding-right: 20px;
	padding-left: 30px;
	vertical-align: middle;	
	padding-top: 15px;
	
	background:none;
	height:15px;
}

.ddsmoothmenu li a:visited{

}

.ddsmoothmenu li a:hover{
	color: #FFFFFF;
	background-color: #5D5D46;
}

.ddsmoothmenu a.selected{

}

/* Sub Menu */
.ddsmoothmenu ul li ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position:absolute;
	visibility:hidden;
	left: 0;
	top: 0;	
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #5D5D46;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2F2F1C;
	border-right-color: #2F2F1C;
	border-bottom-color: #2F2F1C;
	border-left-color: #2F2F1C;
	border-bottom-width: 0px;

	float:left;
}

.ddsmoothmenu ul li ul li a{
	display: block;
	width: 180px; /*width of menu (not including side paddings)*/
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F2F1C;
	padding: 6px;
	list-style-type: none;
	
	background:none;
	height:15px;
}

* html .ddsmoothmenu ul li ul li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsmoothmenu ul li ul li a:hover{
	background-color: #2F2F1C;
	color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}

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

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